Searched refs:OverflowValue (Results 1 – 1 of 1) sorted by relevance
35 constexpr uint64_t OverflowValue = std::numeric_limits<uint64_t>::max(); variable56 if (Value != OverflowValue) { in operator +=()57 if (Value < OverflowValue - Value_) in operator +=()60 Value = OverflowValue; in operator +=()665 if (Value == OverflowValue) in printDatum()675 if (LocationStats[0].Value == OverflowValue) in printLocationStats()690 if (LocationStats[1].Value == OverflowValue) in printLocationStats()706 if (LocationStats[i].Value == OverflowValue) in printLocationStats()723 if (LocationStats[NumOfCoverageCategories - 1].Value == OverflowValue) in printLocationStats()