| /llvm-project/compiler-rt/test/asan/TestCases/ |
| H A D | strtoll_strict.c | 90 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 D | strtol_strict.c | 109 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 D | llvm.amdgcn.init.exec.ll | 98 %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 D | no-malloc.cpp | 11 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 D | no-malloc-custom.cpp | 19 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 D | no-malloc-no-functions.cpp | 15 int *array0 = (int *)malloc(sizeof(int) * 20); in malloced_array() local
|
| /llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
| H A D | p6.cpp | 20 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 D | aarch64-sched-store.ll | 55 %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 D | alias-analysis-4.fir | 45 // 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 D | p3.cpp | 28 int array0[5]; in test_g0() local 29 B<int, 5> b0 = g0(array0); in test_g0()
|
| /llvm-project/clang/test/CodeGenOpenCL/ |
| H A D | shifts.cl | 13 // 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 D | p9.cpp | 8 int array0[X0<>::value? 1 : -1]; variable
|
| /llvm-project/clang/test/PCH/Inputs/ |
| H A D | arc.h | 23 typedef int array0[sizeof((BRIDGE id)CFCreateSomething())]; typedef
|
| /llvm-project/clang/test/Misc/ |
| H A D | message-length.c | 25 …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 D | p4.cpp | 20 int array0[sizeof(X2<int>)]; variable
|
| /llvm-project/clang/test/SemaTemplate/ |
| H A D | instantiate-declref-ice.cpp | 11 int array0[x<2>::j]; variable
|
| H A D | temp_class_order.cpp | 23 int array0[X1<int, int>::value == 0? 1 : -1]; variable
|
| H A D | ext-vector-type.cpp | 90 int array0[X0<int2>::value == 0? 1 : -1]; variable
|
| /llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
| H A D | sfinae-1.cpp | 16 int array0[is_class<X>::value? 1 : -1]; variable
|
| /llvm-project/clang/test/CXX/dcl.dcl/dcl.enum/ |
| H A D | p5.cpp | 56 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 D | p2.cpp | 15 int array0[X<0, 0, float>::value == 0? 1 : -1]; variable
|
| /llvm-project/clang/test/Lexer/ |
| H A D | utf8-char-literal.cpp | 9 int array0[u'ñ' == u'\xf1'? 1 : -1]; variable
|
| /llvm-project/clang/test/FixIt/ |
| H A D | fixit.c | 28 int array0[5] = { [3] 3 }; // expected-warning {{GNU 'missing ='}} variable
|
| /llvm-project/clang/test/SemaCXX/ |
| H A D | offsetof.cpp | 29 int array0[__builtin_offsetof(HasArray, array[5])]; in test_ice() local
|
| /llvm-project/clang/test/AST/Interp/ |
| H A D | opencl.cl | |