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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
20799     if (I != Intervals.end() && I.start() < (Offset + Length))
20802     if (I != Intervals.begin() && (--I).stop() <= Offset)
tools/dsymutil/DwarfLinker.cpp
 1866       uint64_t StopAddress = CurrRange != InvalidRange
 1871           CurrRange != InvalidRange && CurrRange.start() <= Row.Address.Address;
tools/dsymutil/DwarfStreamer.cpp
  320        Range != End; ++Range)
tools/lldb/tools/lldb-test/lldb-test.cpp
 1005   if (Interval != State.Allocations.end()) {
unittests/ADT/IntervalMapTest.cpp
   36   EXPECT_FALSE(map.begin() != map.begin());
   37   EXPECT_FALSE(map.begin() != map.end());
   38   EXPECT_FALSE(map.end() != map.end());
usr/include/c++/7.4.0/bits/stl_iterator_base_funcs.h
   87       while (__first != __last)