Searched defs:NodeBase (Results 1 – 8 of 8) sorted by relevance
| /external/llvm/lib/Target/Hexagon/ |
| D | RDFGraph.h | 413 struct NodeBase { struct 427 void append(NodeAddr<NodeBase*> NA); argument 429 void init() { memset(this, 0, sizeof *this); } in init() 430 void setNext(NodeId N) { Next = N; } in setNext() 434 uint16_t Reserved; 435 NodeId Next; // Id of the next node in the circular chain. 439 struct Def_struct { 442 struct PhiU_struct { 445 struct Code_struct { 470 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize, argument
|
| D | RDFGraph.cpp | 498 static auto True = [] (NodeAddr<NodeBase*>) -> bool { return true; }; in members()
|
| /external/llvm-project/llvm/include/llvm/CodeGen/ |
| D | RDFGraph.h | 449 struct NodeBase { struct 464 void append(NodeAddr<NodeBase*> NA); argument 467 void init() { memset(this, 0, sizeof *this); } in init() 469 void setNext(NodeId N) { Next = N; } in setNext() 473 uint16_t Reserved; 474 NodeId Next; // Id of the next node in the circular chain. 478 struct Def_struct { 481 struct PhiU_struct { 484 struct Code_struct { 509 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize, argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | RDFGraph.h | 449 struct NodeBase { struct 464 void append(NodeAddr<NodeBase*> NA); argument 467 void init() { memset(this, 0, sizeof *this); } in init() 469 void setNext(NodeId N) { Next = N; } in setNext() 473 uint16_t Reserved; 474 NodeId Next; // Id of the next node in the circular chain. 478 struct Def_struct { 481 struct PhiU_struct { 484 struct Code_struct { 509 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize, argument
|
| D | RDFGraph.cpp | 528 static auto True = [] (NodeAddr<NodeBase*>) -> bool { return true; }; in members()
|
| /external/cldr/tools/java/org/unicode/cldr/util/ |
| D | RegexLookup.java | 687 private static class NodeBase<T> { class in RegexLookup 692 public NodeBase(Finder finder, T value) { in NodeBase() method in RegexLookup.NodeBase
|
| /external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/ |
| D | ast.py | 13 class NodeBase(object): class
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | RDFGraph.cpp | 528 static auto True = [] (NodeAddr<NodeBase*>) -> bool { return true; }; in members()
|