Home
last modified time | relevance | path

Searched refs:array_ptr (Results 1 – 6 of 6) sorted by relevance

/llvm-project/flang/test/Lower/
H A Dpointer-args-caller.f909 subroutine array_ptr(p)
37 call array_ptr(p)
81 call array_ptr(p)
96 call array_ptr(p)
131 call array_ptr(p)
/llvm-project/polly/test/ScopDetect/
H A Dcollective_invariant_loads.ll22 %array_ptr = type { [2 x i64], [2 x i64], [2 x i64], i64, i64, ptr, ptr, i8 }
37 %tmp4 = getelementptr inbounds %array_ptr, ptr %tmp3, i64 0, i32 1, i64 0
41 %tmp8 = getelementptr inbounds %array_ptr, ptr %tmp3, i64 0, i32 6
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Danon_aggr.ll12 %array_ptr = extractvalue {i64, ptr } %array, 1
13 %cond = icmp eq ptr %array_ptr, %ptr
16 ret ptr %array_ptr
/llvm-project/clang/test/SemaCXX/
H A Darray-bounds.cpp72 int (*array_ptr)[2]; in test() local
73 …(*array_ptr)[3] = 1; // expected-warning {{array index 3 is past the end of the array (that has ty… in test()
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_class_spec_neg.cpp28 template< int X, int (*array_ptr)[X] > class A2 {}; // expected-note{{here}}
/llvm-project/llvm/docs/
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst5134 DW_AT_name("array_ptr")