Home
last modified time | relevance | path

Searched refs:LBMaxVal (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp7313 ExprResult LBMaxVal = SemaRef.BuildBinOp(S, DefaultLoc, BO_Assign, in buildNumIterations() local
7315 if (!LBMaxVal.isUsable()) in buildNumIterations()
7318 LBMaxVal = in buildNumIterations()
7319 SemaRef.BuildBinOp(S, DefaultLoc, BO_Comma, LBMaxVal.get(), LBVal); in buildNumIterations()
7320 if (!LBMaxVal.isUsable()) in buildNumIterations()
7323 LBMaxVal = SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, LBMaxVal.get()); in buildNumIterations()
7324 if (!LBMaxVal.isUsable()) in buildNumIterations()
7328 Expr *LBMax = tryBuildCapture(SemaRef, LBMaxVal.get(), Captures).get(); in buildNumIterations()