Home
last modified time | relevance | path

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

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