Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/cp/
Dname-lookup.c1089 tree shadowed; in check_for_out_of_scope_variable() local
1095 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 …]
DChangeLog-1998134 (binding_level): Update documentation. Remove shadowed.
285 * decl.c (lookup_name_real): Fix handling of local types shadowed
DChangeLog-20011982 inherited name from the class shadowed scope.
DChangeLog-20031590 declarations of undeclared or shadowed GCC builtins.
DChangeLog-19941194 (pushdecl): Only allow artificial typedefs to be shadowed.
/freebsd-9-stable/contrib/gcc/
Dc-decl.c211 struct c_binding *shadowed; /* the innermost decl shadowed by this one */ member
502 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 …]
DChangeLog-200313161 Handle LABEL_DECLs appearing in the shadowed list.
DChangeLog-200437407 names_last, parms, parms_last, tags, and shadowed fields. Add
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetCallingConv.td76 /// which became shadowed, when some register is used.
93 /// to be shadowed.
/freebsd-9-stable/contrib/groff/font/devlj4/generate/
Dwingdings.map90 -1 F071 u2751 # Lower right shadowed white square
91 -1 F072 u2752 # Upper right shadowed white square
/freebsd-9-stable/contrib/libreadline/
DCHANGES122 o. Fixed a bug that caused keys originally bound to self-insert but shadowed
/freebsd-9-stable/contrib/ntp/sntp/libevent/
DChangeLog1102 o Fix a shadowed variable in addfile_test_readcb; found by coverity
/freebsd-9-stable/share/dict/
Dweb2a15957 death-shadowed
33789 long-shadowed
38112 olive-shadowed
59328 steeple-shadowed
60808 subtle-shadowed
63529 thick-shadowed
70223 vine-shadowed
Dweb2179518 shadowed
/freebsd-9-stable/contrib/ncurses/
DNEWS5274 about shadowed or uninitialized variables. g++ incorrectly warns
8402 appropriate, fixed some shadowed variables, change attr_t to compatible with
/freebsd-9-stable/contrib/gcc/config/i386/
Di386.md15317 ;; This pattern is not fully shadowed by the pattern above.
15463 ;; This pattern is not fully shadowed by the pattern above.
/freebsd-9-stable/contrib/binutils/gas/
DChangeLog-96975375 types to set the nobits type. Avoid a shadowed declaration.
/freebsd-9-stable/contrib/gcc/doc/
Dinvoke.texi2910 global variable or whenever a built-in function is shadowed.
/freebsd-9-stable/contrib/ncurses/misc/
Dterminfo.src20890 # (The broken ones had been shadowed by sgr.)
/freebsd-9-stable/contrib/ntp/
DCommitLog165847 auth_init() local key_cnt shadowed global of same name
165874 char *buf shadowed declaration warning, printf %li not %i
165926 ctime -> c_time to quiet shadowed declaration warning