Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp9246 Expr *BoundUB = UB.get(); in checkOpenMPLoop() local
9248 BoundUB = in checkOpenMPLoop()
9250 .BuildBinOp(CurScope, CondLoc, BO_Add, BoundUB, in checkOpenMPLoop()
9253 BoundUB = in checkOpenMPLoop()
9254 SemaRef.ActOnFinishFullExpr(BoundUB, /*DiscardedValue*/ false).get(); in checkOpenMPLoop()
9262 BoundUB) in checkOpenMPLoop()
9366 CurScope, CondLoc, UseStrictCompare ? BO_LT : BO_LE, IV.get(), BoundUB); in checkOpenMPLoop()