Lines Matching refs:GlobalFunction
170 void GlobalFunction() { DieInside("GlobalFunction"); }
194 EXPECT_DEATH(GlobalFunction(), "death.*GlobalFunction");
195 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction");
498 TEST_F(TestForDeathTest, GlobalFunction) {
499 EXPECT_DEATH(GlobalFunction(), "GlobalFunction");
505 static const char regex_c_str[] = "GlobalFunction";
506 EXPECT_DEATH(GlobalFunction(), regex_c_str);
509 EXPECT_DEATH(GlobalFunction(), regex);
514 EXPECT_DEATH(GlobalFunction(), regex_str);
519 EXPECT_DEATH(GlobalFunction(), regex_std_str);