Searched refs:StepExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaOpenMP.cpp | 14466 Expr *StepExpr = Step; in ActOnOpenMPLinearClause() local 14475 StepExpr = Val.get(); in ActOnOpenMPLinearClause() 14479 buildVarDecl(*this, StepLoc, StepExpr->getType(), ".linear.step"); in ActOnOpenMPLinearClause() 14481 buildDeclRefExpr(*this, SaveVar, StepExpr->getType(), StepLoc); in ActOnOpenMPLinearClause() 14483 BuildBinOp(CurScope, StepLoc, BO_Assign, SaveRef.get(), StepExpr); in ActOnOpenMPLinearClause() 14489 bool IsConstant = StepExpr->isIntegerConstantExpr(Result, Context); in ActOnOpenMPLinearClause() 14502 StepExpr, CalcStepExpr, in ActOnOpenMPLinearClause()
|