Searched refs:StepExpr (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 5526 Expr *StepExpr) { in buildDistanceFunc() argument 5557 VarDecl *NewStep = precomputeExpr(Actions, BodyStmts, StepExpr, ".step"); in buildDistanceFunc() 19728 Expr *StepExpr = Step; in ActOnOpenMPLinearClause() local 19737 StepExpr = Val.get(); in ActOnOpenMPLinearClause() 19741 buildVarDecl(*this, StepLoc, StepExpr->getType(), ".linear.step"); in ActOnOpenMPLinearClause() 19743 buildDeclRefExpr(*this, SaveVar, StepExpr->getType(), StepLoc); in ActOnOpenMPLinearClause() 19745 BuildBinOp(CurScope, StepLoc, BO_Assign, SaveRef.get(), StepExpr); in ActOnOpenMPLinearClause() 19751 StepExpr->getIntegerConstantExpr(Context)) { in ActOnOpenMPLinearClause() 19764 StepExpr, CalcStepExpr, in ActOnOpenMPLinearClause()
|