Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl2.c2054 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()
H A Ddecl.c5890 && 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()
H A Dcp-tree.h2988 && DECL_FUNCTION_SCOPE_P (NODE))
3333 #define DECL_FUNCTION_SCOPE_P(NODE) \ macro
H A Dtree.c550 && DECL_FUNCTION_SCOPE_P (decl)); in is_local_temp()
H A Dname-lookup.c2648 && DECL_FUNCTION_SCOPE_P (old) in check_local_shadow()
H A Dconstexpr.c4729 && DECL_FUNCTION_SCOPE_P (t) in var_in_maybe_constexpr_fn()
H A Dsemantics.c3499 && DECL_FUNCTION_SCOPE_P (decl) in outer_var_p()
H A Dtypeck.c9625 && DECL_FUNCTION_SCOPE_P (whats_returned) in maybe_warn_about_returning_address_of_local()
H A Dpt.c15243 else if (DECL_FUNCTION_SCOPE_P (decl) in tsubst()
18148 && DECL_FUNCTION_SCOPE_P (pattern_decl)) in tsubst_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A 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()
H A 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()
H A Dcp-tree.h3172 && DECL_FUNCTION_SCOPE_P (NODE))
3525 #define DECL_FUNCTION_SCOPE_P(NODE) \ macro
H A Dname-lookup.cc3117 && DECL_FUNCTION_SCOPE_P (old) in check_local_shadow()
H A Dconstexpr.cc5529 return (DECL_FUNCTION_SCOPE_P (t) in var_in_maybe_constexpr_fn()
H A Dtypeck.cc10176 && DECL_FUNCTION_SCOPE_P (whats_returned) in maybe_warn_about_returning_address_of_local()
H A Dsemantics.cc3832 && DECL_FUNCTION_SCOPE_P (decl) in outer_var_p()
H A DChangeLog-20112968 * decl.c (cp_finish_decl): Check DECL_FUNCTION_SCOPE_P rather than
H A Dpt.cc15749 else if (DECL_FUNCTION_SCOPE_P (decl) in tsubst()
26660 gcc_checking_assert (!DECL_FUNCTION_SCOPE_P (d)); in instantiate_decl()
H A DChangeLog-20042743 * decl.c (expand_static_init): Use DECL_FUNCTION_SCOPE_P.
H A DChangeLog-2000937 * decl2.c (get_guard): Check DECL_FUNCTION_SCOPE_P.
H A DChangeLog-1998287 * cp-tree.h (DECL_FUNCTION_SCOPE_P): New macro.