Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dparser.c3180 tree ambiguous_decls; in cp_parser_primary_expression() local
3187 &ambiguous_decls); in cp_parser_primary_expression()
3190 if (ambiguous_decls) in cp_parser_primary_expression()
3844 tree ambiguous_decls; in cp_parser_nested_name_specifier_opt() local
3851 &ambiguous_decls); in cp_parser_nested_name_specifier_opt()
3854 else if (ambiguous_decls) in cp_parser_nested_name_specifier_opt()
3858 print_candidates (ambiguous_decls); in cp_parser_nested_name_specifier_opt()
12988 tree ambiguous_decls; in cp_parser_class_name() local
13013 &ambiguous_decls); in cp_parser_class_name()
13014 if (ambiguous_decls) in cp_parser_class_name()
[all …]
DChangeLog3895 ambiguous_decls. Use it to return a list of ambiguous candiates