/external/clang/test/Rewriter/ |
D | finally.m | 7 …rewriter doesn't support user-specified control flow semantics for @try/@finally (code may not exe… 8 } @finally { 9 printf("executing finally"); 15 } @finally { 16 printf("executing finally"); 18 printf("executing after finally block"); 22 } @finally { 23 printf("executing finally"); 31 return; // The rewriter knows how to generate code for implicit finally 37 return; // The rewriter knows how to generate code for implicit finally
|
D | rewrite-modern-try-catch-finally.m | 14 @finally { 20 } @finally { 21 printf("executing finally"); 23 printf("executing after finally block"); 27 } @finally { 28 printf("executing finally"); 59 @finally {
|
D | rewrite-modern-try-finally.m | 23 @finally { 30 @finally { 34 @finally {
|
/external/python/cpython2/Modules/ |
D | cPickle.c | 820 goto finally; in put2() 831 goto finally; in put2() 834 goto finally; in put2() 837 goto finally; in put2() 845 goto finally; in put2() 857 goto finally; in put2() 876 goto finally; in put2() 880 finally: in put2() 1095 if (i < 0) goto finally; in save_long() 1097 goto finally; in save_long() [all …]
|
D | svmodule.c | 156 goto finally; in svc_GetFields() 159 goto finally; in svc_GetFields() 162 finally: in svc_GetFields() 534 goto finally; in sv_CaptureBurst() 538 goto finally; in sv_CaptureBurst() 544 goto finally; in sv_CaptureBurst() 548 goto finally; in sv_CaptureBurst() 555 goto finally; in sv_CaptureBurst() 559 goto finally; in sv_CaptureBurst() 562 goto finally; in sv_CaptureBurst() [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2010-04-30-LocalAlloc-LandingPad.ll | 30 br label %finally 66 br label %finally 70 br label %finally 88 br label %finally 93 br label %finally 95 finally: ; preds = %catch.next, %cleanup.end, %cleanup.pad… 98 cleanup.switch9: ; preds = %finally 101 i32 1, label %finally.end 102 i32 2, label %finally.throw 106 br label %finally.end [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-04-30-LocalAlloc-LandingPad.ll | 30 br label %finally 69 br label %finally 73 br label %finally 91 br label %finally 96 br label %finally 98 finally: ; preds = %catch.next, %cleanup.end, %cleanup.pad… 101 cleanup.switch9: ; preds = %finally 104 i32 1, label %finally.end 105 i32 2, label %finally.throw 109 br label %finally.end [all …]
|
D | wineh-coreclr.ll | 24 ; } finally { 43 to label %inner_try unwind label %finally 51 to label %finally.clone unwind label %exn.dispatch 53 %catchswitch = catchswitch within none [label %catch1, label %catch2] unwind label %finally 74 to label %catch1.ret unwind label %finally 76 catchret from %catch.pad1 to label %finally.clone 97 to label %try_in_catch unwind label %finally 121 to label %fault.ret unwind label %finally 123 cleanupret from %fault.pad unwind label %finally 125 catchret from %catch.pad2 to label %finally.clone [all …]
|
/external/clang/test/CodeGenObjC/ |
D | exceptions.m | 34 } @finally { 78 // Test that the cleanup destination is saved when entering a finally 99 } @finally { 107 } @finally { 113 // duplicating the finally block. 144 // The finally cleanup has two threaded entrypoints after optimization: 146 // finally.no-call-exit: Predecessor is when the catch throws. 152 // finally.call-exit: Predecessors are the @try and @catch fallthroughs 169 // -> next, finally.no-call-exit 171 // -> finally.call-exit, match [all …]
|
D | 2007-04-03-ObjcEH.m | 19 @finally { 24 @finally {
|
/external/clang/test/Parser/ |
D | objc-try-catch-1.m | 25 @finally { 42 @try { // expected-error {{@try statement without a @catch and @finally clause}} 50 @try {}// expected-error {{@try statement without a @catch and @finally clause}} 56 @try {}// expected-error {{@try statement without a @catch and @finally clause}} 58 @finally {}
|
/external/clang/test/SemaObjC/ |
D | scope-check.m | 15 } @finally {// expected-note {{jump bypasses initialization of @finally block}} 27 } @finally { // expected-note {{jump bypasses initialization of @finally block}} 36 } @finally { 61 @try {} @finally {}
|
D | rdar6248119.m | 4 // <rdar://problem/6248119> @finally doesn't introduce a new scope 9 } @finally { 18 } @finally {
|
/external/Microsoft-GSL/tests/ |
D | utils_tests.cpp | 34 auto _ = finally([&]() {f(i);}); in SUITE() 44 auto _1 = finally([&]() {f(i);}); in SUITE() 63 auto _ = finally(std::bind(&f, std::ref(i))); in SUITE() 75 auto _ = finally(&g); in SUITE()
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | Dbg.stg | 133 <@finally()> 150 <@finally()> 177 <@finally()> 196 finally: 214 "} finally {self._dbg.exitSubRule(<decisionNumber>);}<\n>" 220 "} finally {self._dbg.exitDecision(<decisionNumber>);}<\n>" 230 finally: 239 finally: 248 finally: 260 finally: [all …]
|
/external/python/cpython2/Modules/_sqlite/ |
D | connection.c | 1363 goto finally; in pysqlite_collation_callback() 1370 goto finally; /* failed to allocate strings */ in pysqlite_collation_callback() 1377 goto finally; in pysqlite_collation_callback() 1392 finally: in pysqlite_collation_callback() 1408 goto finally; in pysqlite_connection_interrupt() 1416 finally: in pysqlite_connection_interrupt() 1433 goto finally; in pysqlite_connection_iterdump() 1438 goto finally; in pysqlite_connection_iterdump() 1443 goto finally; in pysqlite_connection_iterdump() 1449 goto finally; in pysqlite_connection_iterdump() [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleCLexer.m | 90 @finally { 123 @finally { 156 @finally { 189 @finally { 258 @finally { 334 @finally { 366 @finally { 398 @finally { 430 @finally { 462 @finally { [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
D | SimpleCLexer.m | 89 @finally { 122 @finally { 155 @finally { 188 @finally { 221 @finally { 254 @finally { 287 @finally { 321 @finally { 355 @finally { 389 @finally { [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
D | SymbolTableLexer.m | 89 @finally { 121 @finally { 153 @finally { 185 @finally { 218 @finally { 251 @finally { 283 @finally { 315 @finally { 382 @finally { 449 @finally { [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
D | SimpleCLexer.m | 239 @finally { 269 @finally { 299 @finally { 329 @finally { 359 @finally { 389 @finally { 419 @finally { 449 @finally { 479 @finally { 509 @finally { [all …]
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t024finally.g | 13 finally {events.append('finally')}
|
/external/llvm/test/Transforms/Inline/ |
D | 2006-07-12-InlinePruneCGUpdate.ll | 194 br label %finally 196 finally: ; preds = %cleanup 202 cond_next180: ; preds = %cond_false179, %finally 305 br label %finally 307 finally: ; preds = %cleanup 311 cleanup9: ; preds = %finally 397 br label %finally 399 finally: ; preds = %cleanup 427 cond_next189: ; preds = %cond_next, %finally 448 br label %finally [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/ |
D | 2006-07-12-InlinePruneCGUpdate.ll | 194 br label %finally 196 finally: ; preds = %cleanup 202 cond_next180: ; preds = %cond_false179, %finally 305 br label %finally 307 finally: ; preds = %cleanup 311 cleanup9: ; preds = %finally 397 br label %finally 399 finally: ; preds = %cleanup 427 cond_next189: ; preds = %cond_next, %finally 448 br label %finally [all …]
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t024finally.g | 13 finally {events.push('finally');}
|
/external/libvncserver/test/ |
D | bmp.c | 79 #define _throw(m) {__bmperr=m; retcode=-1; goto finally;} 81 #define _catch(f) {if((f)==-1) {retcode=-1; goto finally;}} 168 finally: in loadppm() 199 goto finally; in loadbmp() 204 goto finally; in loadbmp() 263 finally: in loadbmp() 292 finally: in saveppm() 380 finally: in savebmp()
|