/external/llvm-project/clang/test/SemaCXX/ |
D | warn-memset-bad-sizeof.cpp | 125 int iarr[14]; in f() local 126 memset(&iarr[0], 0, sizeof iarr); in f() 127 memset(iarr, 0, sizeof iarr); in f() 128 bzero(&iarr[0], sizeof iarr); in f() 129 bzero(iarr, sizeof iarr); in f()
|
D | const-cast.cpp | 21 typedef iar &iarr; typedef 35 int (&rar)[100] = const_cast<iarr>(ar); in good_const_cast_test()
|
D | cxx1y-variable-templates_top_level.cpp | 348 int *iarr = arr<int>; in bar() local 349 iarr[0] = 1; in bar() 350 iarr[2] = 3; in bar() 351 iarr[6] = -2; in bar()
|
D | cstyle-cast.cpp | 21 typedef iar &iarr; typedef
|
D | functional-cast.cpp | 51 typedef iar &iarr; typedef
|
/external/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p1.cpp | 50 int iarr[10]; variable 79 X0<iarr> x0b; in test() 80 X0<&iarr> x0b_addr; // expected-error {{cannot be converted to a value of type 'int *'}} in test() 116 X2<iarr> x2b; // expected-error {{cannot bind to template argument of type 'int [10]'}} in test() 117 X2<&iarr> x2b_addr; // expected-error {{address taken}} in test()
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p1.cpp | 50 int iarr[10]; variable 79 X0<iarr> x0b; in test() 80 X0<&iarr> x0b_addr; // expected-error {{cannot be converted to a value of type 'int *'}} in test() 116 X2<iarr> x2b; // expected-error {{cannot bind to template argument of type 'int [10]'}} in test() 117 X2<&iarr> x2b_addr; // expected-error {{address taken}} in test()
|
/external/clang/test/SemaCXX/ |
D | warn-memset-bad-sizeof.cpp | 96 int iarr[14]; in f() local 97 memset(&iarr[0], 0, sizeof iarr); in f() 98 memset(iarr, 0, sizeof iarr); in f()
|
D | const-cast.cpp | 21 typedef iar &iarr; typedef 35 int (&rar)[100] = const_cast<iarr>(ar); in good_const_cast_test()
|
D | cxx1y-variable-templates_top_level.cpp | 349 int *iarr = arr<int>; in bar() local 350 iarr[0] = 1; in bar() 351 iarr[2] = 3; in bar() 352 iarr[6] = -2; in bar()
|
D | cstyle-cast.cpp | 21 typedef iar &iarr; typedef
|
D | functional-cast.cpp | 51 typedef iar &iarr; typedef
|
/external/llvm-project/flang/test/Semantics/ |
D | resolve77.f90 | 17 integer :: iarr(if1(n)) local 24 integer :: iarr(ifn3(n)) ! should resolve to if3 local 42 integer :: iarr(if2(n)) local
|
D | entry01.f90 | 80 integer :: iarr(1) local 107 entry ibadt3() result(iarr)
|
/external/llvm-project/clang/test/OpenMP/ |
D | target_update_messages.cpp | 158 int iarr[5][5]; local 163 #pragma omp target update to(iarr[0:][1:2:-1]) 169 #pragma omp target update from(iarr[0:][1:2:-1]) 176 #pragma omp target update to(iarr[0: :2][1:2]) 183 #pragma omp target update from(iarr[0: :2][1:2])
|
D | target_data_messages.c | 50 int marr[10][10], iarr[5]; in main() local 53 #pragma omp target data map(alloc: iarr[:2:b]) // expected-error {{expected ']'}} expected-note {{t… in main()
|
D | target_map_messages.cpp | 634 T marr[10][10], iarr[5]; in tmain() local 637 #pragma omp target data map(iarr[:2:d]) // expected-error {{expected ']'}} expected-note {{to match… in tmain() 844 int marr[10][10], iarr[5]; in main() local 848 #pragma omp target map(iarr[:2:d]) // expected-error {{expected ']'}} expected-note {{to match this… in main()
|
/external/clang/test/CodeGenCXX/ |
D | reference-init.cpp | 15 int iarr[] = { 1 }; variable 16 int test() { return f(iarr); } in test()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | reference-init.cpp | 23 int iarr[] = { 1 }; variable 24 int test() { return f(iarr); } in test()
|
/external/clang/test/SemaTemplate/ |
D | deduction.cpp | 87 int iarr[] = { 1 }; variable 88 void test_PR5911() { f(iarr); } in test_PR5911()
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | spv.intcoopmat.comp | 19 int iarr[miC.length()];
|
/external/deqp-deps/glslang/Test/ |
D | spv.intcoopmat.comp | 19 int iarr[miC.length()];
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.intcoopmat.comp.out | 77 Name 231 "iarr" 209 231(iarr): 230(ptr) Variable Private
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.intcoopmat.comp.out | 77 Name 231 "iarr" 209 231(iarr): 230(ptr) Variable Private
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | deduction.cpp | 88 int iarr[] = { 1 }; variable 89 void test_PR5911() { f(iarr); } in test_PR5911()
|