Searched refs:StepExpr (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 5220 Expr *StepExpr) { in buildDistanceFunc() argument 5251 VarDecl *NewStep = precomputeExpr(Actions, BodyStmts, StepExpr, ".step"); in buildDistanceFunc() 17276 Expr *StepExpr = Step; in ActOnOpenMPLinearClause() local 17285 StepExpr = Val.get(); in ActOnOpenMPLinearClause() 17289 buildVarDecl(*this, StepLoc, StepExpr->getType(), ".linear.step"); in ActOnOpenMPLinearClause() 17291 buildDeclRefExpr(*this, SaveVar, StepExpr->getType(), StepLoc); in ActOnOpenMPLinearClause() 17293 BuildBinOp(CurScope, StepLoc, BO_Assign, SaveRef.get(), StepExpr); in ActOnOpenMPLinearClause() 17299 StepExpr->getIntegerConstantExpr(Context)) { in ActOnOpenMPLinearClause() 17312 StepExpr, CalcStepExpr, in ActOnOpenMPLinearClause()
|