Home
last modified time | relevance | path

Searched defs:timevar_push (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dtimevar.h85 #define timevar_push(TV) do { if (timevar_enable) timevar_push_1 (TV); }while(0) macro
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtimevar.c258 timevar_push (timevar) in timevar_push() function