Home
last modified time | relevance | path

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

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