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

References

tools/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
   47       if (!range->DoesIntersect(fdRange))
tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  204   if (fde && fde->DoesIntersect(
tools/lldb/source/Target/Memory.cpp
   67       if (!chunk_range.DoesIntersect(flush_range))
tools/lldb/unittests/Utility/RangeTest.cpp
  239   EXPECT_FALSE(r.DoesIntersect(RangeT(1, 1)));
  240   EXPECT_FALSE(r.DoesIntersect(RangeT(1, 2)));
  241   EXPECT_TRUE(r.DoesIntersect(RangeT(2, 2)));
  242   EXPECT_TRUE(r.DoesIntersect(RangeT(4, 2)));
  243   EXPECT_TRUE(r.DoesIntersect(RangeT(6, 2)));
  244   EXPECT_FALSE(r.DoesIntersect(RangeT(7, 2)));
  245   EXPECT_FALSE(r.DoesIntersect(RangeT(8, 2)));