Home | History | Annotate | Download | only in Sema

Lines Matching full:initialization

5   int a[x];  // expected-note {{jump bypasses initialization of variable length array}}
6 int b[x]; // expected-note {{jump bypasses initialization of variable length array}}
13 typedef int a[x]; // expected-note {{jump bypasses initialization of VLA typedef}}
22 int a __attribute((cleanup(test3clean))); // expected-note {{jump bypasses initialization of variable with __attribute__((cleanup))}}
29 int a[x]; // expected-note {{jump bypasses initialization of variable length array}}
52 int a[x]; // expected-note {{jump bypasses initialization of variable length array}}
62 for (int arr[x]; // expected-note {{jump bypasses initialization of variable length array}}
68 int Y = ({ int a[x]; // expected-note {{jump bypasses initialization of variable length array}}
73 int A[x], // expected-note {{jump bypasses initialization of variable length array}}
74 B[x]; // expected-note {{jump bypasses initialization of variable length array}}
96 C[x]; // expected-note {{jump bypasses initialization of variable length array}}
128 int a[x]; // expected-note {{jump bypasses initialization of variable length array}}
139 int a[n]; // expected-note {{jump bypasses initialization of variable length array}}
155 typedef int A[n]; // expected-note {{jump bypasses initialization of VLA typedef}}
159 A b, c[10]; // expected-note 2 {{jump bypasses initialization of variable length array}}
162 A d[n]; // expected-note {{jump bypasses initialization of variable length array}}
173 int Arr[n]; // expected-note {{jump bypasses initialization of variable length array}}
189 int Arr[n]; // expected-note {{jump bypasses initialization of variable length array}}
219 // initialization, so that really needs to be a hard error.
227 char vla[n]; // expected-note {{jump bypasses initialization}}