HomeSort by: relevance | last modified time | path
    Searched defs:NodeBase (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
IntervalMap.h 198 //--- IntervalMapImpl::NodeBase ---//
225 class NodeBase {
238 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
297 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,
308 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,
321 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) {
454 using LeafBase = NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize>;
568 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
705 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RDFGraph.h 32 // base class NodeBase which defines all members used by all possible derived
35 // functional interface, i.e. member functions. NodeBase must be a POD,
151 // NodeBase has a member "Attrs", which is the primary way of determining
355 struct NodeBase;
383 NodeBase *ptr(NodeId N) const {
387 return reinterpret_cast<NodeBase*>(Blocks[BlockN]+Offset);
390 NodeId id(const NodeBase *P) const;
391 NodeAddr<NodeBase*> New();
449 struct NodeBase {
452 NodeBase() = default
    [all...]

Completed in 18 milliseconds