Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp5259 SourceLocation UpdLoc = IS.IncSrcRange.getBegin(); in CheckOpenMPLoop() local
5265 SemaRef.BuildBinOp(CurScope, UpdLoc, BO_Div, IV.get(), Div.get()); in CheckOpenMPLoop()
5273 Iter = SemaRef.BuildBinOp(CurScope, UpdLoc, BO_Rem, Iter.get(), in CheckOpenMPLoop()
5285 ExprResult Init = BuildCounterInit(SemaRef, CurScope, UpdLoc, CounterVar, in CheckOpenMPLoop()
5292 SemaRef, CurScope, UpdLoc, CounterVar, IS.CounterInit, Iter, in CheckOpenMPLoop()
5301 SemaRef, CurScope, UpdLoc, CounterVar, IS.CounterInit, in CheckOpenMPLoop()
5313 Div = SemaRef.BuildBinOp(CurScope, UpdLoc, BO_Mul, Div.get(), in CheckOpenMPLoop()