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

/external/valgrind/main/perf/
H A Dtinycc.c2588 #define TOK_TWOSHARPS 0xb6 /* ## preprocessing token */
9251 tok = TOK_TWOSHARPS;
9641 if (*macro_str == TOK_TWOSHARPS || last_tok == TOK_TWOSHARPS) {
9648 last_tok == TOK_TWOSHARPS &&
9862 if (*macro_str == TOK_TWOSHARPS)
9881 while (*macro_ptr == TOK_TWOSHARPS) {
2586 #define TOK_TWOSHARPS macro

Completed in 186 milliseconds