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()
590 TEST(MyDeathTest, NormalExit) {591 EXPECT_EXIT(NormalExit(), ::testing::ExitedWithCode(0), "Success");601 …* calling `NormalExit()` causes the process to print `"Success"` to stderr and exit with exit code…