Searched refs:catch (Results 1 – 25 of 403) sorted by relevance
12345678910>>...17
7 } @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) { }
11 } @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 …]
11 } @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 (...) {
9 to label %try.cont19 unwind label %catch11 ; CHECK: catch.preheader:13 ; CHECK: br label %catch15 ; CHECK: catch.split-lp:17 ; CHECK: br label %catch19 catch: ; preds = %if.else, %entry21 catch i8* bitcast ({ i8*, i8*, i8* }* @catchtypeinfo to i8*)25 if.else: ; preds = %catch27 to label %try.cont19 unwind label %catch32 eh.resume: ; preds = %catch[all …]
19 @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 (...) {}
28 } catch(...) {34 } catch(int ei) {36 } catch(...) {44 } catch(...) {50 } catch(int ei) {52 } catch(...) {
79 - } 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 …]
27 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) {
13 } catch (OCType *T) {15 // CHECK-NEXT: catch %struct._objc_typeinfo* @"OBJC_EHTYPE_$_OCType"29 } @catch (id i) {
15 } @catch (NSException *e) {18 @catch (Foo *f) {20 @catch (...) {23 @catch (Foo *f1) {26 @catch (id pid) {
19 @catch (...) { SPLATCH(); @throw; }29 @catch (Foo* localException) {34 // no catch clause59 @catch (Foo* localException) {63 @catch (...) {
13 } @catch (NSException *e) {15 @catch (Foo *f) {17 @catch (...) {
8 @catch (...) { SPLATCH(); @throw; }18 @catch (Foo* localException) {23 // no catch clause
24 catch i8* bitcast (i8** @_ZTIi to i8*)29 br label %catch.dispatch31 catch.dispatch: ; preds = %lpad35 br i1 %matches, label %catch, label %eh.resume37 catch: ; preds = %catch.dispatch47 invoke.cont: ; preds = %catch54 lpad1: ; preds = %catch64 eh.resume: ; preds = %lpad1, %catch.dispatch
46 catch i32* @T147 catch i32* @T248 catch i32* @T149 catch i32* @T259 catch i32* @T167 catch i32* @T169 catch i32* @T286 catch i32* @T1106 catch i32* @T3111 ; CHECK-NEXT: catch i32* @T3[all …]
14 catch i8* bitcast ({ i8*, i8* }* @_ZTI3Foo to i8*)20 br i1 %matches, label %catch, label %eh.resume22 catch: ; preds = %lpad28 return: ; preds = %entry, %catch29 %retval.0 = phi i32 [ 1, %catch ], [ 0, %entry ]
35 catch i8* bitcast ({ i8*, i8* }* @_ZTI13ParseErrorMsg to i8*)36 br i1 undef, label %catch, label %eh.resume38 catch: ; preds = %lpad42 invoke.cont2: ; preds = %catch49 lpad1: ; preds = %catch60 catch i8* null
16 } @catch(A *a) { in catch() function17 } @catch(B *b) { in catch() function18 } @catch(...) { in catch() function
10 // CHECK: @catch(A *a)11 // CHECK: @catch(B *b)12 // CHECK: @catch()
58 catch i8* null73 catch i8* bitcast (i8** @_ZTIi to i8*)78 br i1 %1, label %catch, label %eh.resume80 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.resume139 catch:168 ; CHECK-NEXT: catch i8* bitcast (i8** @_ZTIi to i8*)[all …]
73 // 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 …]
10 } @catch (id e) {14 } @catch (id e) {20 } @catch (...) {
11 } @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 fallthroughs150 // as well as the no-match case in the catch mechanism. The i1 is whether169 } @catch (NSArray *a) {
30 catch i8* bitcast (i8** @_ZTIi to i8*)34 br i1 %matches, label %catch, label %eh.resume36 catch: ; preds = %lpad44 return: ; preds = %entry, %catch45 %retval.0 = phi i32 [ %exn.scalar, %catch ], [ 42, %entry ]
23 } @catch(A *a) {24 } @catch(...) {34 // CHECK-NEXT: ObjCAtCatchStmt{{.*}} catch all