Home
last modified time | relevance | path

Searched refs:atomic_constraints_identical_p (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlogic.cc61 return atomic_constraints_identical_p (t1, t2); in equal()
H A Dconstraint.cc939 atomic_constraints_identical_p (tree t1, tree t2) in atomic_constraints_identical_p() function
975 if (!atomic_constraints_identical_p(t1, t2)) in constraints_equivalent_p()
2298 if (!atomic_constraints_identical_p (e1->constr, e2->constr)) in equal()
H A Dcp-tree.h7941 extern bool atomic_constraints_identical_p (tree, tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc993 atomic_constraints_identical_p (tree t1, tree t2) in atomic_constraints_identical_p() function
1029 if (!atomic_constraints_identical_p(t1, t2)) in constraints_equivalent_p()
2510 return atomic_constraints_identical_p (e1->atom, e2->atom); in equal()
H A Dcp-tree.h8362 extern bool atomic_constraints_identical_p (tree, tree);
8380 return atomic_constraints_identical_p (t1, t2); in equal()
H A DChangeLog-20201235 on two atoms. Call atomic_constraints_identical_p if the flag
1251 atomic_constraints_identical_p.
H A DChangeLog-20191582 * constraint.cc (atomic_constraints_identical_p): Add assertions.
1879 (atomic_constraints_identical_p): New.