Home
last modified time | relevance | path

Searched refs:finally (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/external/python/cpython3/Modules/
Dsignalmodule.c1219 goto finally; in PyInit__signal()
1223 goto finally; in PyInit__signal()
1227 goto finally; in PyInit__signal()
1232 goto finally; in PyInit__signal()
1236 goto finally; in PyInit__signal()
1240 goto finally; in PyInit__signal()
1245 goto finally; in PyInit__signal()
1270 goto finally; in PyInit__signal()
1274 goto finally; in PyInit__signal()
1278 goto finally; in PyInit__signal()
[all …]
Dsocketmodule.c2398 goto finally; in sock_accept()
2408 goto finally; in sock_accept()
2416 goto finally; in sock_accept()
2422 goto finally; in sock_accept()
2426 finally: in sock_accept()
3278 goto finally; in sock_recvfrom()
3286 goto finally; in sock_recvfrom()
3291 finally: in sock_recvfrom()
3424 goto finally; in sock_recvmsg_guts()
3437 goto finally; in sock_recvmsg_guts()
[all …]
/external/python/cpython2/Modules/
DcPickle.c820 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 …]
Dsvmodule.c156 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/clang/test/Rewriter/
Dfinally.m7 …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
Drewrite-modern-try-catch-finally.m14 @finally {
20 } @finally {
21 printf("executing finally");
23 printf("executing after finally block");
27 } @finally {
28 printf("executing finally");
59 @finally {
Drewrite-modern-try-finally.m23 @finally {
30 @finally {
34 @finally {
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2010-04-30-LocalAlloc-LandingPad.ll30 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/
D2010-04-30-LocalAlloc-LandingPad.ll30 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 …]
Dwineh-coreclr.ll24 ; } 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/
Dexceptions.m34 } @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 …]
/external/clang/test/Parser/
Dobjc-try-catch-1.m25 @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/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DDbg.stg133 <@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/cpython3/Modules/_sqlite/
Dconnection.c1380 goto finally; in pysqlite_collation_callback()
1387 goto finally; /* failed to allocate strings */ in pysqlite_collation_callback()
1394 goto finally; in pysqlite_collation_callback()
1409 finally: in pysqlite_collation_callback()
1425 goto finally; in pysqlite_connection_interrupt()
1433 finally: in pysqlite_connection_interrupt()
1450 goto finally; in pysqlite_connection_iterdump()
1455 goto finally; in pysqlite_connection_iterdump()
1460 goto finally; in pysqlite_connection_iterdump()
1466 goto finally; in pysqlite_connection_iterdump()
[all …]
/external/clang/test/SemaObjC/
Dscope-check.m15 } @finally {// expected-note {{jump bypasses initialization of @finally block}}
27 } @finally { // expected-note {{jump bypasses initialization of @finally block}}
36 } @finally {
61 @try {} @finally {}
Drdar6248119.m4 // <rdar://problem/6248119> @finally doesn't introduce a new scope
9 } @finally {
18 } @finally {
/external/python/cpython2/Modules/_sqlite/
Dconnection.c1363 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/LL-star/
DSimpleCLexer.m89 @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/simplecTreeParser/
DSimpleCLexer.m90 @finally {
123 @finally {
156 @finally {
189 @finally {
258 @finally {
334 @finally {
366 @finally {
398 @finally {
430 @finally {
462 @finally {
[all …]
/external/Microsoft-GSL/tests/
Dutils_tests.cpp31 auto _ = finally([&]() { f(i); }); in __anon8d89c61f0102()
41 auto _1 = finally([&]() { f(i); }); in __anon8d89c61f0202()
60 auto _ = finally(std::bind(&f, std::ref(i)));
72 auto _ = finally(&g);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
DSymbolTableLexer.m89 @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/
DSimpleCLexer.m239 @finally {
269 @finally {
299 @finally {
329 @finally {
359 @finally {
389 @finally {
419 @finally {
449 @finally {
479 @finally {
509 @finally {
[all …]
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
D2006-07-12-InlinePruneCGUpdate.ll194 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/llvm/test/Transforms/Inline/
D2006-07-12-InlinePruneCGUpdate.ll194 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/libvncserver/test/
Dbmp.c79 #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()

12345678910>>...19