Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp8798 Expr *LBExpr = *TestIsLessOp ? LBVal : UBVal; in buildNumIterations() local
8800 Expr *Lower = tryBuildCapture(SemaRef, LBExpr, Captures).get(); in buildNumIterations()
8861 Expr *LBExpr = *TestIsLessOp ? LB : UB; in buildMinMaxValues() local
8868 LBNonRect ? LBExpr : tryBuildCapture(SemaRef, LBExpr, Captures).get(); in buildMinMaxValues()