Home
last modified time | relevance | path

Searched defs:CombLB (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1278 void setCombinedLowerBoundVariable(Expr *CombLB) { in setCombinedLowerBoundVariable()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9811 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local