Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dtimevar.h84 #define timevar_pop(TV) do { if (timevar_enable) timevar_pop_1 (TV); }while(0) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtimevar.c311 timevar_pop (timevar) in timevar_pop() function