Home
last modified time | relevance | path

Searched refs:PointerAllocate (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DPointer.cpp22 RTNAME(PointerAllocate) in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dpointer.h85 int RTNAME(PointerAllocate)(Descriptor &, bool hasStat = false,
/llvm-project-15.0.7/flang/runtime/
H A Dpointer.cpp116 int RTNAME(PointerAllocate)(Descriptor &pointer, bool hasStat, in RTNAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp172 ? fir::runtime::getRuntimeFunc<mkRTKey(PointerAllocate)>(loc, builder) in genRuntimeAllocate()