Searched refs:NormalExit (Results 1 – 4 of 4) sorted by relevance
403 NormalExit: in PrResolveIntegerExpression()
949 llvm::BasicBlock *NormalExit = Builder.GetInsertBlock(); in PopCleanupBlock() local951 InstsToAppend[I]->insertInto(NormalExit, NormalExit->end()); in PopCleanupBlock()964 Fixup.OptimisticBranchBlock = NormalExit; in PopCleanupBlock()1004 if (NewNormalEntry != NormalEntry && NormalEntry == NormalExit) in PopCleanupBlock()
627 For example, the following code verifies that calling `NormalExit()` causes the632 EXPECT_EXIT(NormalExit(), testing::ExitedWithCode(0), "Success");
448 TEST(MyDeathTest, NormalExit) {449 EXPECT_EXIT(NormalExit(), testing::ExitedWithCode(0), "Success");461 * calling `NormalExit()` causes the process to print `"Success"` to stderr and