Home
last modified time | relevance | path

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

12

/llvm-project/compiler-rt/test/asan/TestCases/
H A Dstrtoll_strict.c90 char *array0 = (char*)malloc(11); in main() local
91 char* array = array0 + 8; in main()
103 if (!strcmp(argv[1], "test3")) test3(array0, endptr); in main()
118 free(array0); in main()
H A Dstrtol_strict.c109 char *array0 = (char*)malloc(11); in main()
110 char* array = array0 + 8; in main()
122 if (!strcmp(argv[1], "test3")) test3(array0, endptr); in main()
137 free(array0);
106 char *array0 = (char*)malloc(11); main() local
/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dllvm.amdgcn.init.exec.ll98 %array0 = alloca [1024 x i32], align 16, addrspace(5)
102 %ptr0 = getelementptr inbounds [1024 x i32], ptr addrspace(5) %array0, i32 0, i32 1
114 %ptr4 = getelementptr inbounds [1024 x i32], ptr addrspace(5) %array0, i32 0, i32 %b
132 %array0 = alloca [1024 x i32], align 16, addrspace(5)
136 %ptr0 = getelementptr inbounds [1024 x i32], ptr addrspace(5) %array0, i32 0, i32 1
148 %ptr4 = getelementptr inbounds [1024 x i32], ptr addrspace(5) %array0, i32 0, i32 %b
168 %array0 = alloca [1024 x i32], align 16, addrspace(5)
181 %ptr0 = getelementptr inbounds [1024 x i32], ptr addrspace(5) %array0, i32 0, i32 1
193 %ptr4 = getelementptr inbounds [1024 x i32], ptr addrspace(5) %array0, i32 0, i32 %b
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dno-malloc.cpp11 int *array0 = (int *)malloc(sizeof(int) * 20); in malloced_array() local
18 char *realloced = (char *)realloc(array0, 50 * sizeof(int)); in malloced_array()
H A Dno-malloc-custom.cpp19 int *array0 = (int *)malloc(sizeof(int) * 20); in malloced_array() local
29 char *realloced = (char *)realloc(array0, 50 * sizeof(int)); in malloced_array()
H A Dno-malloc-no-functions.cpp15 int *array0 = (int *)malloc(sizeof(int) * 20); in malloced_array() local
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp6.cpp20 int array0[X0<int>::Inner0<int>::value == 0? 1 : -1]; variable
74 int array0[Outer<int>::Inner<int, int>::value? 1 : -1]; variable
/llvm-project/llvm/test/CodeGen/AArch64/
H A Daarch64-sched-store.ll55 %array0 = getelementptr inbounds double, ptr %array, i64 %index
56 store <2 x double> <double 2.000000e+00, double 2.000000e+00>, ptr %array0, align 8
57 %array2 = getelementptr inbounds double, ptr %array0, i64 2
/llvm-project/flang/test/Analysis/AliasAnalysis/
H A Dalias-analysis-4.fir45 // CHECK: array0#0 <-> array1#0: NoAlias
53 …%array0 = hlfir.designate %arg0 (%c0, %c0:%c41:%c1) shape %shape {test.ptr = "array0"} : (!fir.ref…
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp3.cpp28 int array0[5]; in test_g0() local
29 B<int, 5> b0 = g0(array0); in test_g0()
/llvm-project/clang/test/CodeGenOpenCL/
H A Dshifts.cl13 // NOOPT: %array0 = alloca [256 x i8]
14 char array0[((int)1)<<40];
/llvm-project/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
H A Dp9.cpp8 int array0[X0<>::value? 1 : -1]; variable
/llvm-project/clang/test/PCH/Inputs/
H A Darc.h23 typedef int array0[sizeof((BRIDGE id)CFCreateSomething())]; typedef
/llvm-project/clang/test/Misc/
H A Dmessage-length.c25 …int array0[] = { [3] 3, 5, 7, 4, 2, 7, 6, 3, 4, 5, 6, 7, 8, 9, 12, 345, 14, 345, 789, 234, 678, 34… in a_very_long_line() local
/llvm-project/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp4.cpp20 int array0[sizeof(X2<int>)]; variable
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-declref-ice.cpp11 int array0[x<2>::j]; variable
H A Dtemp_class_order.cpp23 int array0[X1<int, int>::value == 0? 1 : -1]; variable
H A Dext-vector-type.cpp90 int array0[X0<int2>::value == 0? 1 : -1]; variable
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dsfinae-1.cpp16 int array0[is_class<X>::value? 1 : -1]; variable
/llvm-project/clang/test/CXX/dcl.dcl/dcl.enum/
H A Dp5.cpp56 int array0[sizeof(force_same(Bullet3bVal3, Bullet3b(0)))? 1 : -1]; variable
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.order/
H A Dp2.cpp15 int array0[X<0, 0, float>::value == 0? 1 : -1]; variable
/llvm-project/clang/test/Lexer/
H A Dutf8-char-literal.cpp9 int array0[u'ñ' == u'\xf1'? 1 : -1]; variable
/llvm-project/clang/test/FixIt/
H A Dfixit.c28 int array0[5] = { [3] 3 }; // expected-warning {{GNU 'missing ='}} variable
/llvm-project/clang/test/SemaCXX/
H A Doffsetof.cpp29 int array0[__builtin_offsetof(HasArray, array[5])]; in test_ice() local
/llvm-project/clang/test/AST/Interp/
H A Dopencl.cl

12