Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp3938 SourceLocation UpdLoc = IS.IncSrcRange.getBegin(); in CheckOpenMPLoop() local
3944 SemaRef.BuildBinOp(CurScope, UpdLoc, BO_Div, IV.get(), Div.get()); in CheckOpenMPLoop()
3952 Iter = SemaRef.BuildBinOp(CurScope, UpdLoc, BO_Rem, Iter.get(), in CheckOpenMPLoop()
3964 ExprResult Init = BuildCounterInit(SemaRef, CurScope, UpdLoc, CounterVar, in CheckOpenMPLoop()
3971 BuildCounterUpdate(SemaRef, CurScope, UpdLoc, CounterVar, in CheckOpenMPLoop()
3980 SemaRef, CurScope, UpdLoc, CounterVar, IS.CounterInit, in CheckOpenMPLoop()
3992 Div = SemaRef.BuildBinOp(CurScope, UpdLoc, BO_Mul, Div.get(), in CheckOpenMPLoop()
3997 Div = SemaRef.ActOnParenExpr(UpdLoc, UpdLoc, Div.get()); in CheckOpenMPLoop()