Home
last modified time | relevance | path

Searched +defs:make +defs:extent (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d662 auto make(T, Allocator, A...)(auto ref Allocator alloc, auto ref A args) in make() function
907 size_t extent = min(offset, array.length - offset); in fillWithMemcpy() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d1155 auto make(T, Allocator, A...)(auto ref Allocator alloc, auto ref A args) in make() function
1454 size_t extent = min(offset, array.length - offset); variable