Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp8782 ExprResult MaxUB = SemaRef.ActOnConditionalOp( in buildNumIterations() local
8784 if (!MaxUB.isUsable()) in buildNumIterations()
8786 UBVal = MaxUB.get(); in buildNumIterations()