Lines Matching refs:GlobalFunction
170 void GlobalFunction() { DieInside("GlobalFunction"); }
194 EXPECT_DEATH(GlobalFunction(), "death.*GlobalFunction");
195 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction");
493 TEST_F(TestForDeathTest, GlobalFunction) {
494 EXPECT_DEATH(GlobalFunction(), "GlobalFunction");
500 static const char regex_c_str[] = "GlobalFunction";
501 EXPECT_DEATH(GlobalFunction(), regex_c_str);
504 EXPECT_DEATH(GlobalFunction(), regex);
509 EXPECT_DEATH(GlobalFunction(), regex_str);
516 EXPECT_DEATH(GlobalFunction(), regex_std_str);