Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dsemantics.c2654 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.h3949 extern tree check_for_out_of_scope_variable (tree);
H A Dname-lookup.c1107 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.c3425 decl = check_for_out_of_scope_variable (decl); in cp_parser_primary_expression()
H A DChangeLog-2003910 (check_for_out_of_scope_variable): Likewise.