Searched defs:NodeBase (Results 1 – 1 of 1) sorted by relevance
487 struct NodeBase { struct495 NodeId getNext() const { return Next; } in getNext()497 uint16_t getAttrs() const { return Attrs; } in getAttrs()498 void setAttrs(uint16_t A) { Attrs = A; } in setAttrs()505 void init() { memset(this, 0, sizeof *this); } in init()507 void setNext(NodeId N) { Next = N; } in setNext()511 uint16_t Reserved;516 struct Def_struct {519 struct PhiU_struct {522 struct Code_struct {[all …]