Home
last modified time | relevance | path

Searched refs:at_function_scope_p (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c5609 if (at_function_scope_p ()) in cp_finish_decl()
5789 if (at_function_scope_p ()) in cp_finish_decl()
6848 else if (!at_function_scope_p ()) in grokvardecl()
7538 if (at_function_scope_p ()) in grokdeclarator()
10706 if (at_function_scope_p ()) in finish_enum()
H A Dsearch.c536 at_function_scope_p (void) in at_function_scope_p() function
H A Ddecl2.c1131 && at_function_scope_p ()) in finish_anon_union()
H A DChangeLog-20022506 * class.c (finish_struct): Use at_function_scope_p.
2509 (finish_enum): Use at_function_scope_p.
2512 (primary): Use at_function_scope_p.
2515 (check_multiple_declarators): Use at_function_scope_p.
H A Dcall.c5095 && at_function_scope_p () in build_cxx_call()
6730 if (at_function_scope_p ()) in initialize_reference()
H A Dsemantics.c1347 if (!at_function_scope_p ()) in finish_label_decl()
H A Dcp-tree.h4255 extern int at_function_scope_p (void);
H A Dname-lookup.c2228 && at_function_scope_p ()) in do_local_using_decl()
H A DChangeLog-1999608 etc., in a template function. Use at_function_scope_p instead of
3521 (at_function_scope_p): Likewise.
3572 * search.c (at_function_scope_p): New function.
H A Dclass.c5267 if (processing_template_decl && at_function_scope_p ()) in finish_struct()
H A DChangeLog537 instead of at_function_scope_p.
542 instead of at_function_scope_p.
H A Dpt.c7318 && !at_function_scope_p ()) in tsubst()