Home
last modified time | relevance | path

Searched refs:iarr (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/clang/test/SemaCXX/
Dwarn-memset-bad-sizeof.cpp125 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()
Dconst-cast.cpp21 typedef iar &iarr; typedef
35 int (&rar)[100] = const_cast<iarr>(ar); in good_const_cast_test()
Dcxx1y-variable-templates_top_level.cpp348 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()
Dcstyle-cast.cpp21 typedef iar &iarr; typedef
Dfunctional-cast.cpp51 typedef iar &iarr; typedef
/external/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1.cpp50 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/
Dp1.cpp50 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/
Dwarn-memset-bad-sizeof.cpp96 int iarr[14]; in f() local
97 memset(&iarr[0], 0, sizeof iarr); in f()
98 memset(iarr, 0, sizeof iarr); in f()
Dconst-cast.cpp21 typedef iar &iarr; typedef
35 int (&rar)[100] = const_cast<iarr>(ar); in good_const_cast_test()
Dcxx1y-variable-templates_top_level.cpp349 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()
Dcstyle-cast.cpp21 typedef iar &iarr; typedef
Dfunctional-cast.cpp51 typedef iar &iarr; typedef
/external/llvm-project/flang/test/Semantics/
Dresolve77.f9017 integer :: iarr(if1(n)) local
24 integer :: iarr(ifn3(n)) ! should resolve to if3 local
42 integer :: iarr(if2(n)) local
Dentry01.f9080 integer :: iarr(1) local
107 entry ibadt3() result(iarr)
/external/llvm-project/clang/test/OpenMP/
Dtarget_update_messages.cpp158 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])
Dtarget_data_messages.c50 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()
Dtarget_map_messages.cpp634 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/
Dreference-init.cpp15 int iarr[] = { 1 }; variable
16 int test() { return f(iarr); } in test()
/external/llvm-project/clang/test/CodeGenCXX/
Dreference-init.cpp23 int iarr[] = { 1 }; variable
24 int test() { return f(iarr); } in test()
/external/clang/test/SemaTemplate/
Ddeduction.cpp87 int iarr[] = { 1 }; variable
88 void test_PR5911() { f(iarr); } in test_PR5911()
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.intcoopmat.comp19 int iarr[miC.length()];
/external/deqp-deps/glslang/Test/
Dspv.intcoopmat.comp19 int iarr[miC.length()];
/external/deqp-deps/glslang/Test/baseResults/
Dspv.intcoopmat.comp.out77 Name 231 "iarr"
209 231(iarr): 230(ptr) Variable Private
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.intcoopmat.comp.out77 Name 231 "iarr"
209 231(iarr): 230(ptr) Variable Private
/external/llvm-project/clang/test/SemaTemplate/
Ddeduction.cpp88 int iarr[] = { 1 }; variable
89 void test_PR5911() { f(iarr); } in test_PR5911()