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

/external/valgrind/main/perf/
H A Dtinycc.c2287 CValue tokc;
2312 static CValue tokc;
2585 #define TOK_CINT 0xb3 /* number in tokc */
2586 #define TOK_CCHAR 0xb4 /* char constant in tokc */
2587 #define TOK_STR 0xb5 /* pointer to string in tokc */
7940 s->tokc = tokc;
7949 tokc = s->tokc;
8100 tok_str_add2(s, tok, &tokc);
2285 CValue tokc; member in struct:ParseState
2310 static CValue tokc; variable
[all...]

Completed in 653 milliseconds