Searched defs:last_tok (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/perf/
H A Dtinycc.c9596 int *st, last_tok, t, notfirst;
9603 last_tok = 0;
9641 if (*macro_str == TOK_TWOSHARPS || last_tok == TOK_TWOSHARPS) {
9648 last_tok == TOK_TWOSHARPS &&
9679 last_tok = t;
10078 /* push back current token and set current token to 'last_tok'. Only argument
10080 static inline void unget_tok(int last_tok)
10093 tok = last_tok;
13518 int last_tok;
13524 last_tok
9594 int *st, last_tok, t, notfirst; local
13516 int last_tok; local
[all...]

Completed in 77 milliseconds