Home
last modified time | relevance | path

Searched defs:PopValue (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/include/flang/Common/
H A Dfast-int-set.h86 std::optional<int> PopValue() { in PopValue() function
/llvm-project/flang/runtime/
H A Dtemporary-stack.cpp194 void RTNAME(PopValue)(void *opaquePtr, Descriptor &value) { in RTNAME() argument
/llvm-project/flang/unittests/Runtime/
H A DTemporaryStack.cpp77 RTNAME(PopValue)(storage, outputDesc2); in TEST() local