Home
last modified time | relevance | path

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

12345678910>>...25

/external/python/cpython3/Modules/
Dsignalmodule.c1400 goto finally; in PyInit__signal()
1406 goto finally; in PyInit__signal()
1410 goto finally; in PyInit__signal()
1414 goto finally; in PyInit__signal()
1418 goto finally; in PyInit__signal()
1422 goto finally; in PyInit__signal()
1427 goto finally; in PyInit__signal()
1452 goto finally; in PyInit__signal()
1456 goto finally; in PyInit__signal()
1460 goto finally; in PyInit__signal()
[all …]
/external/llvm-project/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 {
/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/llvm-project/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/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/llvm-project/clang/test/CodeGenObjC/
Dexceptions.m34 } @finally {
76 // Test that the cleanup destination is saved when entering a finally
97 } @finally {
106 } @finally {
111 // duplicating the finally block.
142 // The finally cleanup has two threaded entrypoints after optimization:
144 // finally.no-call-exit: Predecessor is when the catch throws.
150 // finally.call-exit: Predecessors are the @try and @catch fallthroughs
167 // -> next, finally.no-call-exit
169 // -> finally.call-exit, match
[all …]
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/
DB20535125.input78 } finally {
92 } finally {
110 } finally {
118 try (Lock l = lock.lock()) {} finally {}
136 try {} catch (Exception e) {} catch (Exception e) {} finally {}
138 try {} catch (Exception e) {} finally {}
DB20535125.output72 } finally {
85 } finally {
102 } finally {
110 } finally {
144 } finally {
149 } finally {
/external/llvm-project/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/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/llvm-project/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/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/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/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/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-finally.hpp46 struct finally struct
52 finally(last_call_type lc) in finally() argument
104 auto finally(AN&&... an) in finally() function
118 class Finally = rxo::detail::finally<SourceValue, rxu::decay_t<LastCall>>>

12345678910>>...25