Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h193 namespace IntervalMapImpl {
936 unsigned N = IntervalMapImpl::NodeSizer<KeyT, ValT>::LeafSize,
939 using Sizer = IntervalMapImpl::NodeSizer<KeyT, ValT>;
940 using Leaf = IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits>;
942 IntervalMapImpl::BranchNode<KeyT, ValT, Sizer::BranchSize, Traits>;
943 using RootLeaf = IntervalMapImpl::LeafNode<KeyT, ValT, N, Traits>;
944 using IdxPair = IntervalMapImpl::IdxPair;
950 (sizeof(KeyT) + sizeof(IntervalMapImpl::NodeRef)),
955 IntervalMapImpl::BranchNode<KeyT, ValT, RootBranchCap, Traits>;
1038 void visitNodes(void (IntervalMap::*f)(IntervalMapImpl::NodeRef,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DIntervalMap.cpp17 namespace IntervalMapImpl { namespace
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h23 IntervalMap<KeyT, ValT, IntervalMapImpl::NodeSizer<KeyT, ValT>::LeafSize,