Home
last modified time | relevance | path

Searched refs:catch (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/external/clang/test/SemaObjC/
Dcatch-stmt.m7 } @catch (void a) { // expected-error{{@catch parameter is not a pointer to an interface type}}
8 } @catch (int) { // expected-error{{@catch parameter is not a pointer to an interface type}}
9 } @catch (int *b) { // expected-error{{@catch parameter is not a pointer to an interface type}}
10 } @catch (id <P> c) { // expected-error{{illegal qualifiers on @catch parameter}}
11 } @catch(A* a) { }
Dscope-check.m11 } @catch (A *x) { // expected-note {{jump bypasses initialization of @catch block}}
13 } @catch (B *x) {
14 } @catch (C *c) {
22 } @catch (C *c) { // expected-note {{jump bypasses initialization of @catch block}}
25 } @catch (B *c) { // expected-note {{jump bypasses initialization of @catch block}}
34 } @catch (C *c) {
42 } @catch (A *c) {
43 } @catch (B *c) {
44 } @catch (C *c) { // expected-note {{jump bypasses initialization of @catch block}}
71 } @catch (...) {}
[all …]
Dstmts.m11 } @catch (NSException *x) { // expected-error {{unknown type name 'NSException'}}
12 …} @catch (struct some_struct x) { // expected-error {{@catch parameter is not a pointer to an inte…
13 } @catch (int x) { // expected-error {{@catch parameter is not a pointer to an interface type}}
14 …} @catch (static NSObject *y) { // expected-error {{@catch parameter cannot have storage specifier…
15 } @catch (...) {
/external/llvm/test/Transforms/LoopSimplify/
D2011-12-14-LandingpadHeader.ll9 to label %try.cont19 unwind label %catch
11 ; CHECK: catch.preheader:
13 ; CHECK: br label %catch
15 ; CHECK: catch.split-lp:
17 ; CHECK: br label %catch
19 catch: ; preds = %if.else, %entry
21 catch i8* bitcast ({ i8*, i8*, i8* }* @catchtypeinfo to i8*)
25 if.else: ; preds = %catch
27 to label %try.cont19 unwind label %catch
32 eh.resume: ; preds = %catch
[all …]
/external/clang/test/Parser/
Dobjc-try-catch-1.m19 @catch (Frob* ex) {
22 @catch (Frob1* ex) {
29 @catch (Frob* ex) {
33 @catch (float x) { // expected-error {{@catch parameter is not a pointer to an interface type}}
36 @catch(...) {
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}}
64 } @catch (...) {}
67 } @catch (...) {}
/external/clang/test/SemaObjCXX/
Ddelay-parsing-func-tryblock.mm28 } catch(...) {
34 } catch(int ei) {
36 } catch(...) {
44 } catch(...) {
50 } catch(int ei) {
52 } catch(...) {
/external/marisa-trie/
Dandroid_diff.txt79 - } catch (const std::ios_base::failure &) {
96 - } catch (const std::bad_alloc &) {
98 - } catch (const std::length_error &) {
120 -} catch (const std::bad_alloc &) {
122 -} catch (const std::length_error &) {
143 -} catch (const marisa::Exception &ex) {
155 -} catch (const marisa::Exception &ex) {
167 -} catch (const marisa::Exception &ex) {
180 -} catch (const marisa::Exception &ex) {
192 -} catch (const marisa::Exception &ex) {
[all …]
/external/clang/test/CodeGenObjCXX/
Dcatch-id-type.mm27 catch( INTF<P>* error )
31 catch( id error )
34 // CHECK-NEXT: catch i8* bitcast ({ i8*, i8*, i32, i8* }* @_ZTIP4INTF to i8*)
35 // CHECK-NEXT: catch i8* bitcast ({ i8*, i8*, i32, i8* }* @_ZTIP11objc_object to i8*)
36 // CHECK-NEXT: catch i8* bitcast ({ i8*, i8*, i32, i8* }* @_ZTIP10objc_class to i8*)
40 catch (Class cl) {
Dexceptions.mm13 } catch (OCType *T) {
15 // CHECK-NEXT: catch %struct._objc_typeinfo* @"OBJC_EHTYPE_$_OCType"
29 } @catch (id i) {
/external/clang/test/Rewriter/
Drewrite-modern-catch.m15 } @catch (NSException *e) {
18 @catch (Foo *f) {
20 @catch (...) {
23 @catch (Foo *f1) {
26 @catch (id pid) {
Drewrite-modern-throw.m19 @catch (...) { SPLATCH(); @throw; }
29 @catch (Foo* localException) {
34 // no catch clause
59 @catch (Foo* localException) {
63 @catch (...) {
Drewrite-eh.m13 } @catch (NSException *e) {
15 @catch (Foo *f) {
17 @catch (...) {
Drewrite-try-catch.m8 @catch (...) { SPLATCH(); @throw; }
18 @catch (Foo* localException) {
23 // no catch clause
/external/llvm/test/CodeGen/Mips/
Dmips16ex.ll24 catch i8* bitcast (i8** @_ZTIi to i8*)
29 br label %catch.dispatch
31 catch.dispatch: ; preds = %lpad
35 br i1 %matches, label %catch, label %eh.resume
37 catch: ; preds = %catch.dispatch
47 invoke.cont: ; preds = %catch
54 lpad1: ; preds = %catch
64 eh.resume: ; preds = %lpad1, %catch.dispatch
/external/llvm/test/Transforms/InstCombine/
DLandingPadClauses.ll46 catch i32* @T1
47 catch i32* @T2
48 catch i32* @T1
49 catch i32* @T2
59 catch i32* @T1
67 catch i32* @T1
69 catch i32* @T2
86 catch i32* @T1
106 catch i32* @T3
111 ; CHECK-NEXT: catch i32* @T3
[all …]
/external/llvm/test/CodeGen/ARM/
Darm-ttype-target2.ll14 catch i8* bitcast ({ i8*, i8* }* @_ZTI3Foo to i8*)
20 br i1 %matches, label %catch, label %eh.resume
22 catch: ; preds = %lpad
28 return: ; preds = %entry, %catch
29 %retval.0 = phi i32 [ 1, %catch ], [ 0, %entry ]
D2012-04-24-SplitEHCriticalEdge.ll35 catch i8* bitcast ({ i8*, i8* }* @_ZTI13ParseErrorMsg to i8*)
36 br i1 undef, label %catch, label %eh.resume
38 catch: ; preds = %lpad
42 invoke.cont2: ; preds = %catch
49 lpad1: ; preds = %catch
60 catch i8* null
/external/clang/test/PCH/
Dobjc_stmts.h16 } @catch(A *a) { in catch() function
17 } @catch(B *b) { in catch() function
18 } @catch(...) { in catch() function
Dobjc_stmts.m10 // CHECK: @catch(A *a)
11 // CHECK: @catch(B *b)
12 // CHECK: @catch()
/external/llvm/test/Transforms/Inline/
Dinline_invoke.ll58 catch i8* null
73 catch i8* bitcast (i8** @_ZTIi to i8*)
78 br i1 %1, label %catch, label %eh.resume
80 catch:
98 ; CHECK-NEXT: catch i8* bitcast (i8** @_ZTIi to i8*)
105 ; CHECK-NEXT: catch i8* bitcast (i8** @_ZTIi to i8*)
132 catch i8* bitcast (i8** @_ZTIi to i8*)
137 br i1 %1, label %catch, label %eh.resume
139 catch:
168 ; CHECK-NEXT: catch i8* bitcast (i8** @_ZTIi to i8*)
[all …]
/external/webkit/Source/WebKit/mac/WebView/
DWebDelegateImplementationCaching.mm73 // preventing more ObjC message dispatch and compensating for the expense of the @try/@catch.
90 } @catch(id exception) {
104 } @catch(id exception) {
118 } @catch(id exception) {
132 } @catch(id exception) {
146 } @catch(id exception) {
160 } @catch(id exception) {
174 } @catch(id exception) {
188 } @catch(id exception) {
202 } @catch(id exception) {
[all …]
/external/clang/test/CodeGenObjC/
Dnested-rethrow.m10 } @catch (id e) {
14 } @catch (id e) {
20 } @catch (...) {
Dexceptions.m11 } @catch(NSArray *e) {
13 } @catch (id e) {
63 } @catch (id) {
143 // finally.no-call-exit: Predecessor is when the catch throws.
149 // finally.call-exit: Predecessors are the @try and @catch fallthroughs
150 // as well as the no-match case in the catch mechanism. The i1 is whether
169 } @catch (NSArray *a) {
/external/llvm/test/CodeGen/AArch64/
Dpic-eh-stubs.ll30 catch i8* bitcast (i8** @_ZTIi to i8*)
34 br i1 %matches, label %catch, label %eh.resume
36 catch: ; preds = %lpad
44 return: ; preds = %entry, %catch
45 %retval.0 = phi i32 [ %exn.scalar, %catch ], [ 42, %entry ]
/external/clang/test/Misc/
Dast-dump-stmt.m23 } @catch(A *a) {
24 } @catch(...) {
34 // CHECK-NEXT: ObjCAtCatchStmt{{.*}} catch all

12345678910>>...17