Searched refs:NewUB (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaOpenMP.cpp | 2264 bool SetUB(Expr *NewUB, bool LessOp, bool StrictOp, const SourceRange &SR, 2315 bool OpenMPIterationSpaceChecker::SetUB(Expr *NewUB, bool LessOp, bool StrictOp, in SetUB() argument 2321 if (!NewUB) in SetUB() 2323 UB = NewUB; in SetUB() 2778 auto NewUB = Transform.TransformExpr(UB); in BuildPreCond() local 2779 if (NewLB.isInvalid() || NewUB.isInvalid()) in BuildPreCond() 2784 NewUB = SemaRef.PerformImplicitConversion(NewUB.get(), UB->getType(), in BuildPreCond() 2787 if (NewLB.isInvalid() || NewUB.isInvalid()) in BuildPreCond() 2792 NewLB.get(), NewUB.get()); in BuildPreCond()
|