Searched refs:shadowed (Results 1 – 20 of 20) sorted by relevance
1089 tree shadowed; in check_for_out_of_scope_variable() local1095 shadowed = DECL_HAS_SHADOWED_FOR_VAR_P (decl) in check_for_out_of_scope_variable()1097 while (shadowed != NULL_TREE && TREE_CODE (shadowed) == VAR_DECL in check_for_out_of_scope_variable()1098 && DECL_DEAD_FOR_LOCAL (shadowed)) in check_for_out_of_scope_variable()1099 shadowed = DECL_HAS_SHADOWED_FOR_VAR_P (shadowed) in check_for_out_of_scope_variable()1100 ? DECL_SHADOWED_FOR_VAR (shadowed) : NULL_TREE; in check_for_out_of_scope_variable()1101 if (!shadowed) in check_for_out_of_scope_variable()1102 shadowed = IDENTIFIER_NAMESPACE_VALUE (DECL_NAME (decl)); in check_for_out_of_scope_variable()1103 if (shadowed) in check_for_out_of_scope_variable()1109 shadowed); in check_for_out_of_scope_variable()[all …]
134 (binding_level): Update documentation. Remove shadowed.285 * decl.c (lookup_name_real): Fix handling of local types shadowed
1982 inherited name from the class shadowed scope.
1590 declarations of undeclared or shadowed GCC builtins.
1194 (pushdecl): Only allow artificial typedefs to be shadowed.
211 struct c_binding *shadowed; /* the innermost decl shadowed by this one */ member502 b->shadowed = 0; in bind()539 here = &(*here)->shadowed; in bind()541 b->shadowed = *here; in bind()781 I_LABEL_BINDING (b->id) = b->shadowed; in pop_scope()794 I_TAG_BINDING (b->id) = b->shadowed; in pop_scope()879 I_SYMBOL_BINDING (b->id) = b->shadowed; in pop_scope()880 if (b->shadowed && b->shadowed->type) in pop_scope()881 TREE_TYPE (b->shadowed->decl) = b->shadowed->type; in pop_scope()1998 for (b = I_SYMBOL_BINDING (DECL_NAME (new_decl)); b; b = b->shadowed) in warn_if_shadowing()[all …]
13161 Handle LABEL_DECLs appearing in the shadowed list.
37407 names_last, parms, parms_last, tags, and shadowed fields. Add
76 /// which became shadowed, when some register is used.93 /// to be shadowed.
90 -1 F071 u2751 # Lower right shadowed white square91 -1 F072 u2752 # Upper right shadowed white square
122 o. Fixed a bug that caused keys originally bound to self-insert but shadowed
1102 o Fix a shadowed variable in addfile_test_readcb; found by coverity
15957 death-shadowed33789 long-shadowed38112 olive-shadowed59328 steeple-shadowed60808 subtle-shadowed63529 thick-shadowed70223 vine-shadowed
179518 shadowed
5274 about shadowed or uninitialized variables. g++ incorrectly warns8402 appropriate, fixed some shadowed variables, change attr_t to compatible with
15317 ;; This pattern is not fully shadowed by the pattern above.15463 ;; This pattern is not fully shadowed by the pattern above.
5375 types to set the nobits type. Avoid a shadowed declaration.
2910 global variable or whenever a built-in function is shadowed.
20890 # (The broken ones had been shadowed by sgr.)
165847 auth_init() local key_cnt shadowed global of same name165874 char *buf shadowed declaration warning, printf %li not %i165926 ctime -> c_time to quiet shadowed declaration warning