HomeSort by relevance Sort by last modified time
    Searched refs:DEFTIMEVAR (Results 1 - 3 of 3) sorted by null

  /external/bison/lib/
timevar.def 28 DEFTIMEVAR (id, name)
34 DEFTIMEVAR (TV_TOTAL , "total time")
37 DEFTIMEVAR (TV_READER , "reader")
38 DEFTIMEVAR (TV_SCANNING , "scanner")
39 DEFTIMEVAR (TV_PARSING , "parser")
42 DEFTIMEVAR (TV_REDUCE , "reducing the grammar")
43 DEFTIMEVAR (TV_SETS , "computing the sets")
44 DEFTIMEVAR (TV_LR0 , "LR(0)")
45 DEFTIMEVAR (TV_LALR , "LALR(1)")
46 DEFTIMEVAR (TV_CONFLICTS , "conflicts"
    [all...]
timevar.h 27 Timing variables are defined using the DEFTIMEVAR macro in
66 #define DEFTIMEVAR(identifier__, name__) \
74 #undef DEFTIMEVAR
timevar.c 263 #define DEFTIMEVAR(identifier__, name__) \
266 #undef DEFTIMEVAR

Completed in 18 milliseconds