Home
last modified time | relevance | path

Searched refs:equivalently_constrained (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dconstraint.cc3479 equivalently_constrained (tree d1, tree d2) in equivalently_constrained() function
Dname-lookup.cc2772 if (!equivalently_constrained (one, two)) in matching_fn_p()
Ddecl.cc1350 && !equivalently_constrained (olddecl, newdecl)) in check_concept_refinement()
1873 && equivalently_constrained (newdecl, olddecl)) in duplicate_decls()
Dclass.cc1128 if (!equivalently_constrained (fn, method)) in add_method()
Dcp-tree.h8356 extern bool equivalently_constrained (tree, tree);
DChangeLog-20151917 * class.c (add_method): Check equivalently_constrained.