Home
last modified time | relevance | path

Searched refs:NormalExit (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/CodeGen/
DCGCleanup.cpp858 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/
Dassertions.md627 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/
Dassertions.md634 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/
Dassertions.md627 For example, the following code verifies that calling `NormalExit()` causes the
632 EXPECT_EXIT(NormalExit(), testing::ExitedWithCode(0), "Success");
/external/googletest/docs/reference/
Dassertions.md627 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/
Dassertions.md634 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/
Dadvanced.md448 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/
DAdvancedGuide.md590 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/
Dadvanced.md448 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/
Dadvanced.md448 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/
Dadvanced.md448 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/
Dadvanced.md448 TEST(MyDeathTest, NormalExit) {
449 EXPECT_EXIT(NormalExit(), testing::ExitedWithCode(0), "Success");
461 * calling `NormalExit()` causes the process to print `"Success"` to stderr and