Home
last modified time | relevance | path

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

12345678910>>...22

/external/python/cpython3/Modules/
Dsignalmodule.c1241 goto finally; in PyInit__signal()
1245 goto finally; in PyInit__signal()
1249 goto finally; in PyInit__signal()
1254 goto finally; in PyInit__signal()
1258 goto finally; in PyInit__signal()
1262 goto finally; in PyInit__signal()
1267 goto finally; in PyInit__signal()
1292 goto finally; in PyInit__signal()
1296 goto finally; in PyInit__signal()
1300 goto finally; in PyInit__signal()
[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/python/cpython2/Modules/
DcPickle.c825 goto finally; in put2()
836 goto finally; in put2()
839 goto finally; in put2()
842 goto finally; in put2()
850 goto finally; in put2()
862 goto finally; in put2()
881 goto finally; in put2()
886 goto finally; in put2()
890 finally: in put2()
1105 if (i < 0) 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/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2010-04-30-LocalAlloc-LandingPad.ll31 br label %finally
70 br label %finally
74 br label %finally
92 br label %finally
97 br label %finally
99 finally: ; preds = %catch.next, %cleanup.end, %cleanup.pad…
102 cleanup.switch9: ; preds = %finally
105 i32 1, label %finally.end
106 i32 2, label %finally.throw
110 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/tool/src/main/resources/org/antlr/codegen/templates/Python3/
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/antlr/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/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/Microsoft-GSL/tests/
Dutils_tests.cpp48 auto _ = finally([&]() { f(i); }); in __anon8d89c61f0102()
58 auto _1 = finally([&]() { f(i); }); in __anon8d89c61f0202()
77 auto _ = finally(std::bind(&f, std::ref(i)));
89 auto _ = finally(&g);
/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/python/cpython3/Modules/_sqlite/
Dconnection.c1354 goto finally; in pysqlite_collation_callback()
1361 goto finally; /* failed to allocate strings */ in pysqlite_collation_callback()
1368 goto finally; in pysqlite_collation_callback()
1383 finally: in pysqlite_collation_callback()
1397 goto finally; in pysqlite_connection_interrupt()
1405 finally: in pysqlite_connection_interrupt()
1422 goto finally; in pysqlite_connection_iterdump()
1427 goto finally; in pysqlite_connection_iterdump()
1432 goto finally; in pysqlite_connection_iterdump()
1438 goto finally; in pysqlite_connection_iterdump()
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-finally.hpp46 struct finally struct
52 finally(last_call_type lc) in finally() function
104 auto finally(AN&&... an) in finally() function
118 class Finally = rxo::detail::finally<SourceValue, rxu::decay_t<LastCall>>>
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dfinally.cpp20 | rxo::finally([&invoked]() { in __anon3b3dc5f90102()
66 .finally([&invoked]() { in __anon3b3dc5f90302()
117 .finally([&invoked]() { in __anon3b3dc5f90502()
170 .finally([&invoked]() { in __anon3b3dc5f90702()
/external/apache-commons-bcel/src/examples/Mini/
DMini.jj73 } finally {
124 } finally {
167 } finally {
209 } finally {
246 } finally {
291 } finally {
335 } finally {
378 } finally {
426 } finally {
461 } finally {
/external/antlr/runtime/ObjC/Framework/examples/LL-star/
DSimpleCLexer.m92 @finally {
126 @finally {
160 @finally {
194 @finally {
228 @finally {
262 @finally {
296 @finally {
331 @finally {
366 @finally {
401 @finally {
[all …]
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCLexer.m93 @finally {
128 @finally {
163 @finally {
198 @finally {
270 @finally {
350 @finally {
384 @finally {
418 @finally {
452 @finally {
486 @finally {
[all …]

12345678910>>...22