Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DProgress.h116 static constexpr uint64_t kNonDeterministicTotal = UINT64_MAX; variable
H A DDebuggerEvents.h43 bool IsFinite() const { return m_total != Progress::kNonDeterministicTotal; } in IsFinite()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DProgress.cpp33 : m_total(total.value_or(Progress::kNonDeterministicTotal)), in Progress()
H A DDebuggerEvents.cpp45 if (m_total != Progress::kNonDeterministicTotal) in Dump()