Searched refs:global_array (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | overflow-in-qsort.cc | 15 int global_array[10]; variable 23 global_array[one * 10] = 0; // BOOM in QsortCallback()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | catchpad-regmask.ll | 6 ; extern "C" void global_array(int idx1, int idx2, int idx3) { 35 define void @global_array(i32 %idx1, i32 %idx2, i32 %idx3) #0 personality i8* bitcast (i32 (...)* @… 63 ; CHECK-LABEL: global_array: # @global_array 78 ; CHECK: "?catch$2@?0?global_array@4HA":
|
/external/llvm/test/CodeGen/X86/ |
D | catchpad-regmask.ll | 6 ; extern "C" void global_array(int idx1, int idx2, int idx3) { 35 define void @global_array(i32 %idx1, i32 %idx2, i32 %idx3) #0 personality i8* bitcast (i32 (...)* @… 63 ; CHECK-LABEL: global_array: # @global_array 78 ; CHECK: "?catch$2@?0?global_array@4HA":
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CalledValuePropagation/ |
D | simple-memory.ll | 6 @global_array = common unnamed_addr global i64* null, align 8 39 %array = load i64*, i64** @global_array
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | global_smrd.ll | 82 ; CHECK-LABEL: @global_array 92 define amdgpu_kernel void @global_array(i32 addrspace(1)* nocapture %out) {
|