Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtimevar.c145 struct timevar_stack_def struct
151 struct timevar_stack_def *next; argument
159 static struct timevar_stack_def *stack;
163 static struct timevar_stack_def *unused_stack_instances;
257 struct timevar_stack_def *context; in timevar_push_1()
286 context = XNEW (struct timevar_stack_def); in timevar_push_1()
304 struct timevar_stack_def *popped = stack; in timevar_pop_1()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtimevar.h167 struct timevar_stack_def struct
173 struct timevar_stack_def *next; argument
191 timevar_stack_def *m_stack;
195 timevar_stack_def *m_unused_stack_instances;
H A Dtimevar.c287 timevar_stack_def *iter, *next; in ~timer()
336 struct timevar_stack_def *context; in push_internal()
367 context = XNEW (struct timevar_stack_def); in push_internal()
396 struct timevar_stack_def *popped = m_stack; in pop_internal()