Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DProgress.cpp27 m_total(Progress::kNonDeterministicTotal), in Progress()
171 (type == EventType::Begin) ? 0 : Progress::kNonDeterministicTotal; in ReportProgress()
173 completed, Progress::kNonDeterministicTotal, in ReportProgress()
H A DDebuggerEvents.cpp45 if (m_total != Progress::kNonDeterministicTotal) in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DProgress.h107 static constexpr uint64_t kNonDeterministicTotal = UINT64_MAX; variable
H A DDebuggerEvents.h43 bool IsFinite() const { return m_total != Progress::kNonDeterministicTotal; } in IsFinite()