Home
last modified time | relevance | path

Searched defs:IsGood (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/
H A DStdStringExtractor.h28 bool IsGood() const { return m_index != UINT64_MAX; } in IsGood() function
/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractor.h35 bool IsGood() const { return m_index != UINT64_MAX; } in IsGood() function
/llvm-project/clang/test/SemaCXX/
H A Dfunction-redecl.cpp114 bool IsGood() { return false; } IsGood() function