Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c9594 int *st, last_tok, t, notfirst; in macro_arg_subst() local
9601 last_tok = 0; in macro_arg_subst()
9639 if (*macro_str == TOK_TWOSHARPS || last_tok == TOK_TWOSHARPS) { in macro_arg_subst()
9646 last_tok == TOK_TWOSHARPS && in macro_arg_subst()
9677 last_tok = t; in macro_arg_subst()
10078 static inline void unget_tok(int last_tok) in unget_tok() argument
10091 tok = last_tok; in unget_tok()
13516 int last_tok; in is_label() local
13522 last_tok = tok; in is_label()
13526 return last_tok; in is_label()
[all …]