Searched refs:decls_match (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Dname-lookup.c653 if (decls_match (OVL_CURRENT (match), x))
670 if (decls_match (x, t))
872 if (x != NULL_TREE && t != NULL_TREE && decls_match (x, t))
922 if (decls_match (x, oldglobal))
1927 && ! decls_match (fn, decl))
2155 if (decls_match (new_fn, old_fn))
2192 if (oldval && !decls_match (*newval, oldval))
2207 if (oldtype && *newtype && !decls_match (oldtype, *newtype))
2968 /* Don't compare non-function decls with decls_match here, since
2994 if (decls_match (dec
[all...]
H A Ddecl.c933 decls_match (tree newdecl, tree olddecl)
1007 types_match = decls_match (DECL_TEMPLATE_RESULT (olddecl),
1135 types_match = decls_match (newdecl, olddecl);
1245 types_match = decls_match (newdecl, olddecl);
2123 && ! decls_match (olddecl, newdecl))
928 decls_match (tree newdecl, tree olddecl) function
H A Dcp-tree.h3914 extern int decls_match (tree, tree);
H A Dcall.c2403 return decls_match (fn1, fn2);

Completed in 213 milliseconds