Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-typed-test.h207 virtual void TestBody(); \
225 TestName)<gtest_TypeParam_>::TestBody()
282 virtual void TestBody(); \
290 SuiteName)::TestName<gtest_TypeParam_>::TestBody()
H A Dgtest-param-test.h424 virtual void TestBody(); \
446 void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
H A Dgtest.h484 virtual void TestBody() = 0;
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp310 TestBody ();
313 C9::TestBody () { in TestBody() function in n1::C9
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp1042 Function *TestBody = Function::Create(FnType, GlobalValue::ExternalLinkage, in TEST() local
1045 BasicBlock *BB0 = BasicBlock::Create(Ctx, "", TestBody); in TEST()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h1365 virtual void TestBody(); \
1382 void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2509 this, &Test::TestBody, "the test body"); in Run()