Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c2598 #define TOK_CUINT 0xc8 /* unsigned int constant */ macro
7301 case TOK_CUINT: in get_tok_str()
7957 case TOK_CUINT: in tok_ext_size()
8036 case TOK_CUINT: in tok_str_add2()
8122 case TOK_CUINT: \
9102 tok = TOK_CUINT; in parse_number()
9117 else if (tok == TOK_CUINT) in parse_number()
9126 tok = TOK_CUINT; in parse_number()
9134 if (tok == TOK_CINT || tok == TOK_CUINT) in parse_number()
12767 case TOK_CUINT: in unary()