Home
last modified time | relevance | path

Searched refs:hasPtr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/test/Semantics/
H A Dcall12.f9014 type :: hasPtr type
34 type(hasPtr) :: hp
35 type(hasPtr), intent(in) :: hpd
36 type(hasPtr), allocatable :: alloc
64 n = size([hasPtr(y%a)]) ! C1594(4)
66 n = size([hasPtr(x%a)]) ! C1594(4)
68 n = size([hasPtr(ptr%a)]) ! C1594(4)
70 n = size([hasPtr(in%a)]) ! C1594(4)
79 type(hasPtr) :: localhp
83 localhp = hasPtr(z%a)
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp976 bool hasPtr = false; in getOrInsertFunction() local
983 hasPtr = true; in getOrInsertFunction()
989 if (hasPtr) { in getOrInsertFunction()