Home
last modified time | relevance | path

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

/external/bison/lib/
Dtimevar.c165 struct timevar_stack_def struct
171 struct timevar_stack_def *next; argument
179 static struct timevar_stack_def *stack;
183 static struct timevar_stack_def *unused_stack_instances;
288 struct timevar_stack_def *context;
321 context = (struct timevar_stack_def *)
322 xmalloc (sizeof (struct timevar_stack_def));
341 struct timevar_stack_def *popped = stack;