Searched refs:duplicate_decls (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Dname-lookup.c492 duplicate_decls (decl, binding->value, /*newdecl_is_friend=*/false);
702 if (duplicate_decls (x, t, is_friend))
720 tree olddecl = duplicate_decls (x, t, is_friend);
1931 dup = duplicate_decls (decl, fn, is_friend);
1938 /* We don't overload implicit built-ins. duplicate_decls()
3515 XXX I don't want to repeat the entire duplicate_decls here */
H A Ddecl.c925 /* Subroutine of duplicate_decls: return truthvalue of whether
1125 duplicate_decls (tree newdecl, tree olddecl, bool newdecl_is_friend)
1247 return duplicate_decls (newdecl, olddecl,
2016 turn called duplicate_decls when it discovered that another
2020 o Here, in duplicate_decls, we decided to clobber newdecl.
2083 declaration of a member results in a call to duplicate_decls,
3993 initialization. Thus, duplicate_decls won't warn
3997 if (duplicate_decls (decl, field, /*newdecl_is_friend=*/false))
4008 if (field && duplicate_decls (decl, field,
6384 ok = duplicate_decls (dec
1120 duplicate_decls (tree newdecl, tree olddecl, bool newdecl_is_friend) function
[all...]
H A Dcp-tree.h3915 extern tree duplicate_decls (tree, tree, bool);
H A Dpt.c1173 duplicate_decls which will update the specialization list. But,
1216 duplicate_decls (spec, fn, is_friend);
1217 /* The call to duplicate_decls will have applied
1241 if (!duplicate_decls (spec, fn, is_friend) && DECL_INITIAL (spec))
3020 equivalent one, if it is replaced via a call to duplicate_decls.
5512 by duplicate_decls. */
/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c1179 /* Subroutine of duplicate_decls. Compare NEWDECL to OLDDECL.
1646 /* Subroutine of duplicate_decls. NEWDECL has been found to be
1975 duplicate_decls (tree newdecl, tree olddecl)
2148 the current scope. If there is, duplicate_decls may do all the
2149 work for us. If duplicate_decls returns false, that indicates
2151 replace the old one (duplicate_decls has issued all appropriate
2181 if (duplicate_decls (x, b_use->decl))
2285 && duplicate_decls (x, b->decl))
2308 if (visdecl && !b && duplicate_decls (x, visdecl))
2367 and is limited to its needs. duplicate_decls i
1967 duplicate_decls (tree newdecl, tree olddecl) function
[all...]

Completed in 132 milliseconds