Searched defs:PrevUB (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | StmtOpenMP.h | 792 Expr *PrevUB; global() member |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGStmtOpenMP.cpp | 3134 LValue PrevUB = CGF.EmitLValue(LS.getPrevUpperBoundVariable()); emitDistributeParallelForInnerBounds() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaOpenMP.cpp | 9808 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; checkOpenMPLoop() local |