Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp1300 const Fortran::parser::Expr &assignmentStmtExpr, in genOmpAtomicUpdateStatement() argument
1351 *Fortran::semantics::GetExpr(assignmentStmtExpr), stmtCtx)); in genOmpAtomicUpdateStatement()
1369 const auto &assignmentStmtExpr = in genOmpAtomicWrite() local
1375 *Fortran::semantics::GetExpr(assignmentStmtExpr), stmtCtx)); in genOmpAtomicWrite()
1400 const auto &assignmentStmtExpr = in genOmpAtomicRead() local
1406 *Fortran::semantics::GetExpr(assignmentStmtExpr), stmtCtx)); in genOmpAtomicRead()
1429 const auto &assignmentStmtExpr = in genOmpAtomicUpdate() local
1435 assignmentStmtExpr, &leftHandClauseList, in genOmpAtomicUpdate()
1444 const auto &assignmentStmtExpr = std::get<Fortran::parser::Expr>( in genOmpAtomic() local
1455 assignmentStmtExpr, &atomicClauseList, nullptr); in genOmpAtomic()