Home
last modified time | relevance | path

Searched refs:PointerAssociate (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/include/flang/Runtime/
H A Dpointer.h55 void RTDECL(PointerAssociate)(Descriptor &, const Descriptor &target);
/llvm-project/flang/runtime/
H A Dpointer.cpp68 void RTDEF(PointerAssociate)(Descriptor &pointer, const Descriptor &target) { in RTDEF() argument
/llvm-project/flang/lib/Lower/
H A DRuntime.cpp210 fir::runtime::getRuntimeFunc<mkRTKey(PointerAssociate)>(loc, builder); in genPointerAssociate()