Home
last modified time | relevance | path

Searched refs:timevar_stack_def (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtimevar.c147 struct timevar_stack_def struct
153 struct timevar_stack_def *next; argument
161 static struct timevar_stack_def *stack;
165 static struct timevar_stack_def *unused_stack_instances;
262 struct timevar_stack_def *context;
295 context = (struct timevar_stack_def *)
296 xmalloc (sizeof (struct timevar_stack_def));
315 struct timevar_stack_def *popped = stack;
H A DChangeLog.35259 (timevar_push): Take a timevar_stack_def from
5261 (timevar_pop): Push the popped timevar_stack_def onto
/openbsd/gnu/gcc/gcc/
H A Dtimevar.c155 struct timevar_stack_def struct
161 struct timevar_stack_def *next; argument
169 static struct timevar_stack_def *stack;
173 static struct timevar_stack_def *unused_stack_instances;
267 struct timevar_stack_def *context; in timevar_push_1()
296 context = XNEW (struct timevar_stack_def); in timevar_push_1()
314 struct timevar_stack_def *popped = stack; in timevar_pop_1()