Home
last modified time | relevance | path

Searched refs:current_test_info (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Host/
H A DFileTest.cpp21 const auto *Info = testing::UnitTest::GetInstance()->current_test_info(); in TEST()
39 const auto *Info = testing::UnitTest::GetInstance()->current_test_info(); in TEST()
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DTestBase.cpp17 ::testing::UnitTest::GetInstance()->current_test_info(); in getLogFileName()
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DCrashHandlerFixture.cpp21 << ::testing::UnitTest::GetInstance()->current_test_info()->name() in CatchCrash()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc370 TestInfo* const info = GetUnitTestImpl()->current_test_info(); in DeathTest()
729 const TestInfo* const info = impl->current_test_info(); in AssumeRole()
976 const TestInfo* const info = impl->current_test_info(); in AssumeRole()
1417 const TestInfo* const info = impl->current_test_info(); in AssumeRole()
1473 const int death_test_index = impl->current_test_info() in Create()
H A Dgtest-internal-inl.h759 TestInfo* current_test_info() { return current_test_info_; } in current_test_info() function
760 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info() function
H A Dgtest.cc2310 const TestInfo* const this_test_info = impl->current_test_info(); in HasSameFixtureClass()
4956 const TestInfo* UnitTest::current_test_info() const in current_test_info() function in testing::UnitTest
4959 return impl_->current_test_info(); in current_test_info()
/llvm-project-15.0.7/lldb/unittests/Target/
H A DFindFileTest.cpp65 const auto *Info = testing::UnitTest::GetInstance()->current_test_info(); in TEST_F()
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DCheckerRegistration.h109 ::testing::UnitTest::GetInstance()->current_test_info(); in getCurrentTestNameAsFileName()
/llvm-project-15.0.7/flang/unittests/Frontend/
H A DFrontendActionTest.cpp46 testing::UnitTest::GetInstance()->current_test_info(); in SetUp()
/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestCompletion.cpp68 auto test_info = ::testing::UnitTest::GetInstance()->current_test_info(); in SetUp()
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc792 UnitTest::GetInstance()->current_test_info(); in RegisterUseByOnCallOrExpectCall()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1286 const TestInfo* current_test_info() const