Searched defs:array4 (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | c99-variable-length-array-cxx11.cpp | 24 …StillPOD2 array4[N][3]; // expected-warning{{variable length arrays are a C99 feature}} expected-n… in vla() local
|
| H A D | c99-variable-length-array.cpp | 24 NonPOD2 array4[N][3]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | reshape.f90 | 12 integer :: array4(2,3) = RESHAPE([(n, n=1,5)], [2,3]) variable
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/infrastructure/ |
| H A D | nolintnextline.cpp | 83 int array4[10]; variable
|
| H A D | nolintbeginend.cpp | 148 int array4[10]; variable
|
| H A D | nolint.cpp | 134 int array4[10]; // NOLINT(*-avoid-c-arrays) variable
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | ms-if-exists.c | 71 int array4[] = { in test_if_exists_init_list() local
|
| H A D | ms-if-exists.cpp | 72 int array4[] = { in test_if_exists_init_list() local
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
| H A D | p6.cpp | 54 int array4[X0<float>::Inner0<int*>::value == 3? 1 : -1]; variable
|
| /llvm-project-15.0.7/clang/test/CXX/expr/expr.const/ |
| H A D | p5-0x.cpp | 74 int array4[ambig]; // expected-error {{ambiguous conversion}} variable
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | default-arguments.cpp | 112 int array4[is_same<X4<add_pointer>, variable
|
| H A D | deduction.cpp | 84 int array4[is_same<Replace<vector<int, _2>, double, float>::type, vector<int, float> >::value? 1 : … variable
|