Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dunit.h170 : parent_{parent}, previous_{std::move(previous)} {} in ChildIo()
183 OwningPtr<ChildIo> AcquirePrevious() { return std::move(previous_); } in AcquirePrevious()
189 OwningPtr<ChildIo> previous_; variable
H A Dextrema.cpp73 previous_ = nullptr; in Reinitialize()
88 if (!previous_ || compare_(value, *previous_)) { in AccumulateAt()
89 previous_ = &value; in AccumulateAt()
101 const Type *previous_{nullptr}; member in Fortran::runtime::ExtremumLocAccumulator