Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dlex.h75 extern int looking_for_template;
Dspew.c573 int looking_for_template; variable
592 else if (looking_for_template)
595 if (looking_for_template && really_overloaded_fn (decl))
759 looking_for_template = 0; in yylex()
878 looking_for_template = 1;
906 looking_for_template = 0;
DChangeLog.15490 * spew.c (yylex): Set looking_for_template if the next token is a '<'.
5492 * lex.h: Declare looking_for_template.
5494 * decl.c (lookup_name_real): Use looking_for_template to arbitrate
Ddecl.c6465 if (looking_for_template)
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog-19942050 * spew.c (yylex): Set looking_for_template if the next token is a '<'.
2052 * lex.h: Declare looking_for_template.
2054 * decl.c (lookup_name_real): Use looking_for_template to arbitrate
DChangeLog-2002152 (looking_for_template): Likewise.