Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDdecl2.c1966 else if (DECL_FUNCTION_SCOPE_P (decl)) in vague_linkage_p()
2397 if (DECL_FUNCTION_SCOPE_P (decl) && ! DECL_VISIBILITY_SPECIFIED (decl)) in determine_visibility()
3266 && !DECL_FUNCTION_SCOPE_P (var) in var_needs_tls_wrapper()
HDdecl.c5591 && DECL_FUNCTION_SCOPE_P (decl) in maybe_commonize_var()
6600 if (DECL_FUNCTION_SCOPE_P (decl) && !TREE_STATIC (decl)) in make_rtl_for_nonlocal_decl()
6606 defer_p = ((DECL_FUNCTION_SCOPE_P (decl) in make_rtl_for_nonlocal_decl()
7123 if (DECL_FUNCTION_SCOPE_P (decl) in cp_finish_decl()
7200 if (DECL_FUNCTION_SCOPE_P (decl)) in cp_finish_decl()
7288 else if (DECL_FUNCTION_SCOPE_P (decl) && !TREE_STATIC (decl)) in cp_finish_decl()
8240 && !DECL_FUNCTION_SCOPE_P (decl)) in expand_static_init()
8259 if (DECL_FUNCTION_SCOPE_P (decl)) in expand_static_init()
HDcp-tree.h2815 (VAR_P (NODE) && DECL_FUNCTION_SCOPE_P (NODE))
3141 #define DECL_FUNCTION_SCOPE_P(NODE) \ macro
HDconstexpr.c3467 && DECL_FUNCTION_SCOPE_P (t) in var_in_maybe_constexpr_fn()
HDsemantics.c3328 && DECL_FUNCTION_SCOPE_P (decl) in outer_var_p()
HDtypeck.c9077 && DECL_FUNCTION_SCOPE_P (whats_returned) in maybe_warn_about_returning_address_of_local()
HDpt.c14252 else if (DECL_FUNCTION_SCOPE_P (decl) in tsubst()
16734 && DECL_FUNCTION_SCOPE_P (pattern_decl)) in tsubst_expr()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDdecl.c4854 && DECL_FUNCTION_SCOPE_P (decl) in maybe_commonize_var()
5703 if (DECL_FUNCTION_SCOPE_P (decl) && !TREE_STATIC (decl)) in make_rtl_for_nonlocal_decl()
5708 defer_p = DECL_FUNCTION_SCOPE_P (decl) || DECL_VIRTUAL_P (decl); in make_rtl_for_nonlocal_decl()
6180 if (DECL_FUNCTION_SCOPE_P (decl) in cp_finish_decl()
6293 if (DECL_FUNCTION_SCOPE_P (decl)) in cp_finish_decl()
6369 else if (DECL_FUNCTION_SCOPE_P (decl) && !TREE_STATIC (decl)) in cp_finish_decl()
6741 if (DECL_FUNCTION_SCOPE_P (decl)) in expand_static_init()
HDcp-tree.h2170 && DECL_FUNCTION_SCOPE_P (NODE))
2461 #define DECL_FUNCTION_SCOPE_P(NODE) \ macro
HDdecl2.c2089 if (DECL_FUNCTION_SCOPE_P (decl) && ! DECL_VISIBILITY_SPECIFIED (decl)) in determine_visibility()
HDsemantics.c2831 && DECL_FUNCTION_SCOPE_P (decl) in outer_var_p()
HDtypeck.c7724 && DECL_FUNCTION_SCOPE_P (whats_returned) in maybe_warn_about_returning_address_of_local()
HDpt.c10908 else if (DECL_FUNCTION_SCOPE_P (decl) in tsubst()