Searched defs:PrevLB (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | StmtOpenMP.h | 789 Expr *PrevLB; global() member |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGStmtOpenMP.cpp | 3133 LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable()); 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 |