Home
last modified time | relevance | path

Searched refs:HasFailure (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_lzw_test.cpp44 for (size_t i = 0; i < 100 && !this->HasFailure(); ++i) { in TYPED_TEST()
56 for (size_t i = 0; i < 100 && !this->HasFailure(); ++i) { in TYPED_TEST()
68 for (size_t i = 1; i < 16 && !this->HasFailure(); ++i) { in TYPED_TEST()
78 for (size_t i = 1; i < 1000 && !this->HasFailure(); i *= 2) { in TYPED_TEST()
H A Dsanitizer_stack_store_test.cpp40 if (HasFailure()) in ForEachTrace()
/llvm-project-15.0.7/llvm/unittests/TableGen/
H A DCodeExpanderTest.cpp50 if (testing::Test::HasFailure()) in ~RAIIDiagnosticChecker()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterFixtures.cpp222 if (!::testing::Test::HasFailure()) in ~ASTImporterTestBase()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h445 static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); } in HasFailure() function