Searched refs:OverflowValue (Results 1 – 1 of 1) sorted by relevance
34 constexpr uint64_t OverflowValue = std::numeric_limits<uint64_t>::max(); variable55 if (Value != OverflowValue) { in operator +=()56 if (Value < OverflowValue - Value_) in operator +=()59 Value = OverflowValue; in operator +=()652 if (Value == OverflowValue) in printDatum()662 if (LocationStats[0].Value == OverflowValue) in printLocationStats()677 if (LocationStats[1].Value == OverflowValue) in printLocationStats()693 if (LocationStats[i].Value == OverflowValue) in printLocationStats()710 if (LocationStats[NumOfCoverageCategories - 1].Value == OverflowValue) in printLocationStats()