Home
last modified time | relevance | path

Searched refs:TOK_CLLONG (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/perf/
Dtinycc.c2599 #define TOK_CLLONG 0xc9 /* long long constant */ macro
7305 case TOK_CLLONG: in get_tok_str()
7969 case TOK_CLLONG: in tok_ext_size()
8064 case TOK_CLLONG: in tok_str_add2()
8137 case TOK_CLLONG: \
9100 tok = TOK_CLLONG; in parse_number()
9116 tok = TOK_CLLONG; in parse_number()
9127 else if (tok == TOK_CLLONG) in parse_number()
12771 case TOK_CLLONG: in unary()