Home
last modified time | relevance | path

Searched defs:vla2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dc11-typedef-redef.c15 typedef int vla2[N]; in f() typedef
H A Drounding-math.c33 typedef int vla2[fold((int)(-3 * (1.0 / 3.0)))]; // expected-error {{negative size}} in vlas() typedef
/llvm-project/clang/test/OpenMP/
H A Dteams_firstprivate_codegen.cpp142 double vla2[n][n] __attribute__((aligned(128))); in St_func() local
151 double vla2[n][n] __attribute__((aligned(128))); in array_func() local
H A Dparallel_firstprivate_codegen.cpp226 double vla2[n][n] __attribute__((aligned(128))); in St_func() local
234 double vla2[n][n] __attribute__((aligned(128))); in array_func() local
/llvm-project/clang/test/Analysis/
H A Dvla.c128 int vla2[x][2]; in check_VLA_extent() local