Searched refs:StepExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 5231 Expr *StepExpr) { in buildDistanceFunc() argument 5262 VarDecl *NewStep = precomputeExpr(Actions, BodyStmts, StepExpr, ".step"); in buildDistanceFunc() 17659 Expr *StepExpr = Step; in ActOnOpenMPLinearClause() local 17668 StepExpr = Val.get(); in ActOnOpenMPLinearClause() 17672 buildVarDecl(*this, StepLoc, StepExpr->getType(), ".linear.step"); in ActOnOpenMPLinearClause() 17674 buildDeclRefExpr(*this, SaveVar, StepExpr->getType(), StepLoc); in ActOnOpenMPLinearClause() 17676 BuildBinOp(CurScope, StepLoc, BO_Assign, SaveRef.get(), StepExpr); in ActOnOpenMPLinearClause() 17682 StepExpr->getIntegerConstantExpr(Context)) { in ActOnOpenMPLinearClause() 17695 StepExpr, CalcStepExpr, in ActOnOpenMPLinearClause()
|