Searched refs:equal_p (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dint-vector-builder.h42 bool equal_p (T, T) const;
70 int_vector_builder<T>::equal_p (T elt1, T elt2) const function in class:int_vector_builder
H A Drtx-vector-builder.h44 bool equal_p (rtx, rtx) const;
92 rtx_vector_builder::equal_p (rtx elt1, rtx elt2) const function in class:rtx_vector_builder
H A Dtree-vector-builder.h43 bool equal_p (const_tree, const_tree) const;
89 tree_vector_builder::equal_p (const_tree elt1, const_tree elt2) const function in class:tree_vector_builder
H A Dtree-vrp.h53 bool equal_p (const value_range_equiv &, bool ignore_equivs) const;
H A Dvector-builder.h54 bool equal_p (T elt1, T elt2) const;
218 if (!derived ()->equal_p ((*this)[i], other[i]))
374 i != end && derived ()->equal_p (elt (i), elt (start));
413 if (!derived ()->equal_p ((*this)[i], (*this)[i + step]))
H A Dvalue-range.h73 bool equal_p (const value_range &) const;
H A Dgimple-ssa-evrp-analyze.c96 if (old_vr->equal_p (vr, /*ignore_equivs=*/true))
215 if (tem.equal_p (*old_vr))
H A Dvalue-range.cc385 value_range::equal_p (const value_range &other) const function in class:value_range
399 return equal_p (r);
H A Dira.c3569 bool equal_p = true;
3598 equal_p = false;
3603 if (! equal_p)
3548 bool equal_p = true; local
H A Dtree-vrp.c181 value_range_equiv::equal_p (const value_range_equiv &other, function in class:value_range_equiv
184 return (value_range::equal_p (other)
4614 if (!old_vr->equal_p (new_vr, /*ignore_equivs=*/false))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dint-vector-builder.h42 bool equal_p (T, T) const;
70 int_vector_builder<T>::equal_p (T elt1, T elt2) const function in class:int_vector_builder
H A Dvalue-range-equiv.h53 bool equal_p (const value_range_equiv &, bool ignore_equivs) const;
H A Drtx-vector-builder.h44 bool equal_p (rtx, rtx) const;
92 rtx_vector_builder::equal_p (rtx elt1, rtx elt2) const function in class:rtx_vector_builder
H A Dtree-vector-builder.h43 bool equal_p (const_tree, const_tree) const;
89 tree_vector_builder::equal_p (const_tree elt1, const_tree elt2) const function in class:tree_vector_builder
H A Dvalue-range-equiv.cc156 value_range_equiv::equal_p (const value_range_equiv &other, function in class:value_range_equiv
159 return (value_range::equal_p (other)
H A Dvector-builder.h54 bool equal_p (T elt1, T elt2) const;
218 if (!derived ()->equal_p ((*this)[i], other[i]))
374 i != end && derived ()->equal_p (elt (i), elt (start));
413 if (!derived ()->equal_p ((*this)[i], (*this)[i + step]))
H A Dgimple-ssa-evrp-analyze.cc94 if (old_vr->equal_p (vr, /*ignore_equivs=*/true))
213 if (tem.equal_p (*old_vr))
H A Dvalue-range.h99 bool equal_p (const irange &) const; // DEPRECATED
509 return equal_p (r);
H A Dtree-ssa-phiopt.cc1336 bool equal_p = operand_equal_for_value_replacement (arg0, arg1, &code, cond); local
1338 if (!equal_p
1346 if (equal_p || maybe_equal_p)
1432 equal_p = true;
1437 equal_p = true;
1442 equal_p = true;
1447 equal_p = true;
1452 equal_p = true;
1457 if (equal_p)
1463 if (equal_p
[all...]
H A Dira.cc3698 bool equal_p = true;
3727 equal_p = false;
3732 if (! equal_p)
3677 bool equal_p = true; local
H A Dvalue-range.cc477 irange::equal_p (const irange &other) const function in class:irange
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dpending-diagnostic.h185 bool equal_p (const pending_diagnostic &other) const function in class:ana::pending_diagnostic
324 been of the same subclass (which pending_diagnostic::equal_p does). */
352 bool equal_p (const pending_note &other) const function in class:ana::pending_note
H A Ddiagnostic-manager.cc682 if (!m_notes[i]->equal_p (*other.m_notes[i]))
691 && m_d->equal_p (*other.m_d)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dpending-diagnostic.h160 bool equal_p (const pending_diagnostic &other) function in class:ana::pending_diagnostic
258 been of the same subclass (which pending_diagnostic::equal_p does). */
H A Ddiagnostic-manager.cc110 && m_d->equal_p (*other.m_d)

Completed in 309 milliseconds

12