Home
last modified time | relevance | path

Searched refs:AllocatableSetBounds (Results 1 – 5 of 5) sorted by relevance

/llvm-project/flang/unittests/Runtime/
H A DAllocatable.cpp87 RTNAME(AllocatableSetBounds)(*a, 0, 2, 11); in TEST()
109 RTNAME(AllocatableSetBounds)(*a, 0, -1, -2); in TEST()
/llvm-project/flang/include/flang/Runtime/
H A Dallocatable.h65 void RTDECL(AllocatableSetBounds)(
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DAllocatable.cpp64 fir::runtime::getRuntimeFunc<mkRTKey(AllocatableSetBounds)>(loc, in genAllocatableSetBounds()
/llvm-project/flang/runtime/
H A Dallocatable.cpp111 void RTDEF(AllocatableSetBounds)(Descriptor &descriptor, int zeroBasedDim, in RTDEF() argument
/llvm-project/flang/lib/Lower/
H A DAllocatable.cpp139 : fir::runtime::getRuntimeFunc<mkRTKey(AllocatableSetBounds)>( in genRuntimeSetBounds()