Lines Matching refs:initialization
9 @try { // expected-note {{jump bypasses initialization of @try block}}
11 } @catch (A *x) { // expected-note {{jump bypasses initialization of @catch block}}
15 } @finally {// expected-note {{jump bypasses initialization of @finally block}}
22 } @catch (C *c) { // expected-note {{jump bypasses initialization of @catch block}}
25 } @catch (B *c) { // expected-note {{jump bypasses initialization of @catch block}}
27 } @finally { // expected-note {{jump bypasses initialization of @finally block}}
32 @try { // expected-note 2 {{jump bypasses initialization of @try block}}
44 } @catch (C *c) { // expected-note {{jump bypasses initialization of @catch block}}
49 @synchronized (X) // expected-note {{jump bypasses initialization of @synchronized block}}
79 } @catch (...) { // expected-note {{jump bypasses initialization of @catch block}}
87 typedef int A[n]; // expected-note {{jump bypasses initialization of VLA typedef}}
91 A b, c[10]; // expected-note 2 {{jump bypasses initialization of variable length array}}
94 A d[n]; // expected-note {{jump bypasses initialization of variable length array}}