Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h710 Expr *EUB; member
761 Expr *EUB; member
1130 void setEnsureUpperBound(Expr *EUB) { in setEnsureUpperBound()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3045 const OMPLoopDirective &S, Expr *EUB, in EmitOMPWorksharingLoop()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp9114 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local