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

References

include/llvm/ADT/IntervalMap.h
  935   using Leaf = IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits>;
  937       IntervalMapImpl::BranchNode<KeyT, ValT, Sizer::BranchSize, Traits>;
  938   using RootLeaf = IntervalMapImpl::LeafNode<KeyT, ValT, N, Traits>;
  950       IntervalMapImpl::BranchNode<KeyT, ValT, RootBranchCap, Traits>;
  962   using KeyTraits = Traits;
 1073     if (empty() || Traits::startLess(x, start()) || Traits::stopLess(stop(), x))
 1073     if (empty() || Traits::startLess(x, start()) || Traits::stopLess(stop(), x))
 1147     return !Traits::stopLess(b, I.start());