Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c2086 if (at_function_scope_p ()) in check_multiple_declarators()
H A Dsearch.c596 at_function_scope_p () in at_function_scope_p() function
H A Ddecl.c8900 if (at_function_scope_p ()
9018 && at_function_scope_p ()
9966 else if (!at_function_scope_p ())
14031 if (at_function_scope_p ())
H A Dcall.c4739 && at_function_scope_p () in build_cxx_call()
6213 if (at_function_scope_p ())
H A Dparse.y1636 { if (!at_function_scope_p ())
H A Ddecl2.c4701 && at_function_scope_p ())
H A Dcp-tree.h4161 extern int at_function_scope_p PARAMS ((void));
H A Dclass.c5543 if (processing_template_decl && at_function_scope_p ())
H A DChangeLog3909 * class.c (finish_struct): Use at_function_scope_p.
3912 (finish_enum): Use at_function_scope_p.
3915 (primary): Use at_function_scope_p.
3918 (check_multiple_declarators): Use at_function_scope_p.
H A DChangeLog.2608 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.
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c5186 if (at_function_scope_p ()) in cp_finish_decl()
5355 if (at_function_scope_p ()) in cp_finish_decl()
6396 else if (!at_function_scope_p ()) in grokvardecl()
7077 if (at_function_scope_p ()) in grokdeclarator()
10164 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.c5053 && at_function_scope_p () in build_cxx_call()
6688 if (at_function_scope_p ()) in initialize_reference()
H A Dcp-tree.h4202 extern int at_function_scope_p (void);
H A Dname-lookup.c2198 && 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.c5238 if (processing_template_decl && at_function_scope_p ()) in finish_struct()
H A DChangeLog468 instead of at_function_scope_p.
473 instead of at_function_scope_p.
H A Dpt.c7309 && !at_function_scope_p ()) in tsubst()