Searched refs:int_array (Results 1 – 13 of 13) sorted by relevance
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/ |
H A D | symbolformat.cpp | 62 typedef int int_array[3]; typedef 63 int_array g_array = { 1, 2, 3 }; 64 int_array *g_pointer_to_array = &g_array;
|
/llvm-project/compiler-rt/lib/asan/tests/ |
H A D | asan_benchmarks_test.cpp | 45 int *int_array = new int[kLen]; in TEST() local 46 ManyAccessFunc(int_array, kLen, 1 << 24); in TEST() 47 delete [] int_array; in TEST()
|
/llvm-project/flang/test/Lower/OpenMP/Todo/ |
H A D | omp-do-simd-aligned.f90 |
|
H A D | omp-do-simd-linear.f90 | 5 subroutine testDoSimdLinear(int_array) argument 6 integer :: int_array(*) local 8 !$omp do simd linear(int_array)
|
H A D | omp-do-simd-simdlen.f90 |
|
H A D | omp-do-simd-safelen.f90 |
|
/llvm-project/flang/test/Semantics/ |
H A D | error_stop1a.f90 | 8 integer int_code, int_array(1), int_coarray[*], array_coarray(1)[*] variable 26 error stop int_array(1)
|
H A D | error_stop1b.f90 | 11 integer int_code, int_array(1), int_coarray[*], array_coarray(1)[*] variable
|
/llvm-project/llvm/test/DebugInfo/PDB/Native/ |
H A D | pdb-native-typedefs.test | 14 PRETTY-NEXT: typedef int[3] int_array 31 DUMP-NEXT: name: int_array
|
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-advanced/ |
H A D | main.cpp | 147 int int_array[] = {1,2,3,4,5}; in main() local 152 *int_array = -1; in main()
|
/llvm-project/mlir/test/Target/LLVMIR/ |
H A D | openmp-data-target-device.mlir | 21 %12 = omp.map.info var_ptr(%10 : !llvm.ptr, !llvm.array<100 x i32>) map_clauses(from) capture(ByRef) bounds(%11) -> !llvm.ptr {name = "int_array"} 23 %13 = omp.map.info var_ptr(%10 : !llvm.ptr, !llvm.array<100 x i32>) map_clauses(from) capture(ByRef) bounds(%11) -> !llvm.ptr {name = "int_array"}
|
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/ |
H A D | main.cpp | 116 int int_array[] = {1,2,3,4,5}; in main() local
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/ |
H A D | no-malloc.rst | 27 int* int_array = (int*) calloc(30, sizeof(int));
|