Home
last modified time | relevance | path

Searched refs:IntervalMapImpl (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h176 namespace IntervalMapImpl {
929 unsigned N = IntervalMapImpl::NodeSizer<KeyT, ValT>::LeafSize,
932 typedef IntervalMapImpl::NodeSizer<KeyT, ValT> Sizer;
933 typedef IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits> Leaf;
934 typedef IntervalMapImpl::BranchNode<KeyT, ValT, Sizer::BranchSize, Traits>
936 typedef IntervalMapImpl::LeafNode<KeyT, ValT, N, Traits> RootLeaf;
937 typedef IntervalMapImpl::IdxPair IdxPair;
943 (sizeof(KeyT) + sizeof(IntervalMapImpl::NodeRef)),
947 typedef IntervalMapImpl::BranchNode<KeyT, ValT, RootBranchCap, Traits>
1048 void visitNodes(void (IntervalMap::*f)(IntervalMapImpl::NodeRef,
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DIntervalMap.cpp17 namespace IntervalMapImpl { namespace