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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtimevar.h86 #define timevar_push(TV) do { if (timevar_enable) timevar_push_1 (TV); }while(0) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtimevar.h85 #define timevar_push(TV) do { if (timevar_enable) timevar_push_1 (TV); }while(0) macro

Completed in 52 milliseconds