Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DStringExtractorTest.cpp14 ASSERT_EQ(true, ex.IsGood()); in TEST_F()
26 ASSERT_EQ(true, ex.IsGood()); in TEST_F()
39 ASSERT_EQ(true, ex.IsGood()); in TEST_F()
50 ASSERT_EQ(true, ex.IsGood()); in TEST_F()
61 ASSERT_EQ(true, ex.IsGood()); in TEST_F()
72 ASSERT_EQ(true, ex.IsGood()); in TEST_F()
83 ASSERT_EQ(true, ex.IsGood()); in TEST_F()
94 ASSERT_EQ(true, ex.IsGood()); in TEST_F()
105 ASSERT_EQ(false, ex.IsGood()); in TEST_F()
139 ASSERT_EQ(true, ex.IsGood()); in TEST_F()
[all …]
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dfunction-redecl.cpp114 bool IsGood() { return false; } in IsGood() function
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DStdStringExtractor.h28 bool IsGood() const { return m_index != UINT64_MAX; } in IsGood() function
H A DStdStringExtractor.cpp254 if (IsGood()) in GetHexBytes()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStringExtractor.h35 bool IsGood() const { return m_index != UINT64_MAX; } in IsGood() function
/llvm-project-15.0.7/lldb/source/Utility/
H A DStringExtractor.cpp269 if (!IsGood()) in GetHexBytes()