Home
last modified time | relevance | path

Searched refs:check_for_out_of_scope_variable (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dlex.c1191 id = check_for_out_of_scope_variable (id);
H A Dcp-tree.h3788 extern tree check_for_out_of_scope_variable (tree);
H A Ddecl.c6371 check_for_out_of_scope_variable (tree decl) in check_for_out_of_scope_variable() function
H A DChangeLog3906 (check_for_out_of_scope_variable): New function.
3910 * decl.c (check_for_out_of_scope_variable): New function, split
3913 * lex.c (do_identifier): Use check_for_out_of_scope_variable.
/openbsd-src/gnu/gcc/gcc/cp/
H A Dsemantics.c2534 decl = check_for_out_of_scope_variable (decl); in finish_id_expression()
H A DChangeLog-20022503 (check_for_out_of_scope_variable): New function.
2507 * decl.c (check_for_out_of_scope_variable): New function, split
2510 * lex.c (do_identifier): Use check_for_out_of_scope_variable.
H A Dcp-tree.h3900 extern tree check_for_out_of_scope_variable (tree);
H A Dname-lookup.c1112 check_for_out_of_scope_variable (tree decl) in check_for_out_of_scope_variable() function
H A DChangeLog-20041530 check_for_out_of_scope_variable, validate_nonmember_using_decl,
5274 * name-lookup.c (check_for_out_of_scope_variable): Avoid ICE by
H A Dparser.c3231 decl = check_for_out_of_scope_variable (decl); in cp_parser_primary_expression()
H A DChangeLog-2003910 (check_for_out_of_scope_variable): Likewise.