Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtools.cpp913 const auto &allocationList{std::get<std::list<parser::Allocation>>(stmt.t)}; in operator ()() local
914 for (const auto &allocation : allocationList) { in operator ()()