Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Runtime/
H A Dtemporary-stack.h42 void RTNAME(DestroyValueStack)(void *opaquePtr);
/llvm-project/flang/unittests/Runtime/
H A DTemporaryStack.cpp80 RTNAME(DestroyValueStack)(storage); in TEST() local
168 RTNAME(DestroyValueStack)(storage); in TEST() local
/llvm-project/flang/runtime/
H A Dtemporary-stack.cpp202 void RTNAME(DestroyValueStack)(void *opaquePtr) { in RTNAME() argument
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DTemporaryStack.cpp54 fir::runtime::getRuntimeFunc<mkRTKey(DestroyValueStack)>(loc, builder); in genDestroyValueStack()