Lines Matching refs:GlobalFunction
167 void GlobalFunction() { DieInside("GlobalFunction"); }
191 EXPECT_DEATH(GlobalFunction(), "death.*GlobalFunction");
192 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction");
443 TEST_F(TestForDeathTest, GlobalFunction) {
444 EXPECT_DEATH(GlobalFunction(), "GlobalFunction");
450 static const char regex_c_str[] = "GlobalFunction";
451 EXPECT_DEATH(GlobalFunction(), regex_c_str);
454 EXPECT_DEATH(GlobalFunction(), regex);
459 EXPECT_DEATH(GlobalFunction(), regex_str);
464 EXPECT_DEATH(GlobalFunction(), regex_std_str);