Home
last modified time | relevance | path

Searched refs:shadowed (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDname-lookup.c2630 tree shadowed = NULL_TREE; in check_local_shadow() local
2755 shadowed = old; in check_local_shadow()
2787 shadowed = member; in check_local_shadow()
2808 shadowed = old; in check_local_shadow()
2817 inform (DECL_SOURCE_LOCATION (shadowed), "shadowed declaration is here"); in check_local_shadow()
2863 set_local_extern_decl_linkage (tree decl, bool shadowed) in set_local_extern_decl_linkage() argument
2867 if (!shadowed) in set_local_extern_decl_linkage()
3233 tree shadowed; in check_for_out_of_scope_variable() local
3239 shadowed = DECL_HAS_SHADOWED_FOR_VAR_P (decl) in check_for_out_of_scope_variable()
3241 while (shadowed != NULL_TREE && VAR_P (shadowed) in check_for_out_of_scope_variable()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDname-lookup.c1333 tree shadowed; in check_for_out_of_scope_variable() local
1339 shadowed = DECL_HAS_SHADOWED_FOR_VAR_P (decl) in check_for_out_of_scope_variable()
1341 while (shadowed != NULL_TREE && TREE_CODE (shadowed) == VAR_DECL in check_for_out_of_scope_variable()
1342 && DECL_DEAD_FOR_LOCAL (shadowed)) in check_for_out_of_scope_variable()
1343 shadowed = DECL_HAS_SHADOWED_FOR_VAR_P (shadowed) in check_for_out_of_scope_variable()
1344 ? DECL_SHADOWED_FOR_VAR (shadowed) : NULL_TREE; in check_for_out_of_scope_variable()
1345 if (!shadowed) in check_for_out_of_scope_variable()
1346 shadowed = IDENTIFIER_NAMESPACE_VALUE (DECL_NAME (decl)); in check_for_out_of_scope_variable()
1347 if (shadowed) in check_for_out_of_scope_variable()
1353 shadowed); in check_for_out_of_scope_variable()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-decl.c195 struct c_binding *shadowed; /* the innermost decl shadowed by this one */ member
369 struct c_label_vars *shadowed; member
721 b->shadowed = 0; in bind()
763 here = &(*here)->shadowed; in bind()
765 b->shadowed = *here; in bind()
800 label_vars->shadowed = b->u.label; in bind_label()
1212 I_LABEL_BINDING (b->id) = b->shadowed; in pop_scope()
1216 b->u.label = b->u.label->shadowed; in pop_scope()
1229 I_TAG_BINDING (b->id) = b->shadowed; in pop_scope()
1350 I_SYMBOL_BINDING (b->id) = b->shadowed; in pop_scope()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
HDc-decl.c194 struct c_binding *shadowed; /* the innermost decl shadowed by this one */ member
295 struct c_label_vars *shadowed; member
619 b->shadowed = 0; in bind()
661 here = &(*here)->shadowed; in bind()
663 b->shadowed = *here; in bind()
698 label_vars->shadowed = b->u.label; in bind_label()
1110 I_LABEL_BINDING (b->id) = b->shadowed; in pop_scope()
1114 b->u.label = b->u.label->shadowed; in pop_scope()
1127 I_TAG_BINDING (b->id) = b->shadowed; in pop_scope()
1245 I_SYMBOL_BINDING (b->id) = b->shadowed; in pop_scope()
[all …]
/dragonfly/contrib/file/magic/Magdir/
HDintel198 # ROM may be shadowed in RAM
/dragonfly/share/dict/
HDweb2a15957 death-shadowed
33789 long-shadowed
38112 olive-shadowed
59328 steeple-shadowed
60808 subtle-shadowed
63529 thick-shadowed
70223 vine-shadowed
HDweb2179477 shadowed
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
HDi386.md13076 ;; This pattern is not fully shadowed by the pattern above.
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDinvoke.texi4020 is shadowed. Note that in C++, the compiler will not warn if a local variable
/dragonfly/contrib/ncurses/misc/
HDterminfo.src24841 # (The broken ones had been shadowed by sgr.)