Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c2569 #define TOK_LT 0x9c macro
7340 case TOK_LT: in get_tok_str()
9444 tok = TOK_LT; in next_nomacro1()
10923 if (op1 == TOK_LT) in gen_opl()
10957 if (op1 == TOK_LT) in gen_opl()
11023 case TOK_LT: v1->c.i = v1->c.i < fc; break; in gen_opic()
11330 else if (op == TOK_LT) in gen_op()