Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl2.cc2257 else if (DECL_FUNCTION_SCOPE_P (decl)) in vague_linkage_p()
2768 if (DECL_FUNCTION_SCOPE_P (decl) && ! DECL_VISIBILITY_SPECIFIED (decl)) in determine_visibility()
3634 && !DECL_FUNCTION_SCOPE_P (var) in var_needs_tls_wrapper()
5768 if (DECL_FUNCTION_SCOPE_P (decl) in decl_dependent_p()
Ddecl.cc6264 && DECL_FUNCTION_SCOPE_P (decl) in maybe_commonize_var()
7586 if (DECL_FUNCTION_SCOPE_P (decl) && !TREE_STATIC (decl)) in make_rtl_for_nonlocal_decl()
7592 defer_p = ((DECL_FUNCTION_SCOPE_P (decl) in make_rtl_for_nonlocal_decl()
8156 && !DECL_FUNCTION_SCOPE_P (decl)) in cp_finish_decl()
8405 if (DECL_FUNCTION_SCOPE_P (decl) in cp_finish_decl()
8486 if (DECL_FUNCTION_SCOPE_P (decl)) in cp_finish_decl()
8598 else if (DECL_FUNCTION_SCOPE_P (decl) && !TREE_STATIC (decl)) in cp_finish_decl()
9606 && !DECL_FUNCTION_SCOPE_P (decl)) in expand_static_init()
9625 if (DECL_FUNCTION_SCOPE_P (decl)) in expand_static_init()
Dcp-tree.h3172 && DECL_FUNCTION_SCOPE_P (NODE))
3525 #define DECL_FUNCTION_SCOPE_P(NODE) \ macro
Dname-lookup.cc3117 && DECL_FUNCTION_SCOPE_P (old) in check_local_shadow()
Dconstexpr.cc5529 return (DECL_FUNCTION_SCOPE_P (t) in var_in_maybe_constexpr_fn()
Dtypeck.cc10176 && DECL_FUNCTION_SCOPE_P (whats_returned) in maybe_warn_about_returning_address_of_local()
DChangeLog-20112968 * decl.c (cp_finish_decl): Check DECL_FUNCTION_SCOPE_P rather than
Dsemantics.cc3832 && DECL_FUNCTION_SCOPE_P (decl) in outer_var_p()
Dpt.cc15749 else if (DECL_FUNCTION_SCOPE_P (decl) in tsubst()
26660 gcc_checking_assert (!DECL_FUNCTION_SCOPE_P (d)); in instantiate_decl()
DChangeLog-20042743 * decl.c (expand_static_init): Use DECL_FUNCTION_SCOPE_P.
DChangeLog-2000937 * decl2.c (get_guard): Check DECL_FUNCTION_SCOPE_P.
DChangeLog-1998287 * cp-tree.h (DECL_FUNCTION_SCOPE_P): New macro.