Home
last modified time | relevance | path

Searched refs:ambiguous_decls (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c3369 tree ambiguous_decls; in cp_parser_primary_expression() local
3376 &ambiguous_decls); in cp_parser_primary_expression()
3379 if (ambiguous_decls) in cp_parser_primary_expression()
10674 tree ambiguous_decls; in cp_parser_elaborated_type_specifier() local
10681 &ambiguous_decls); in cp_parser_elaborated_type_specifier()
10685 if (ambiguous_decls) in cp_parser_elaborated_type_specifier()
13496 tree ambiguous_decls; in cp_parser_class_name() local
13521 &ambiguous_decls); in cp_parser_class_name()
13522 if (ambiguous_decls) in cp_parser_class_name()
15514 if (ambiguous_decls) in cp_parser_lookup_name()
[all …]
H A DChangeLog3964 ambiguous_decls. Use it to return a list of ambiguous candiates