Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dlex.c627 unqualified_fn_lookup_error (tree name) in unqualified_fn_lookup_error() function
H A Dsemantics.c1744 fn = unqualified_fn_lookup_error (identifier); in perform_koenig_lookup()
H A 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.
H A Dcp-tree.h4071 extern tree unqualified_fn_lookup_error (tree);
H A Dparser.c4404 = unqualified_fn_lookup_error (postfix_expression); in cp_parser_postfix_expression()
H A DChangeLog-20041538 unqualified_fn_lookup_error): Likewise.