Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp35 static LVCompareInfo::iterator IterTotal = Results.end(); variable
59 IterTotal = Results.find(LVCompareItem::Total); in zeroResults()
60 assert(IterTotal != Results.end()); in zeroResults()
83 ++std::get<getExpected()>(IterTotal->second); in updateExpected()
91 ++std::get<getMissing()>(IterTotal->second); in updateMissingOrAdded()
94 ++std::get<getAdded()>(IterTotal->second); in updateMissingOrAdded()