Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8674 ExprResult MaxLB = SemaRef.ActOnConditionalOp(DefaultLoc, DefaultLoc, in buildNumIterations() local
8676 if (!MaxLB.isUsable()) in buildNumIterations()
8678 LBVal = MaxLB.get(); in buildNumIterations()