Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8752 ExprResult MaxUB = SemaRef.ActOnConditionalOp( in buildNumIterations() local
8754 if (!MaxUB.isUsable()) in buildNumIterations()
8756 UBVal = MaxUB.get(); in buildNumIterations()