Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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.c106 char *array0 = (char*)malloc(11); in main() local
107 char* array = array0 + 8; in main()
119 if (!strcmp(argv[1], "test3")) test3(array0, endptr); in main()
134 free(array0); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dllvm.amdgcn.init.exec.ll95 %array0 = alloca [1024 x i32], align 16, addrspace(5)
99 %ptr0 = getelementptr inbounds [1024 x i32], [1024 x i32] addrspace(5)* %array0, i32 0, i32 1
111 %ptr4 = getelementptr inbounds [1024 x i32], [1024 x i32] addrspace(5)* %array0, i32 0, i32 %b
129 %array0 = alloca [1024 x i32], align 16, addrspace(5)
133 %ptr0 = getelementptr inbounds [1024 x i32], [1024 x i32] addrspace(5)* %array0, i32 0, i32 1
145 %ptr4 = getelementptr inbounds [1024 x i32], [1024 x i32] addrspace(5)* %array0, i32 0, i32 %b
165 %array0 = alloca [1024 x i32], align 16, addrspace(5)
178 %ptr0 = getelementptr inbounds [1024 x i32], [1024 x i32] addrspace(5)* %array0, i32 0, i32 1
190 %ptr4 = getelementptr inbounds [1024 x i32], [1024 x i32] addrspace(5)* %array0, i32 0, i32 %b
/llvm-project-15.0.7/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-15.0.7/llvm/test/CodeGen/AArch64/
H A Daarch64-sched-store.ll55 %array0 = getelementptr inbounds double, double* %array, i64 %index
56 %array0.cast = bitcast double* %array0 to <2 x double>*
57 store <2 x double> <double 2.000000e+00, double 2.000000e+00>, <2 x double>* %array0.cast, align 8
58 %array2 = getelementptr inbounds double, double* %array0, i64 2
/llvm-project-15.0.7/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-15.0.7/llvm/test/Transforms/GlobalOpt/
H A Dunnamed-addr.ll37 %array0 = bitcast [4 x i8]* @d to i8*
38 %tmp6 = load i8, i8* %array0, align 1
/llvm-project-15.0.7/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-15.0.7/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
H A Dp9.cpp8 int array0[X0<>::value? 1 : -1]; variable
/llvm-project-15.0.7/clang/test/PCH/Inputs/
H A Darc.h23 typedef int array0[sizeof((BRIDGE id)CFCreateSomething())]; typedef
/llvm-project-15.0.7/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-15.0.7/clang/test/CodeGenOpenCL/
H A Dshifts.cl13 // NOOPT: %array0 = alloca [256 x i8]
14 char array0[((int)1)<<40];
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp4.cpp20 int array0[sizeof(X2<int>)]; variable
/llvm-project-15.0.7/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-15.0.7/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-15.0.7/clang/test/CXX/dcl.dcl/dcl.enum/
H A Dp5.cpp56 int array0[sizeof(force_same(Bullet3bVal3, Bullet3b(0)))? 1 : -1]; variable
/llvm-project-15.0.7/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-15.0.7/clang/test/Lexer/
H A Dutf8-char-literal.cpp9 int array0[u'ñ' == u'\xf1'? 1 : -1]; variable
/llvm-project-15.0.7/clang/test/FixIt/
H A Dfixit.c28 int array0[5] = { [3] 3 }; // expected-warning {{GNU 'missing ='}} variable
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Doffsetof.cpp28 int array0[__builtin_offsetof(HasArray, array[5])]; in test_ice() local
/llvm-project-15.0.7/clang/test/PCH/
H A Darc.m14 array0 a0;

12