Searched refs:NewUB (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 3986 bool SetUB(Expr *NewUB, bool LessOp, bool StrictOp, SourceRange SR, 4037 bool OpenMPIterationSpaceChecker::SetUB(Expr *NewUB, bool LessOp, bool StrictOp, in SetUB() argument 4042 if (!NewUB) in SetUB() 4044 UB = NewUB; in SetUB() 4495 auto NewUB = tryBuildCapture(SemaRef, UB, Captures); in BuildPreCond() local 4496 if (!NewLB.isUsable() || !NewUB.isUsable()) in BuildPreCond() 4502 NewLB.get(), NewUB.get()); in BuildPreCond()
|