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

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D960117-1.c12 struct T_VAL struct
17 typedef struct T_VAL VAL;
/openbsd-current/libexec/tradcpp/
H A Deval.c65 T_VAL, /* value */ enumerator in enum:tokens
176 case T_VAL: fprintf(stderr, " %d", t->val); break;
229 case T_VAL:
249 case T_VAL:
445 t2->tok == T_VAL &&
459 t1->tok == T_VAL) {
469 t2->tok != T_LPAREN && t2->tok != T_VAL &&
470 t1->tok == T_VAL) {
482 t4->tok == T_VAL &&
484 t2->tok == T_VAL) {
[all...]

Completed in 145 milliseconds