Home
last modified time | relevance | path

Searched refs:DECL_DEAD_FOR_LOCAL (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dname-lookup.c1049 && DECL_DEAD_FOR_LOCAL (oldlocal)) in pushdecl_maybe_friend_1()
1336 if (!(TREE_CODE (decl) == VAR_DECL && DECL_DEAD_FOR_LOCAL (decl))) in check_for_out_of_scope_variable()
1342 && DECL_DEAD_FOR_LOCAL (shadowed)) in check_for_out_of_scope_variable()
4920 && DECL_DEAD_FOR_LOCAL (binding->value))) in lookup_name_innermost_nonclass_level_1()
H A Dcp-tree.h3079 #define DECL_DEAD_FOR_LOCAL(NODE) DECL_LANG_FLAG_7 (VAR_DECL_CHECK (NODE)) macro
H A Ddecl.c689 DECL_DEAD_FOR_LOCAL (link) = 1; in poplevel()
H A Dpt.c10417 DECL_DEAD_FOR_LOCAL (r) = 0; in tsubst_decl()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dname-lookup.c149 && DECL_DEAD_FOR_LOCAL (binding->value))) in find_local_binding()
2627 while (old && VAR_P (old) && DECL_DEAD_FOR_LOCAL (old)) in check_local_shadow()
3236 if (!(VAR_P (decl) && DECL_DEAD_FOR_LOCAL (decl))) in check_for_out_of_scope_variable()
3242 && DECL_DEAD_FOR_LOCAL (shadowed)) in check_for_out_of_scope_variable()
H A Dcp-tree.h3846 #define DECL_DEAD_FOR_LOCAL(NODE) DECL_LANG_FLAG_7 (VAR_DECL_CHECK (NODE)) macro
H A Ddecl.c746 DECL_DEAD_FOR_LOCAL (link) = 1; in poplevel()
H A Dpt.c13708 DECL_DEAD_FOR_LOCAL (r) = 0; in tsubst_decl()