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

/external/valgrind/main/perf/
H A Dtinycc.c2362 static int tok_ident;
7141 if (tok_ident >= SYM_FIRST_ANOM)
7145 i = tok_ident - TOK_IDENT;
7155 ts->tok = tok_ident++;
7368 } else if (v < tok_ident) {
7413 if ((unsigned)v >= (unsigned)(tok_ident - TOK_IDENT))
7422 if ((unsigned)v >= (unsigned)(tok_ident - TOK_IDENT))
8169 if (v >= TOK_IDENT && v < tok_ident)
8177 if ((unsigned)v >= (unsigned)(tok_ident - TOK_IDENT))
8195 if (v >= TOK_IDENT && v < tok_ident)
2360 static int tok_ident; variable
[all...]

Completed in 137 milliseconds