Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/cp/
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()
Dsearch.c536 at_function_scope_p (void) in at_function_scope_p() function
Ddecl2.c1131 && at_function_scope_p ()) in finish_anon_union()
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.
Dcall.c5095 && at_function_scope_p () in build_cxx_call()
6730 if (at_function_scope_p ()) in initialize_reference()
Dsemantics.c1347 if (!at_function_scope_p ()) in finish_label_decl()
Dname-lookup.c2228 && at_function_scope_p ()) in do_local_using_decl()
Dcp-tree.h4255 extern int at_function_scope_p (void);
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.
Dclass.c5267 if (processing_template_decl && at_function_scope_p ()) in finish_struct()
DChangeLog537 instead of at_function_scope_p.
542 instead of at_function_scope_p.
Dpt.c7318 && !at_function_scope_p ()) in tsubst()