Searched refs:StepExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 11661 Expr *StepExpr = Step; in ActOnOpenMPLinearClause() local 11670 StepExpr = Val.get(); in ActOnOpenMPLinearClause() 11674 buildVarDecl(*this, StepLoc, StepExpr->getType(), ".linear.step"); in ActOnOpenMPLinearClause() 11676 buildDeclRefExpr(*this, SaveVar, StepExpr->getType(), StepLoc); in ActOnOpenMPLinearClause() 11678 BuildBinOp(CurScope, StepLoc, BO_Assign, SaveRef.get(), StepExpr); in ActOnOpenMPLinearClause() 11684 bool IsConstant = StepExpr->isIntegerConstantExpr(Result, Context); in ActOnOpenMPLinearClause() 11697 StepExpr, CalcStepExpr, in ActOnOpenMPLinearClause()
|