Searched refs:NormalExit (Results 1 – 2 of 2) sorted by relevance
858 llvm::BasicBlock *NormalExit = Builder.GetInsertBlock(); in PopCleanupBlock() local860 NormalExit->getInstList().push_back(InstsToAppend[I]); in PopCleanupBlock()873 Fixup.OptimisticBranchBlock = NormalExit; in PopCleanupBlock()913 if (NewNormalEntry != NormalEntry && NormalEntry == NormalExit) in PopCleanupBlock()
731 TEST(MyDeathTest, NormalExit) {732 EXPECT_EXIT(NormalExit(), ::testing::ExitedWithCode(0), "Success");744 * calling `NormalExit()` causes the process to print `"Success"` to stderr and