Searched refs:NewUB (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 2775 bool SetUB(Expr *NewUB, bool LessOp, bool StrictOp, SourceRange SR, 2826 bool OpenMPIterationSpaceChecker::SetUB(Expr *NewUB, bool LessOp, bool StrictOp, in SetUB() argument 2831 if (!NewUB) in SetUB() 2833 UB = NewUB; in SetUB() 3290 auto NewUB = Transform.TransformExpr(UB); in BuildPreCond() local 3291 if (NewLB.isInvalid() || NewUB.isInvalid()) in BuildPreCond() 3296 NewUB = SemaRef.PerformImplicitConversion(NewUB.get(), UB->getType(), in BuildPreCond() 3299 if (NewLB.isInvalid() || NewUB.isInvalid()) in BuildPreCond() 3304 NewLB.get(), NewUB.get()); in BuildPreCond()
|