OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timevars
(Results
1 - 4
of
4
) sorted by null
/external/bison/lib/
timevar.c
176
static struct timevar_def
timevars
[TIMEVAR_LAST];
variable in typeref:struct:timevar_def
260
memset ((void *)
timevars
, 0, sizeof (
timevars
));
264
timevars
[identifier__].name = name__;
287
struct timevar_def *tv = &
timevars
[timevar];
346
if (&
timevars
[timevar] != stack->timevar)
376
struct timevar_def *tv = &
timevars
[timevar];
400
struct timevar_def *tv = &
timevars
[timevar];
422
struct timevar_def *tv = &
timevars
[timevar];
452
struct timevar_time_def *total = &
timevars
[TV_TOTAL].elapsed
[
all
...]
Makefile.am
46
#
timevars
, stolen from GCC.
Makefile
286
#
timevars
, stolen from GCC.
Makefile.in
286
#
timevars
, stolen from GCC.
Completed in 245 milliseconds