Searched defs:array4 (Results 1 – 13 of 13) sorted by relevance
/llvm-project/clang/test/SemaCXX/ |
H A D | vla-ext-diag.cpp | 34 …int array4[(n ? 1 : -1)]; // cxx11-warning {{variable length arrays in C++ are a Clang extensi… in old_style_static_assert() local
|
H A D | c99-variable-length-array-cxx11.cpp | 24 …StillPOD2 array4[N][3]; // expected-warning{{variable length arrays in C++ are a Clang extension}}… in vla() local
|
H A D | c99-variable-length-array.cpp | 24 NonPOD2 array4[N][3]; // expected-warning{{variable length arrays in C++ are a Clang extension}} vla() local
|
/llvm-project/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/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/flang/test/Semantics/ |
H A D | reshape.f90 | 12 integer :: array4(2,3) = RESHAPE([(n, n=1,5)], [2,3]) variable
|
/llvm-project/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/clang/test/CXX/expr/expr.const/ |
H A D | p5-0x.cpp | 74 int array4[ambig]; // expected-error {{ambiguous conversion}} variable
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | default-arguments.cpp | 112 int array4[is_same<X4<add_pointer>, variable
|
H A D | deduction.cpp | 96 int array4[is_same<Replace<vector<int, _2>, double, float>::type, vector<int, float> >::value? 1 : … variable
|