Searched refs:StepExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 5627 Expr *StepExpr) { in buildDistanceFunc() argument 5658 VarDecl *NewStep = precomputeExpr(Actions, BodyStmts, StepExpr, ".step"); in buildDistanceFunc() 20376 Expr *StepExpr = Step; in ActOnOpenMPLinearClause() local 20385 StepExpr = Val.get(); in ActOnOpenMPLinearClause() 20389 buildVarDecl(*this, StepLoc, StepExpr->getType(), ".linear.step"); in ActOnOpenMPLinearClause() 20391 buildDeclRefExpr(*this, SaveVar, StepExpr->getType(), StepLoc); in ActOnOpenMPLinearClause() 20393 BuildBinOp(CurScope, StepLoc, BO_Assign, SaveRef.get(), StepExpr); in ActOnOpenMPLinearClause() 20399 StepExpr->getIntegerConstantExpr(Context)) { in ActOnOpenMPLinearClause() 20412 Privates, Inits, StepExpr, CalcStepExpr, in ActOnOpenMPLinearClause()
|