Searched refs:catch (Results 1 – 25 of 672) sorted by relevance
12345678910>>...27
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 (...) {}
12 ; inlined function caused "catch i8* @exception_outer" to appear22 catch i8* @exception_inner38 catch i8* @exception_outer43 ; CHECK-NEXT: catch i8* @exception_inner44 ; CHECK-NEXT: catch i8* @exception_outer45 ; Check that there isn't another "catch" clause:50 ; inlined function caused "catch i8* @exception_outer" to appear61 catch i8* @exception_inner72 catch i8* @exception_outer77 ; CHECK-NEXT: catch i8* @exception_inner[all …]
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 …]
16 catch i8* @exception_type132 catch i8* @exception_type238 ; CHECK-NEXT: catch i8* @exception_type139 ; CHECK-NEXT: catch i8* @exception_type2
58 list [catch {sqlite3_blob_reopen $::blob 3} msg] $msg64 list [catch {sqlite3_blob_reopen $::blob 1} msg] $msg80 list [catch {sqlite3_blob_reopen $::blob $rowid} msg] $msg87 list [catch {sqlite3_blob_reopen $::blob 1} msg] $msg90 list [catch {sqlite3_blob_read $::blob 0 10} msg] $msg93 list [catch {sqlite3_blob_write $::blob 0 "abcd"} msg] $msg110 list [catch {sqlite3_blob_reopen {} 3} msg] $msg114 list [catch {sqlite3_blob_read {} 0 10} msg] $msg118 list [catch {sqlite3_blob_write {} 0 "abcd"} msg] $msg132 list [catch { sqlite3_blob_read $::blob -1 10 } msg] $msg[all …]
31 set v [catch {sqlite3 bogus} msg]36 set v [catch {db bogus} msg]40 set v [catch {db cache bogus} msg]44 set v [catch {db cache} msg]50 set v [catch {58 set v [catch {66 set v [catch {73 catch {expr x*} msg75 set v [catch {83 set v [catch {db} msg][all …]
22 set v [catch {execsql {SELECT * FROM test1}} msg]30 set v [catch {execsql {SELECT * FROM test1, test2}} msg]34 set v [catch {execsql {SELECT * FROM test2, test1}} msg]121 set v [catch {execsql {SELECT count(f1,f2) FROM test1}} msg]125 set v [catch {execsql {SELECT count(f1) FROM test1}} msg]129 set v [catch {execsql {SELECT Count() FROM test1}} msg]133 set v [catch {execsql {SELECT COUNT(*) FROM test1}} msg]137 set v [catch {execsql {SELECT COUNT(*)+1 FROM test1}} msg]150 set v [catch {execsql {SELECT min(*) FROM test1}} msg]154 set v [catch {execsql {SELECT Min(f1) FROM test1}} msg][all …]
78 set rc [catch {db restore bu1.db} res]109 catch {file attributes bu2.db -permissions r--------}110 catch {file attributes bu2.db -readonly 1}111 set rc [catch {db backup temp bu2.db} res]118 catch {file attributes bu2.db -readonly 0}119 catch {file attributes bu2.db -permissions rw-------}123 set rc [catch {db backup temp bu2.db} res]131 set rc [catch {db backup aux1 bu1.db} res]138 set rc [catch {db backup} res]148 set rc [catch {db restore temp bu3.db} res][all …]
28 } catch(...) {34 } catch(int ei) {36 } catch(...) {44 } catch(...) {50 } catch(int ei) {52 } catch(...) {
27 catch( INTF<P>* error )31 catch( id error )34 // CHECK-NEXT: catch i8* bitcast ({ i8*, i8*, i32, i8* }* @_ZTIPU11objcproto1P4INTF 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) {
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
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 …]
26 catch i8* bitcast (i8** @_ZTIi to i8*)31 br label %catch.dispatch33 catch.dispatch: ; preds = %lpad37 br i1 %matches, label %catch, label %eh.resume39 catch: ; preds = %catch.dispatch49 invoke.cont: ; preds = %catch56 lpad1: ; preds = %catch66 eh.resume: ; preds = %lpad1, %catch.dispatch
30 PASS eval("1; try { foo = [2,3,throwFunc(), 4]; } catch (e){}") is 131 PASS eval("1; try { 2; throw \"\"; } catch (e){}") is 232 PASS eval("1; try { 2; throwFunc(); } catch (e){}") is 233 PASS eval("1; try { 2; throwFunc(); } catch (e){3;} finally {}") is 334 PASS eval("1; try { 2; throwFunc(); } catch (e){3;} finally {4;}") is 439 PASS eval("try{1; if (true) { 2; throw \"\"; } else { 2; }} catch(e){}") is 241 PASS eval("try{1; var i = 0; do { ++i; 2; throw \"\"; } while(i!=1);} catch(e){}") is 242 PASS eval("1; try{2; throwOnReturn();} catch(e){}") is 2
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 } @catch (id e) {14 } @catch (id e) {20 } @catch (...) {