Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcanonicalize-omp.cpp31 if (auto *ompCons{GetConstructIf<parser::OpenMPConstruct>(*it)}) { in Post() local
34 std::get_if<parser::OpenMPLoopConstruct>(&ompCons->u)}) { in Post()