Home
last modified time | relevance | path

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

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