reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 5425     assert(!LB && !UB && !Step);
 5429          (LB && LB->isValueDependent()) || (UB && UB->isValueDependent()) ||
 5429          (LB && LB->isValueDependent()) || (UB && UB->isValueDependent()) ||
 5437   assert(LCDecl == nullptr && LB == nullptr && LCRef == nullptr &&
 5449   LB = NewLB;
 5451     InitDependOnLC = doesDependOnLoopCounter(LB, /*IsInitializer=*/true);
 5460   assert(LCDecl != nullptr && LB != nullptr && UB == nullptr &&
 5476   assert(LCDecl != nullptr && LB != nullptr && Step == nullptr);
 5952     Expr *LBVal = LB;
 6213   Expr *LBExpr = TestIsLessOp.getValue() ? LB : UB;
 6214   Expr *UBExpr = TestIsLessOp.getValue() ? UB : LB;
 6340   ExprResult NewLB = tryBuildCapture(SemaRef, LB, Captures);
 6400 Expr *OpenMPIterationSpaceChecker::buildCounterInit() const { return LB; }
 6429                       ? tryBuildCapture(SemaRef, LB, Captures).get()