Searched refs:equivalently_constrained (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constraint.cc | 3068 equivalently_constrained (tree d1, tree d2) in equivalently_constrained() function
|
H A D | name-lookup.c | 2344 if (!equivalently_constrained (one, two)) in matching_fn_p()
|
H A D | decl.c | 1291 && !equivalently_constrained (olddecl, newdecl)) in check_concept_refinement() 1773 && equivalently_constrained (newdecl, olddecl)) in duplicate_decls()
|
H A D | cp-tree.h | 7934 extern bool equivalently_constrained (tree, tree);
|
H A D | class.c | 1085 if (!equivalently_constrained (fn, method)) in add_method()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | constraint.cc | 3479 equivalently_constrained (tree d1, tree d2) in equivalently_constrained() function
|
H A D | name-lookup.cc | 2772 if (!equivalently_constrained (one, two)) in matching_fn_p()
|
H A D | decl.cc | 1350 && !equivalently_constrained (olddecl, newdecl)) in check_concept_refinement() 1873 && equivalently_constrained (newdecl, olddecl)) in duplicate_decls()
|
H A D | cp-tree.h | 8356 extern bool equivalently_constrained (tree, tree);
|
H A D | class.cc | 1128 if (!equivalently_constrained (fn, method)) in add_method()
|
H A D | ChangeLog-2015 | 1917 * class.c (add_method): Check equivalently_constrained.
|