Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h782 /// PrevEUB - expression similar to EUB but to be used when loop member
731 Expr *EUB; global() member
1225 setEnsureUpperBound(Expr * EUB) setEnsureUpperBound() argument
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3291 EmitOMPWorksharingLoop(const OMPLoopDirective & S,Expr * EUB,const CodeGenLoopBoundsTy & CodeGenLoopBounds,const CodeGenDispatchBoundsTy & CGDispatchBounds) EmitOMPWorksharingLoop() argument
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9808 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; checkOpenMPLoop() local