Home
last modified time | relevance | path

Searched defs:arr2 (Results 1 – 25 of 57) sorted by relevance

123

/llvm-project/clang/test/SemaObjC/
H A Dvariable-size-ivar.m9 int arr2[size]; // expected-error{{instance variables must have a constant size}} field
/llvm-project/flang/test/Parser/OpenMP/
H A Dallocators-unparse.f907 integer, allocatable :: arr1(:), arr2(:, :) local
[all...]
/llvm-project/flang/test/Semantics/OpenMP/
H A Dallocators03.f9011 integer, allocatable :: arr1(:), arr2(:) local
H A Dallocators01.f9013 integer, allocatable :: arr1(:), arr2(:, :), arr3(:), arr4(:, :) local
H A Ddeclare-target01.f9018 integer :: arr(10), arr2(10) variable
/llvm-project/clang/test/Analysis/
H A Dcxxctr-array-evalcall-analysis-order.cpp16 C *arr2 = new C[4]; in stack() local
H A Dzero-size-non-pod-array.cpp31 S arr2[0][2]; in zeroSizeMultidimensionalArrayStack() local
72 auto *arr2 = new S[0][2]; in zeroSizeMultidimensionalArrayHeap() local
/llvm-project/libcxx/test/std/containers/sequences/list/list.cons/
H A Dinput_iterator.pass.cpp89 int arr2[] = {1, 101, 42}; in test_emplacable_concept() local
136 int arr2[] = {1, 101, 42}; in test_emplacable_concept_with_alloc() local
183 int arr2[] = {1, 101, 42}; in test_ctor_under_alloc() local
214 int arr2[] = {1, 101, 42}; in test_ctor_under_alloc_with_alloc() local
/llvm-project/clang/test/Modules/
H A Ddiag-flags.cpp52 int arr2[sizeof(Padded2)]; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/android/
H A Dcloexec-fopen.cpp37 char arr2[3] = "re"; in f() local
/llvm-project/libcxx/test/libcxx/utilities/
H A Dis_pointer_in_range.pass.cpp25 U* arr2 = new int[4]{5, 6, 7, 8}; test_cv_quals() local
/llvm-project/libcxx/test/libcxx/containers/sequences/vector/vector.cons/
H A Dconstruct_iter_iter.pass.cpp21 int arr2[] = {1, 101, 42}; in test_ctor_under_alloc() local
H A Dconstruct_iter_iter_alloc.pass.cpp22 int arr2[] = {1, 101, 42}; in test_ctor_under_alloc() local
/llvm-project/clang/test/CodeGenCXX/
H A Dattr-loader-uninitialized.cpp29 double arr2 [[clang::loader_uninitialized]] [4]; variable
H A Dmangle-lambda-explicit-template-params.cpp40 int arr2[] = {1, 2}; variable
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dbsearch.cpp11 static int arr2[] = {10, 1, 1, 3, 4, 6, 7, 7}; variable
/llvm-project/libcxx/test/std/containers/sequences/vector/vector.cons/
H A Dconstruct_iter_iter_alloc.pass.cpp113 int arr2[] = {1, 101, 42}; in emplaceable_concept_tests() local
154 int arr2[] = {1, 101, 42}; in test_ctor_under_alloc() local
H A Dconstruct_iter_iter.pass.cpp103 int arr2[] = {1, 101, 42}; in emplaceable_concept_tests() local
142 int arr2[] = {1, 101, 42}; in test_ctor_under_alloc() local
H A Dassign_iter_iter.pass.cpp29 int arr2[] = {1, 101, 42}; in test() local
[all...]
/llvm-project/clang/test/CodeGenObjC/
H A Darc-captured-block-var-layout.m134 void arr2(void) { function
H A Darc-captured-32bit-block-var-layout.m135 void arr2(void) { function
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-array-unknown-bound.cpp25 int arr2[2][i]; // expected-warning 2{{variable length arrays in C++ are a Clang extension}} \ in g() local
/llvm-project/clang/test/Sema/
H A Dmms-bitfields.c28 static int arr2[(sizeof(Inner) == 8) ? 1 : -1]; variable
H A Dvector-init.c42 …short4 arr2[2] = { test3_helper(), test3_helper() }; // expected-error 2 {{initializing 'short4' (… in test3() local
/llvm-project/offload/test/offloading/fortran/
H A Ddeclare-target-vars-in-target-region.f9010 INTEGER :: arr2(10) = (/0,0,0,0,0,0,0,0,0,0/) variable

123