Searched refs:REPORT_OVERFLOW (Results 1 – 1 of 1) sorted by relevance
45 #define REPORT_OVERFLOW(doesOverflow) ((void)0) macro49 #define REPORT_OVERFLOW(doesOverflow) do \106 unsigned toUnsigned() const { REPORT_OVERFLOW(m_value >= 0); return toInt(); } in toUnsigned()124 …REPORT_OVERFLOW(value > std::numeric_limits<int>::min() && value < std::numeric_limits<int>::max()… in setRawValue()