Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp197 auto nonTemporalClauses{FindClauses(llvm::omp::Clause::OMPC_nontemporal)}; in CheckMultListItems() local
198 for (auto itr = nonTemporalClauses.first; itr != nonTemporalClauses.second; in CheckMultListItems()