Searched defs:vla2 (Results 1 – 5 of 5) sorted by relevance
15 typedef int vla2[N]; in f() typedef
33 typedef int vla2[fold((int)(-3 * (1.0 / 3.0)))]; // expected-error {{negative size}} in vlas() typedef
142 double vla2[n][n] __attribute__((aligned(128))); in St_func() local 151 double vla2[n][n] __attribute__((aligned(128))); in array_func() local
226 double vla2[n][n] __attribute__((aligned(128))); in St_func() local 234 double vla2[n][n] __attribute__((aligned(128))); in array_func() local
128 int vla2[x][2]; in check_VLA_extent() local