Home | History | Annotate | Download | only in test

Lines Matching refs:GlobalFunction

172 void GlobalFunction() { DieInside("GlobalFunction"); }
196 EXPECT_DEATH(GlobalFunction(), "death.*GlobalFunction");
197 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction");
500 TEST_F(TestForDeathTest, GlobalFunction) {
501 EXPECT_DEATH(GlobalFunction(), "GlobalFunction");
507 static const char regex_c_str[] = "GlobalFunction";
508 EXPECT_DEATH(GlobalFunction(), regex_c_str);
511 EXPECT_DEATH(GlobalFunction(), regex);
516 EXPECT_DEATH(GlobalFunction(), regex_str);
521 EXPECT_DEATH(GlobalFunction(), regex_std_str);