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

/external/valgrind/main/perf/
H A Dtinycc.c2585 #define TOK_CINT 0xb3 /* number in tokc */
7302 case TOK_CINT:
7958 case TOK_CINT:
8037 case TOK_CINT:
8123 case TOK_CINT: \
8272 tok = TOK_CINT;
8276 tok = TOK_CINT;
8457 if (tok != TOK_CINT) {
8699 if (tok != TOK_CINT)
8731 if (tok == TOK_LINEFEED || tok == '!' || tok == TOK_CINT) {
2583 #define TOK_CINT macro
[all...]

Completed in 48 milliseconds