Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DRDFGraph.h413 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
DRDFGraph.cpp498 static auto True = [] (NodeAddr<NodeBase*>) -> bool { return true; }; in members()
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
Dast.py13 class NodeBase(object): class