Searched refs:UpdLoc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 5591 SourceLocation UpdLoc = IS.IncSrcRange.getBegin(); in checkOpenMPLoop() local 5598 Prod = SemaRef.BuildBinOp(CurScope, UpdLoc, BO_Mul, Prod.get(), in checkOpenMPLoop() 5605 Iter = SemaRef.BuildBinOp(CurScope, UpdLoc, BO_Div, in checkOpenMPLoop() 5619 Prod = SemaRef.BuildBinOp(CurScope, UpdLoc, BO_Mul, in checkOpenMPLoop() 5623 Acc = SemaRef.BuildBinOp(CurScope, UpdLoc, BO_Sub, in checkOpenMPLoop() 5631 ExprResult Init = buildCounterInit(SemaRef, CurScope, UpdLoc, CounterVar, in checkOpenMPLoop() 5638 SemaRef, CurScope, UpdLoc, CounterVar, IS.CounterInit, Iter, in checkOpenMPLoop() 5647 SemaRef, CurScope, UpdLoc, CounterVar, IS.CounterInit, in checkOpenMPLoop()
|