Searched refs:atomicRead (Results 1 – 1 of 1) sorted by relevance
1392 const Fortran::parser::OmpAtomicRead &atomicRead) { in genOmpAtomicRead() argument1397 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() argument1464 genOmpAtomicRead(converter, eval, atomicRead); in genOMP()