Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Utility/
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()
117 ASSERT_EQ(false, ex.IsGood()); in TEST_F()
[all …]
/external/clang/test/SemaCXX/
Dfunction-redecl.cpp114 bool IsGood() { return false; } in IsGood() function
/external/llvm-project/clang/test/SemaCXX/
Dfunction-redecl.cpp114 bool IsGood() { return false; } in IsGood() function
/external/llvm-project/lldb/tools/debugserver/source/
DStdStringExtractor.h28 bool IsGood() const { return m_index != UINT64_MAX; } in IsGood() function
DStdStringExtractor.cpp255 if (IsGood()) in GetHexBytes()
/external/llvm-project/lldb/include/lldb/Utility/
DStringExtractor.h35 bool IsGood() const { return m_index != UINT64_MAX; } in IsGood() function
/external/llvm-project/lldb/source/Utility/
DStringExtractor.cpp271 if (!IsGood()) in GetHexBytes()