HomeSort by relevance Sort by last modified time
    Searched defs:NodeBase (Results 1 - 20 of 20) sorted by null

  /frameworks/compile/mclinker/include/mcld/ADT/
TreeBase.h 20 class NodeBase {
22 NodeBase* left;
23 NodeBase* right;
26 NodeBase() : left(NULL), right(NULL) {}
38 NodeBase* m_pNode;
43 explicit TreeIteratorBase(NodeBase* X) : m_pNode(X) {}
53 void hook(NodeBase* pNode) {
88 NodeBase* pOther) {
94 NodeBase* pOther) {
99 class Node : public NodeBase {
    [all...]
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
ast.py 13 class NodeBase(object):
29 class NodeListBase(NodeBase):
82 class Definition(NodeBase):
89 NodeBase.__init__(self, **kwargs)
96 class Attribute(NodeBase):
177 class Import(NodeBase):
243 class Module(NodeBase):
260 class Mojom(NodeBase):
283 class Ordinal(NodeBase):
296 class Parameter(NodeBase)
    [all...]
  /external/llvm/include/llvm/ADT/
IntervalMap.h 187 //--- IntervalMapImpl::NodeBase ---//
214 class NodeBase {
227 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
286 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,
297 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,
310 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) {
444 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase;
560 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
698 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
IntervalMap.h 166 //--- IntervalMapImpl::NodeBase ---//
193 class NodeBase {
206 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
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> {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 192 //--- IntervalMapImpl::NodeBase ---//
219 class NodeBase {
232 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
291 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,
302 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,
315 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) {
448 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase;
562 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
699 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
IntervalMap.h 193 //--- IntervalMapImpl::NodeBase ---//
220 class NodeBase {
233 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
292 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,
303 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,
316 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) {
449 using LeafBase = NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize>;
563 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
700 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
IntervalMap.h 193 //--- IntervalMapImpl::NodeBase ---//
220 class NodeBase {
233 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
292 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,
303 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,
316 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) {
449 using LeafBase = NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize>;
563 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
700 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
IntervalMap.h 193 //--- IntervalMapImpl::NodeBase ---//
220 class NodeBase {
233 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
292 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,
303 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,
316 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) {
449 using LeafBase = NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize>;
563 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
700 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
IntervalMap.h 193 //--- IntervalMapImpl::NodeBase ---//
220 class NodeBase {
233 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
292 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,
303 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,
316 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) {
449 using LeafBase = NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize>;
563 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
700 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
IntervalMap.h 193 //--- IntervalMapImpl::NodeBase ---//
220 class NodeBase {
233 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
292 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,
303 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,
316 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) {
449 using LeafBase = NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize>;
563 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
700 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
IntervalMap.h 193 //--- IntervalMapImpl::NodeBase ---//
220 class NodeBase {
233 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
292 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,
303 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,
316 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) {
449 using LeafBase = NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize>;
563 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
700 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 192 //--- IntervalMapImpl::NodeBase ---//
219 class NodeBase {
232 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
291 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,
302 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,
315 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) {
448 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase;
562 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
699 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
IntervalMap.h 193 //--- IntervalMapImpl::NodeBase ---//
220 class NodeBase {
233 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
292 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,
303 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,
316 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) {
449 using LeafBase = NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize>;
563 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
700 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
IntervalMap.h 193 //--- IntervalMapImpl::NodeBase ---//
220 class NodeBase {
233 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
292 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,
303 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,
316 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) {
449 using LeafBase = NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize>;
563 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
700 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
IntervalMap.h 193 //--- IntervalMapImpl::NodeBase ---//
220 class NodeBase {
233 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
292 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,
303 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,
316 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) {
449 using LeafBase = NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize>;
563 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
700 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
IntervalMap.h 193 //--- IntervalMapImpl::NodeBase ---//
220 class NodeBase {
233 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
292 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,
303 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,
316 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) {
449 using LeafBase = NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize>;
563 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
700 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
IntervalMap.h 193 //--- IntervalMapImpl::NodeBase ---//
220 class NodeBase {
233 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
292 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,
303 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,
316 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) {
449 using LeafBase = NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize>;
563 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
700 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
IntervalMap.h 193 //--- IntervalMapImpl::NodeBase ---//
220 class NodeBase {
233 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
292 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize,
303 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize,
316 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) {
449 using LeafBase = NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize>;
563 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
700 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
    [all...]
  /external/llvm/lib/Target/Hexagon/
RDFGraph.h 33 // base class NodeBase which defines all members used by all possible derived
36 // functional interface, i.e. member functions. NodeBase must be a POD,
152 // NodeBase has a member "Attrs", which is the primary way of determining
316 struct NodeBase;
342 NodeBase *ptr(NodeId N) const {
346 return reinterpret_cast<NodeBase*>(Blocks[BlockN]+Offset);
348 NodeId id(const NodeBase *P) const;
349 NodeAddr<NodeBase*> New();
413 struct NodeBase {
416 NodeBase() = default
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regint.h 685 } NodeBase;
688 NodeBase base;

Completed in 759 milliseconds