Searched refs:update_binding (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | name-lookup.c | 2355 update_binding (cp_binding_level *level, cxx_binding *binding, tree *slot, in update_binding() function 3137 old = update_binding (level, binding, slot, old, decl, is_friend); in do_pushdecl() 3792 update_binding (b, NULL, slot, MAYBE_STAT_DECL (*slot), decl, false); in set_identifier_type_value_with_scope()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | name-lookup.cc | 2783 update_binding (cp_binding_level *level, cxx_binding *binding, tree *slot, in update_binding() function 3731 decl = update_binding (NULL, binding, mslot, old, in pushdecl() 3787 old = update_binding (level, binding, mslot, old, decl, hiding); in pushdecl()
|
H A D | ChangeLog-2020 | 337 (update_binding): Level may be null, don't add namespaces to 2120 (update_binding): Update new hidden markers. 2135 (update_binding): Refactor. 2144 * name-lookup.c (update_binding): We never meet two implicit 2166 (update_binding): Replace 'is_friend' with 'hiding'. Drop 2172 (set_identifier_type_value_with_scope): Adjust update_binding
|
H A D | ChangeLog-2017 | 2883 (update_binding): An alias can match a real namespace. 2920 * name-lookup.c (update_binding): Only warn about constructors 3303 (update_binding): Don't prematurely slide artificial decl. 3337 (update_binding): Add SLOT parameter, adjust. 3608 (update_binding): New.
|
H A D | ChangeLog-2018 | 3995 * name-lookup.c (update_binding): Correct logic for local binding
|