Searched refs:IsGood (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/unittests/Utility/ |
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() 117 ASSERT_EQ(false, ex.IsGood()); in TEST_F() [all …]
|
/external/clang/test/SemaCXX/ |
D | function-redecl.cpp | 114 bool IsGood() { return false; } in IsGood() function
|
/external/llvm-project/clang/test/SemaCXX/ |
D | function-redecl.cpp | 114 bool IsGood() { return false; } in IsGood() function
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | StdStringExtractor.h | 28 bool IsGood() const { return m_index != UINT64_MAX; } in IsGood() function
|
D | StdStringExtractor.cpp | 255 if (IsGood()) in GetHexBytes()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | StringExtractor.h | 35 bool IsGood() const { return m_index != UINT64_MAX; } in IsGood() function
|
/external/llvm-project/lldb/source/Utility/ |
D | StringExtractor.cpp | 271 if (!IsGood()) in GetHexBytes()
|