Searched refs:DECL_FUNCTION_SCOPE_P (Results 1 – 12 of 12) sorted by relevance
2257 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()
6264 && 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()
3172 && DECL_FUNCTION_SCOPE_P (NODE))3525 #define DECL_FUNCTION_SCOPE_P(NODE) \ macro
3117 && DECL_FUNCTION_SCOPE_P (old) in check_local_shadow()
5529 return (DECL_FUNCTION_SCOPE_P (t) in var_in_maybe_constexpr_fn()
10176 && DECL_FUNCTION_SCOPE_P (whats_returned) in maybe_warn_about_returning_address_of_local()
2968 * decl.c (cp_finish_decl): Check DECL_FUNCTION_SCOPE_P rather than
3832 && DECL_FUNCTION_SCOPE_P (decl) in outer_var_p()
15749 else if (DECL_FUNCTION_SCOPE_P (decl) in tsubst()26660 gcc_checking_assert (!DECL_FUNCTION_SCOPE_P (d)); in instantiate_decl()
2743 * decl.c (expand_static_init): Use DECL_FUNCTION_SCOPE_P.
937 * decl2.c (get_guard): Check DECL_FUNCTION_SCOPE_P.
287 * cp-tree.h (DECL_FUNCTION_SCOPE_P): New macro.