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

/external/valgrind/main/perf/
H A Dtinycc.c2326 #define PARSE_FLAG_TOK_NUM 0x0002 /* return numbers instead of TOK_PPNUM */
2606 #define TOK_PPNUM 0xce /* preprocessor number */
7319 case TOK_PPNUM:
7967 case TOK_PPNUM:
8045 case TOK_PPNUM:
8133 case TOK_PPNUM: \
9365 tok = TOK_PPNUM;
9399 /* eval the escape (should be done as TOK_PPNUM) */
9711 t1 = TOK_PPNUM;
9896 if ((tok >= TOK_IDENT || tok == TOK_PPNUM)
2604 #define TOK_PPNUM macro
[all...]

Completed in 478 milliseconds