Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStringExtractor.cpp296 if (!IsGood()) in GetHexBytes()
339 for (i = 0, shift_amount = 0; i < byte_size && IsGood(); in GetHexWithFixedSize()
345 for (i = 0; i < byte_size && IsGood(); ++i) { in GetHexWithFixedSize()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStringExtractor.h44 bool IsGood() const { return m_index != UINT64_MAX; } in IsGood() function