HomeSort by: relevance | last modified time | path
    Searched defs:undefined_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
value-range.h 68 bool undefined_p () const;
300 irange::undefined_p () const function in class:irange
316 if (undefined_p ())
334 if (vr->undefined_p ())
611 if (r.undefined_p ())
653 // (undefined_p() is true).
  /src/external/gpl3/gcc/dist/gcc/
value-range.h 100 bool undefined_p () const;
555 gcc_checking_assert (!undefined_p () && !known_isnan ());
562 gcc_checking_assert (!undefined_p () && !known_isnan ());
702 bool undefined_p () const { return m_vrange->undefined_p (); } function in class:Value_Range
921 vrange::undefined_p () const function in class:vrange
937 if (undefined_p ())
959 if (vr->undefined_p ())
1179 if (r.undefined_p ())
1244 gcc_checking_assert (!undefined_p ());
    [all...]

Completed in 25 milliseconds