Searched refs:newNode (Results 1 – 7 of 7) sorted by relevance
78 ListNode *newNode; in Lst_InsertBefore() local 82 newNode = LstNodeNew(ln->prev, ln, datum); in Lst_InsertBefore() 85 ln->prev->next = newNode; in Lst_InsertBefore() 86 ln->prev = newNode; in Lst_InsertBefore() 89 list->first = newNode; in Lst_InsertBefore()
247 TrieNode *newNode = makeNode(); in sortAndBuild() local249 newNode); in sortAndBuild()250 node = newNode; in sortAndBuild()
775 Node DataFlowGraph::newNode(uint16_t Attrs) { in newNode() function in llvm::rdf::DataFlowGraph785 Node NA = newNode(0); in cloneNode()804 Use UA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newUse()811 PhiUse PUA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newPhiUse()819 Def DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef()825 Def DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef()832 Phi PA = newNode(NodeAttrs::Code | NodeAttrs::Phi); in newPhi()838 Stmt SA = newNode(NodeAttrs::Code | NodeAttrs::Stmt); in newStmt()845 Block BA = newNode(NodeAttrs::Code | NodeAttrs::Block); in newBlock()852 Func FA = newNode(NodeAttrs::Code | NodeAttrs::Func); in newFunc()
99 m->id = dd.newNode(reinterpret_cast<uptr>(m)); in MutexEnsureID()
154 uptr newNode(uptr data) { in newNode() function
1009 template <typename NodeT> NodeT *newNode() { in newNode() function 1235 Leaf *L = newNode<Leaf>(); in branchRoot() 1276 Branch *B = newNode<Branch>(); in splitRoot() 2052 Node[NewNode] = this->map->template newNode<NodeT>(); in overflow()
850 Node newNode(uint16_t Attrs);