Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp7642 Expr *BoundUB = UB.get(); in checkOpenMPLoop() local
7644 BoundUB = in checkOpenMPLoop()
7646 .BuildBinOp(CurScope, CondLoc, BO_Add, BoundUB, in checkOpenMPLoop()
7649 BoundUB = in checkOpenMPLoop()
7650 SemaRef.ActOnFinishFullExpr(BoundUB, /*DiscardedValue*/ false).get(); in checkOpenMPLoop()
7657 BoundUB) in checkOpenMPLoop()
7760 CurScope, CondLoc, UseStrictCompare ? BO_LT : BO_LE, IV.get(), BoundUB); in checkOpenMPLoop()