Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dunit-map.cpp87 OwningPtr<Chain> closeList; in CloseAll() local
93 closeList.swap(p->next); // pushes p to closeList in CloseAll()
97 while (Chain * p{closeList.get()}) { in CloseAll()
98 closeList.swap(p->next); // pops p from head of closeList in CloseAll()