Home
last modified time | relevance | path

Searched refs:OverflowValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp35 constexpr uint64_t OverflowValue = std::numeric_limits<uint64_t>::max(); variable
56 if (Value != OverflowValue) { in operator +=()
57 if (Value < OverflowValue - Value_) in operator +=()
60 Value = OverflowValue; in operator +=()
664 if (Value == OverflowValue) in printDatum()
674 if (LocationStats[0].Value == OverflowValue) in printLocationStats()
689 if (LocationStats[1].Value == OverflowValue) in printLocationStats()
705 if (LocationStats[i].Value == OverflowValue) in printLocationStats()
722 if (LocationStats[NumOfCoverageCategories - 1].Value == OverflowValue) in printLocationStats()