Searched refs:StepExpr (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 5597 Expr *StepExpr) { in buildDistanceFunc() argument 5628 VarDecl *NewStep = precomputeExpr(Actions, BodyStmts, StepExpr, ".step"); in buildDistanceFunc() 20011 Expr *StepExpr = Step; in ActOnOpenMPLinearClause() local 20020 StepExpr = Val.get(); in ActOnOpenMPLinearClause() 20024 buildVarDecl(*this, StepLoc, StepExpr->getType(), ".linear.step"); in ActOnOpenMPLinearClause() 20026 buildDeclRefExpr(*this, SaveVar, StepExpr->getType(), StepLoc); in ActOnOpenMPLinearClause() 20028 BuildBinOp(CurScope, StepLoc, BO_Assign, SaveRef.get(), StepExpr); in ActOnOpenMPLinearClause() 20034 StepExpr->getIntegerConstantExpr(Context)) { in ActOnOpenMPLinearClause() 20047 StepExpr, CalcStepExpr, in ActOnOpenMPLinearClause()
|