Home
last modified time | relevance | path

Searched refs:AcquirePrevious (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dunit.h183 OwningPtr<ChildIo> AcquirePrevious() { return std::move(previous_); } in AcquirePrevious() function
H A Dunit.cpp948 child_.reset(child.AcquirePrevious().release()); // deletes top child in PopChildIo()