Searched refs:StepExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 5401 Expr *StepExpr) { in buildDistanceFunc() argument 5432 VarDecl *NewStep = precomputeExpr(Actions, BodyStmts, StepExpr, ".step"); in buildDistanceFunc() 19182 Expr *StepExpr = Step; in ActOnOpenMPLinearClause() local 19191 StepExpr = Val.get(); in ActOnOpenMPLinearClause() 19195 buildVarDecl(SemaRef, StepLoc, StepExpr->getType(), ".linear.step"); in ActOnOpenMPLinearClause() 19197 buildDeclRefExpr(SemaRef, SaveVar, StepExpr->getType(), StepLoc); in ActOnOpenMPLinearClause() 19199 SemaRef.getCurScope(), StepLoc, BO_Assign, SaveRef.get(), StepExpr); in ActOnOpenMPLinearClause() 19206 StepExpr->getIntegerConstantExpr(getASTContext())) { in ActOnOpenMPLinearClause() 19219 Vars, Privates, Inits, StepExpr, CalcStepExpr, in ActOnOpenMPLinearClause()
|