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

/external/valgrind/main/perf/
H A Dtinycc.c2590 #define TOK_LSTR 0xb8
7327 case TOK_LSTR:
7966 case TOK_LSTR:
8047 case TOK_LSTR:
8132 case TOK_LSTR: \
9427 tok = TOK_LSTR;
12814 case TOK_LSTR:
14087 if ((first && tok != TOK_LSTR && tok != TOK_STR) ||
14095 if ((tok == TOK_LSTR &&
14099 while (tok == TOK_STR || tok == TOK_LSTR) {
2588 #define TOK_LSTR macro
[all...]

Completed in 53 milliseconds