Searched refs:TestBody (Results 1 – 7 of 7) sorted by relevance
207 virtual void TestBody(); \225 TestName)<gtest_TypeParam_>::TestBody()282 virtual void TestBody(); \290 SuiteName)::TestName<gtest_TypeParam_>::TestBody()
424 virtual void TestBody(); \446 void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
484 virtual void TestBody() = 0;
310 TestBody ();313 C9::TestBody () { in TestBody() function in n1::C9
1042 Function *TestBody = Function::Create(FnType, GlobalValue::ExternalLinkage, in TEST() local1045 BasicBlock *BB0 = BasicBlock::Create(Ctx, "", TestBody); in TEST()
1365 virtual void TestBody(); \1382 void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
2509 this, &Test::TestBody, "the test body"); in Run()