Searched defs:GcPolicy (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/ |
H A D | package.d | 1743 @safe private struct GcPolicy struct 1747 static T[] dup(T)(const T[] arr) in dup() 1752 static T[] alloc(T)(size_t size) in alloc() 1757 static T[] realloc(T)(T[] arr, size_t sz) in realloc() 1763 static void replaceImpl(T, Range)(ref T[] dest, size_t from, size_t to, Range stuff) in replaceImpl()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | uni.d | 1773 @trusted private struct GcPolicy struct 1777 static T[] dup(T)(const T[] arr) in dup() 1782 static T[] alloc(T)(size_t size) in alloc() 1787 static T[] realloc(T)(T[] arr, size_t sz) in realloc() 1793 static void replaceImpl(T, Range)(ref T[] dest, size_t from, size_t to, Range stuff) in replaceImpl()
|