Searched refs:IsGood (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | StringExtractorTest.cpp | 14 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 D | function-redecl.cpp | 114 bool IsGood() { return false; } in IsGood() function
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | StdStringExtractor.h | 28 bool IsGood() const { return m_index != UINT64_MAX; } in IsGood() function
|
| H A D | StdStringExtractor.cpp | 254 if (IsGood()) in GetHexBytes()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | StringExtractor.h | 35 bool IsGood() const { return m_index != UINT64_MAX; } in IsGood() function
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | StringExtractor.cpp | 269 if (!IsGood()) in GetHexBytes()
|