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

/freebsd-10.0-release/contrib/gcc/
H A Dtimevar.c155 struct timevar_stack_def struct
161 struct timevar_stack_def *next;
169 static struct timevar_stack_def *stack;
172 timevar_stack_def instances. */
173 static struct timevar_stack_def *unused_stack_instances;
267 struct timevar_stack_def *context;
296 context = XNEW (struct timevar_stack_def);
314 struct timevar_stack_def *popped = stack;

Completed in 85 milliseconds