Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dparser.c82 BOOL_BITFIELD ambiguous_p : 1; member
446 token->ambiguous_p = false; in cp_lexer_get_preprocessor_token()
3841 if (!token->ambiguous_p) in cp_parser_nested_name_specifier_opt()
12972 bool ambiguous_p; in cp_parser_class_name() local
12976 ambiguous_p = identifier_token->ambiguous_p; in cp_parser_class_name()
12992 if (ambiguous_p) in cp_parser_class_name()
13020 identifier_token->ambiguous_p = true; in cp_parser_class_name()
Dpt.c11512 bool ambiguous_p; in most_specialized_class() local
11536 ambiguous_p = false; in most_specialized_class()
11552 ambiguous_p = true; in most_specialized_class()
11560 if (!ambiguous_p) in most_specialized_class()
11566 ambiguous_p = true; in most_specialized_class()
11571 if (ambiguous_p) in most_specialized_class()
DChangeLog3866 * parser.c (eof_token): Add initializer for ambiguous_p.
3883 * parser.c (cp_token): Add ambiguous_p.
3894 (cp_parser_lookup_name): Rename ambiguous_p parameter to
DChangeLog-20042827 * parser.c (cp_parser_lookup_name): Add ambiguous_p parameter.