Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp9946 ExprResult NextLB, NextUB, CombNextLB, CombNextUB; in checkOpenMPLoop() local
9974 CombNextLB = in checkOpenMPLoop()
9979 CombNextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, CombLB.get(), in checkOpenMPLoop()
9980 CombNextLB.get()); in checkOpenMPLoop()
9981 CombNextLB = SemaRef.ActOnFinishFullExpr(CombNextLB.get(), in checkOpenMPLoop()
9983 if (!CombNextLB.isUsable()) in checkOpenMPLoop()
10208 Built.DistCombinedFields.NLB = CombNextLB.get(); in checkOpenMPLoop()