Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp9863 ExprResult NextLB, NextUB, CombNextLB, CombNextUB; in checkOpenMPLoop() local
9891 CombNextLB = in checkOpenMPLoop()
9896 CombNextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, CombLB.get(), in checkOpenMPLoop()
9897 CombNextLB.get()); in checkOpenMPLoop()
9898 CombNextLB = SemaRef.ActOnFinishFullExpr(CombNextLB.get(), in checkOpenMPLoop()
9900 if (!CombNextLB.isUsable()) in checkOpenMPLoop()
10125 Built.DistCombinedFields.NLB = CombNextLB.get(); in checkOpenMPLoop()