Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/cp/
Dlex.c627 unqualified_fn_lookup_error (tree name) in unqualified_fn_lookup_error() function
Dsemantics.c1773 fn = unqualified_fn_lookup_error (identifier); in perform_koenig_lookup()
DChangeLog-20032788 * lex.c (unqualified_fn_lookup_error): Mention that the error
2943 * lex.c (unqualified_fn_lookup_error): Use pedwarn. Do not create
3037 (unqualified_fn_lookup_error): New function.
3052 (unqualified_fn_lookup_error): New function.
Dcp-tree.h4122 extern tree unqualified_fn_lookup_error (tree);
Dparser.c4598 = unqualified_fn_lookup_error (postfix_expression); in cp_parser_postfix_expression()
DChangeLog-20041538 unqualified_fn_lookup_error): Likewise.