Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2005351 * parser.c (eof_token): Add initializer for ambiguous_p.
368 * parser.c (cp_token): Add ambiguous_p.
379 (cp_parser_lookup_name): Rename ambiguous_p parameter to
H A Dpt.cc25714 bool ambiguous_p; in most_specialized_partial_spec() local
25797 ambiguous_p = false; in most_specialized_partial_spec()
25813 ambiguous_p = true; in most_specialized_partial_spec()
25821 if (!ambiguous_p) in most_specialized_partial_spec()
25827 ambiguous_p = true; in most_specialized_partial_spec()
25832 if (ambiguous_p) in most_specialized_partial_spec()
H A DChangeLog-20142880 * parser.h (struct cp_token): Rename ambiguous_p to error_reported.
H A Dparser.cc25659 bool ambiguous_p; in cp_parser_class_name() local
25663 ambiguous_p = identifier_token->error_reported; in cp_parser_class_name()
25679 if (ambiguous_p) in cp_parser_class_name()
H A DChangeLog-20042827 * parser.c (cp_parser_lookup_name): Add ambiguous_p parameter.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c24804 bool ambiguous_p; in most_specialized_partial_spec() local
24880 ambiguous_p = false; in most_specialized_partial_spec()
24896 ambiguous_p = true; in most_specialized_partial_spec()
24904 if (!ambiguous_p) in most_specialized_partial_spec()
24910 ambiguous_p = true; in most_specialized_partial_spec()
24915 if (ambiguous_p) in most_specialized_partial_spec()
H A Dparser.c23687 bool ambiguous_p; in cp_parser_class_name() local
23691 ambiguous_p = identifier_token->error_reported; in cp_parser_class_name()
23707 if (ambiguous_p) in cp_parser_class_name()