Home
last modified time | relevance | path

Searched refs:stableInsertFront (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Dpackage.d978 size_t stableInsertFront(Stuff)(Stuff stuff) in TotalContainer()
H A Dslist.d382 alias stableInsertFront = insertFront; in SList() local
H A Ddlist.d461 alias stableInsertFront = insertFront; in DList() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Dpackage.d973 size_t stableInsertFront(Stuff)(Stuff stuff) in TotalContainer()
H A Dslist.d419 alias stableInsertFront = insertFront; variable
H A Ddlist.d467 alias stableInsertFront = insertFront;