Searched defs:NodeBase (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DIntervalMap.h166 //--- IntervalMapImpl::NodeBase ---//
193 class NodeBase { class in namespace:llvm::IntervalMapImpl
206 void copy(const NodeBase<T1, T2, M> &Other, unsigned i, argument
265 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,
276 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,
289 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) {
423 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase;
539 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
677 class BranchNode : public NodeBase<NodeRef, KeyT, N> {

Completed in 67 milliseconds