Lines Matching refs:DieIf
176 void DieIf(bool should_die) {
178 DieInside("DieIf");
474 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)");
502 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"),
509 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message.";
517 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail.
534 ASSERT_DEATH(DieIf(false), "DieIf
543 EXPECT_DEATH(DieIf((++x) == 4), "DieIf");
545 const char* regex = "DieIf";