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

References

tools/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
  125       assert(++CSV->begin() == CSV->end());
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
 2267     if (VI == VE)
 2314     if (VI == VE)
 2432     assert((CRD->isAggregate() || (Ctx.getLangOpts().ObjC && VI == VE)) &&
 2439       if (VI == VE)
 2461     if (VI == VE)
unittests/ADT/ImmutableListTest.cpp
   47   EXPECT_TRUE(L.begin() == L.end());
   63   EXPECT_FALSE(L2.begin() == L2.end());