Home
last modified time | relevance | path

Searched defs:newRoot (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Dslist.d350 Node * n, newRoot; in SList() local
370 auto newRoot = new Node(_first, stuff); in SList() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d87 auto newRoot = which.kid[toggler], orphan = which.kid[!toggler]; in FreeTree() local
H A Dkernighan_ritchie.d401 auto newRoot = cast(Node*) (result + actualBytes); in allocate() local
H A Dfree_list.d1011 auto newRoot = cast(shared Node*) b.ptr; in deallocate() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d90 auto newRoot = which.kid[toggler], orphan = which.kid[!toggler]; in FreeTree() local
H A Dkernighan_ritchie.d416 auto newRoot = cast(Node*) (result + actualBytes); in allocate() local
H A Dfree_list.d1093 auto newRoot = cast(shared Node*) b.ptr; in deallocate() local