Home
last modified time | relevance | path

Searched refs:timevar_push_1 (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dtimevar.h85 #define timevar_push(TV) do { if (timevar_enable) timevar_push_1 (TV); }while(0)
88 extern void timevar_push_1 (timevar_id_t);
H A Dtimevar.c264 timevar_push_1 (timevar_id_t timevar) in timevar_push_1() function