Home | History | Annotate | Download | only in test

Lines Matching refs:GlobalFunction

171 void GlobalFunction() { DieInside("GlobalFunction"); }
195 EXPECT_DEATH(GlobalFunction(), "death.*GlobalFunction");
196 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction");
499 TEST_F(TestForDeathTest, GlobalFunction) {
500 EXPECT_DEATH(GlobalFunction(), "GlobalFunction");
506 static const char regex_c_str[] = "GlobalFunction";
507 EXPECT_DEATH(GlobalFunction(), regex_c_str);
510 EXPECT_DEATH(GlobalFunction(), regex);
515 EXPECT_DEATH(GlobalFunction(), regex_str);
520 EXPECT_DEATH(GlobalFunction(), regex_std_str);