Home
last modified time | relevance | path

Searched defs:EUB (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h731 Expr *EUB; member
782 Expr *EUB; member
1226 void setEnsureUpperBound(Expr *EUB) { in setEnsureUpperBound()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3309 const OMPLoopDirective &S, Expr *EUB, in EmitOMPWorksharingLoop()
/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