Searched refs:NormalExit (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCleanup.cpp | 858 llvm::BasicBlock *NormalExit = Builder.GetInsertBlock(); in PopCleanupBlock() local 860 NormalExit->getInstList().push_back(InstsToAppend[I]); in PopCleanupBlock() 873 Fixup.OptimisticBranchBlock = NormalExit; in PopCleanupBlock() 913 if (NewNormalEntry != NormalEntry && NormalEntry == NormalExit) in PopCleanupBlock()
|
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/docs/reference/ |
D | assertions.md | 627 For example, the following code verifies that calling `NormalExit()` causes the 632 EXPECT_EXIT(NormalExit(), testing::ExitedWithCode(0), "Success");
|
/external/cronet/tot/third_party/googletest/src/docs/reference/ |
D | assertions.md | 634 For example, the following code verifies that calling `NormalExit()` causes the 639 EXPECT_EXIT(NormalExit(), testing::ExitedWithCode(0), "Success");
|
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/docs/reference/ |
D | assertions.md | 627 For example, the following code verifies that calling `NormalExit()` causes the 632 EXPECT_EXIT(NormalExit(), testing::ExitedWithCode(0), "Success");
|
/external/googletest/docs/reference/ |
D | assertions.md | 627 For example, the following code verifies that calling `NormalExit()` causes the 632 EXPECT_EXIT(NormalExit(), testing::ExitedWithCode(0), "Success");
|
/external/cronet/stable/third_party/googletest/src/docs/reference/ |
D | assertions.md | 634 For example, the following code verifies that calling `NormalExit()` causes the 639 EXPECT_EXIT(NormalExit(), testing::ExitedWithCode(0), "Success");
|
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/docs/ |
D | advanced.md | 448 TEST(MyDeathTest, NormalExit) { 449 EXPECT_EXIT(NormalExit(), testing::ExitedWithCode(0), "Success"); 461 * calling `NormalExit()` causes the process to print `"Success"` to stderr and
|
/external/libva-utils/test/gtest/docs/ |
D | AdvancedGuide.md | 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…
|
/external/googletest/docs/ |
D | advanced.md | 448 TEST(MyDeathTest, NormalExit) { 449 EXPECT_EXIT(NormalExit(), testing::ExitedWithCode(0), "Success"); 461 * calling `NormalExit()` causes the process to print `"Success"` to stderr and
|
/external/cronet/stable/third_party/googletest/src/docs/ |
D | advanced.md | 448 TEST(MyDeathTest, NormalExit) { 449 EXPECT_EXIT(NormalExit(), testing::ExitedWithCode(0), "Success"); 461 * calling `NormalExit()` causes the process to print `"Success"` to stderr and
|
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/docs/ |
D | advanced.md | 448 TEST(MyDeathTest, NormalExit) { 449 EXPECT_EXIT(NormalExit(), testing::ExitedWithCode(0), "Success"); 461 * calling `NormalExit()` causes the process to print `"Success"` to stderr and
|
/external/cronet/tot/third_party/googletest/src/docs/ |
D | advanced.md | 448 TEST(MyDeathTest, NormalExit) { 449 EXPECT_EXIT(NormalExit(), testing::ExitedWithCode(0), "Success"); 461 * calling `NormalExit()` causes the process to print `"Success"` to stderr and
|