Searched refs:DECL_FUNCTION_SCOPE_P (Results 1 – 21 of 21) sorted by relevance
2054 else if (DECL_FUNCTION_SCOPE_P (decl)) in vague_linkage_p()2559 if (DECL_FUNCTION_SCOPE_P (decl) && ! DECL_VISIBILITY_SPECIFIED (decl)) in determine_visibility()3414 && !DECL_FUNCTION_SCOPE_P (var) in var_needs_tls_wrapper()5458 if (DECL_FUNCTION_SCOPE_P (decl) in decl_dependent_p()
5890 && DECL_FUNCTION_SCOPE_P (decl) in maybe_commonize_var()7031 if (DECL_FUNCTION_SCOPE_P (decl) && !TREE_STATIC (decl)) in make_rtl_for_nonlocal_decl()7037 defer_p = ((DECL_FUNCTION_SCOPE_P (decl) in make_rtl_for_nonlocal_decl()7801 if (DECL_FUNCTION_SCOPE_P (decl) in cp_finish_decl()7882 if (DECL_FUNCTION_SCOPE_P (decl)) in cp_finish_decl()7995 else if (DECL_FUNCTION_SCOPE_P (decl) && !TREE_STATIC (decl)) in cp_finish_decl()8960 && !DECL_FUNCTION_SCOPE_P (decl)) in expand_static_init()8979 if (DECL_FUNCTION_SCOPE_P (decl)) in expand_static_init()
2988 && DECL_FUNCTION_SCOPE_P (NODE))3333 #define DECL_FUNCTION_SCOPE_P(NODE) \ macro
550 && DECL_FUNCTION_SCOPE_P (decl)); in is_local_temp()
2648 && DECL_FUNCTION_SCOPE_P (old) in check_local_shadow()
4729 && DECL_FUNCTION_SCOPE_P (t) in var_in_maybe_constexpr_fn()
3499 && DECL_FUNCTION_SCOPE_P (decl) in outer_var_p()
9625 && DECL_FUNCTION_SCOPE_P (whats_returned) in maybe_warn_about_returning_address_of_local()
15243 else if (DECL_FUNCTION_SCOPE_P (decl) in tsubst()18148 && DECL_FUNCTION_SCOPE_P (pattern_decl)) in tsubst_expr()
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()
3832 && DECL_FUNCTION_SCOPE_P (decl) in outer_var_p()
2968 * decl.c (cp_finish_decl): Check DECL_FUNCTION_SCOPE_P rather than
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.