Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractor.h35 bool IsGood() const { return m_index != UINT64_MAX; } in IsGood() function
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractor.cpp269 if (!IsGood()) in GetHexBytes()