Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
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()
DChangeLog-200020525 (timevar_push): Take a timevar_stack_def from
20527 (timevar_pop): Push the popped timevar_stack_def onto