Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp1392 const Fortran::parser::OmpAtomicRead &atomicRead) { in genOmpAtomicRead() argument
1397 std::get<2>(atomicRead.t); in genOmpAtomicRead()
1399 std::get<0>(atomicRead.t); in genOmpAtomicRead()
1401 std::get<Fortran::parser::Expr>(std::get<3>(atomicRead.t).statement.t); in genOmpAtomicRead()
1403 std::get<3>(atomicRead.t).statement.t); in genOmpAtomicRead()
1463 [&](const Fortran::parser::OmpAtomicRead &atomicRead) { in genOMP() argument
1464 genOmpAtomicRead(converter, eval, atomicRead); in genOMP()