Home
last modified time | relevance | path

Searched refs:newNode (Results 1 – 21 of 21) sorted by relevance

/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_deadlock_detector_test.cc77 uptr n1 = d.newNode(1); in RunBasicTest()
78 uptr n2 = d.newNode(2); in RunBasicTest()
101 uptr n1 = d.newNode(1); in RunBasicTest()
143 uptr l0 = d.newNode(0); in RunRemoveNodeTest()
144 uptr l1 = d.newNode(1); in RunRemoveNodeTest()
145 uptr l2 = d.newNode(2); in RunRemoveNodeTest()
146 uptr l3 = d.newNode(3); in RunRemoveNodeTest()
147 uptr l4 = d.newNode(4); in RunRemoveNodeTest()
148 uptr l5 = d.newNode(5); in RunRemoveNodeTest()
260 uptr l0 = d.newNode(0); in RunMultipleEpochsTest()
[all …]
/netbsd/usr.bin/make/
H A Dlst.c96 ListNode *newNode; in Lst_InsertBefore() local
100 newNode = LstNodeNew(ln->prev, ln, datum); in Lst_InsertBefore()
103 ln->prev->next = newNode; in Lst_InsertBefore()
104 ln->prev = newNode; in Lst_InsertBefore()
107 list->first = newNode; in Lst_InsertBefore()
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Daligned_block_list.d106 auto newNode = cast(AlignedBlockNode*) buf; in AlignedBlockListImpl() local
111 newNode.bAlloc = Allocator(payload); in AlignedBlockListImpl()
113 newNode.next = localRoot; in AlignedBlockListImpl()
114 newNode.prev = null; in AlignedBlockListImpl()
116 localRoot.prev = newNode; in AlignedBlockListImpl()
117 root = cast(typeof(root)) newNode; in AlignedBlockListImpl()
H A Dkernighan_ritchie.d155 auto newNode = cast(Node*) ((cast(ubyte*) &this) + bytes);
156 newNode.size = leftover;
157 newNode.next = next == &this ? newNode : next;
159 return tuple(payload, newNode);
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dob.d348 ObNode* newNode() in toObNodes()
362 return nextNodeIs(newNode()); in toObNodes()
419 mystate.breakBlock = newNode(); in toObNodes()
457 mystate.breakBlock = newNode(); in toObNodes()
458 mystate.contBlock = newNode(); in toObNodes()
462 auto ob = newNode(); in toObNodes()
483 mystate.contBlock = newNode(); in toObNodes()
493 auto ob = newNode(); in toObNodes()
610 auto ob = newNode(); in toObNodes()
706 auto breakBlock2 = newNode(); in toObNodes()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dkernighan_ritchie.d152 auto newNode = cast(Node*) ((cast(ubyte*) &this) + bytes);
153 newNode.size = leftover;
154 newNode.next = next == &this ? newNode : next;
156 return tuple(payload, newNode);
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Drbtree.d141 @property Node left(Node newNode) in RBNode()
143 _left = newNode; in RBNode()
144 if (newNode !is null) in RBNode()
145 newNode._parent = &this; in RBNode()
146 return newNode; in RBNode()
155 @property Node right(Node newNode) in RBNode()
157 _right = newNode; in RBNode()
158 if (newNode !is null) in RBNode()
159 newNode._parent = &this; in RBNode()
160 return newNode; in RBNode()
H A Dslist.d353 auto newNode = new Node(null, item); in SList() local
354 (newRoot ? n._next : newRoot) = newNode; in SList()
355 n = newNode; in SList()
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Drbtree.d144 @property Node left(return scope Node newNode) @trusted in RBNode()
146 _left = newNode; in RBNode()
147 if (newNode !is null) in RBNode()
148 newNode._parent = &this; in RBNode()
149 return newNode; in RBNode()
161 @property Node right(return scope Node newNode) @trusted in RBNode()
163 _right = newNode; in RBNode()
164 if (newNode !is null) in RBNode()
165 newNode._parent = &this; in RBNode()
166 return newNode; in RBNode()
H A Dslist.d161 auto newNode = new Node(null, item); local
162 (ch.first ? ch.last._next : ch.first) = newNode;
163 ch.last = newNode;
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp780 NodeAddr<NodeBase*> DataFlowGraph::newNode(uint16_t Attrs) { in newNode() function in DataFlowGraph
790 NodeAddr<NodeBase*> NA = newNode(0); in cloneNode()
810 NodeAddr<UseNode*> UA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newUse()
817 NodeAddr<PhiUseNode*> PUA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newPhiUse()
826 NodeAddr<DefNode*> DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef()
833 NodeAddr<DefNode*> DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef()
840 NodeAddr<PhiNode*> PA = newNode(NodeAttrs::Code | NodeAttrs::Phi); in newPhi()
847 NodeAddr<StmtNode*> SA = newNode(NodeAttrs::Code | NodeAttrs::Stmt); in newStmt()
855 NodeAddr<BlockNode*> BA = newNode(NodeAttrs::Code | NodeAttrs::Block); in newBlock()
862 NodeAddr<FuncNode*> FA = newNode(NodeAttrs::Code | NodeAttrs::Func); in newFunc()
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc98 m->id = dd.newNode(reinterpret_cast<uptr>(m)); in MutexEnsureID()
H A Dsanitizer_deadlock_detector.h155 uptr newNode(uptr data) { in newNode() function
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc100 m->id = dd.newNode(reinterpret_cast<uptr>(m)); in MutexEnsureID()
H A Dsanitizer_deadlock_detector.h157 uptr newNode(uptr data) { in newNode() function
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc98 m->id = dd.newNode(reinterpret_cast<uptr>(m)); in MutexEnsureID()
H A Dsanitizer_deadlock_detector.h155 uptr newNode(uptr data) { in newNode() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h1011 template <typename NodeT> NodeT *newNode() { in newNode() function
1189 Leaf *L = newNode<Leaf>(); in branchRoot()
1230 Branch *B = newNode<Branch>(); in splitRoot()
2006 Node[NewNode] = this->map->template newNode<NodeT>(); in overflow()
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d2203 put(newNode(val)); in List()
2283 Node* newNode(T v) in List()
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d2466 put(newNode(val)); in List()
2546 Node* newNode(T v) in List()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h818 NodeAddr<NodeBase*> newNode(uint16_t Attrs);