Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dspew.c160 static tree last_token_id; variable
257 last_token_id = t->yylval.ttype;
274 last_token = c_lex (&last_token_id);
275 t->yylval.ttype = last_token_id;
1547 if (TREE_CODE (last_token_id) == IDENTIFIER_NODE)
1548 error ("%s before `%s'", string, IDENTIFIER_POINTER (last_token_id));
DChangeLog8099 * spew.c (last_token_id): New static variable.
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog-20012122 * spew.c (last_token_id): New static variable.