Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp8699 ExprResult MaxUB = SemaRef.ActOnConditionalOp( in buildNumIterations() local
8701 if (!MaxUB.isUsable()) in buildNumIterations()
8703 UBVal = MaxUB.get(); in buildNumIterations()