/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | name-lookup.c | 541 duplicate_decls (decl, binding->value, /*newdecl_is_friend=*/false); in supplement_binding_1() 780 tree d = duplicate_decls (x, t, is_friend); in pushdecl_maybe_friend_1() 799 tree olddecl = duplicate_decls (x, t, is_friend); in pushdecl_maybe_friend_1() 2299 dup = duplicate_decls (decl, fn, is_friend); in push_overloaded_decl_1()
|
H A D | decl.c | 1187 duplicate_decls (tree newdecl, tree olddecl, bool newdecl_is_friend) in duplicate_decls() function 1325 return duplicate_decls (newdecl, olddecl, in duplicate_decls() 4462 if (duplicate_decls (decl, field, /*newdecl_is_friend=*/false)) in start_decl() 4477 && duplicate_decls (decl, field, in start_decl() 7526 ok = duplicate_decls (decl, old_decl, friendp); in grokfndecl()
|
H A D | pt.c | 1397 duplicate_decls (spec, fn, is_friend); in register_specialization() 1422 if (!duplicate_decls (spec, fn, is_friend) && DECL_INITIAL (spec)) in register_specialization() 1432 return duplicate_decls (spec, fn, is_friend); in register_specialization()
|
H A D | cp-tree.h | 5023 extern tree duplicate_decls (tree, tree, bool);
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | name-lookup.c | 2237 duplicate_decls (decl, binding->value, /*newdecl_is_friend=*/false); in supplement_binding_1() 2410 if (tree match = duplicate_decls (decl, fn, is_friend)) in update_binding() 2462 else if (tree match = duplicate_decls (decl, old, false)) in update_binding() 3017 else if (tree match = duplicate_decls (decl, *iter, is_friend)) in do_pushdecl()
|
H A D | decl.c | 1395 duplicate_decls (tree newdecl, tree olddecl, bool newdecl_is_friend) in duplicate_decls() function 1550 return duplicate_decls (newdecl, olddecl, in duplicate_decls() 5149 field = duplicate_decls (decl, field, in start_decl() 5164 && duplicate_decls (decl, field, in start_decl() 9165 ok = duplicate_decls (decl, old_decl, friendp); in grokfndecl()
|
H A D | cp-tree.h | 6253 extern tree duplicate_decls (tree, tree, bool);
|
H A D | pt.c | 1583 duplicate_decls (spec, fn, is_friend); in register_specialization() 1610 tree dd = duplicate_decls (spec, fn, is_friend); in register_specialization() 1625 return duplicate_decls (spec, fn, is_friend); in register_specialization()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-decl.c | 2505 duplicate_decls (tree newdecl, tree olddecl) in duplicate_decls() function 2641 if (duplicate_decls (x, b_use->decl)) in pushdecl() 2745 && duplicate_decls (x, b->decl)) in pushdecl() 2769 if (visdecl && !b && duplicate_decls (x, visdecl)) in pushdecl()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-decl.c | 2715 duplicate_decls (tree newdecl, tree olddecl) in duplicate_decls() function 2912 if (duplicate_decls (x, b_use->decl)) in pushdecl() 3016 && duplicate_decls (x, b->decl)) in pushdecl() 3040 if (visdecl && !b && duplicate_decls (x, visdecl)) in pushdecl()
|