Lines Matching refs:GetExpr
143 *Fortran::semantics::GetExpr(*asyncClauseValue), stmtCtx)); in genAsyncClause()
161 converter.genExprValue(*Fortran::semantics::GetExpr(expr), stmtCtx))); in genDeviceTypeClause()
178 *Fortran::semantics::GetExpr(ifClause->v), stmtCtx)); in genIfClause()
195 converter.genExprValue(*Fortran::semantics::GetExpr(value), stmtCtx)); in genWaitClause()
203 *Fortran::semantics::GetExpr(*waitDevnumValue), stmtCtx)); in genWaitClause()
232 *Fortran::semantics::GetExpr(gangNumValue.value()), stmtCtx)); in createLoopOp()
241 *Fortran::semantics::GetExpr(*expr), stmtCtx)); in createLoopOp()
255 *Fortran::semantics::GetExpr(*workerClause->v), stmtCtx)); in createLoopOp()
262 *Fortran::semantics::GetExpr(*vectorClause->v), stmtCtx)); in createLoopOp()
274 *Fortran::semantics::GetExpr(*expr), stmtCtx))); in createLoopOp()
314 const auto *expr = Fortran::semantics::GetExpr(collapseClause->v); in createLoopOp()
396 *Fortran::semantics::GetExpr(numGangsClause->v), stmtCtx)); in createParallelOp()
401 *Fortran::semantics::GetExpr(numWorkersClause->v), stmtCtx)); in createParallelOp()
406 *Fortran::semantics::GetExpr(vectorLengthClause->v), stmtCtx)); in createParallelOp()
420 *Fortran::semantics::GetExpr(*optCondition), stmtCtx)); in createParallelOp()
836 *Fortran::semantics::GetExpr(deviceNumClause->v), stmtCtx)); in genACCInitShutdownOp()
976 converter.genExprValue(*Fortran::semantics::GetExpr(value), stmtCtx)); in genACC()
984 *Fortran::semantics::GetExpr(*waitDevnumValue), stmtCtx)); in genACC()