Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dconvert.d16 private ubyte[] ctfe_alloc(size_t n) in ctfe_alloc() function
50 ubyte[] result = ctfe_alloc(T.sizeof);
82 ubyte[] buff = ctfe_alloc(T.sizeof);
120 ubyte[] buff = ctfe_alloc(T.sizeof);
658 ubyte[] ret = ctfe_alloc(T.sizeof * arr.length);
692 ubyte[] result = ctfe_alloc(1);
704 ubyte[] tmp = ctfe_alloc(T.sizeof);
735 ubyte[] result = ctfe_alloc(T.sizeof);
773 return ctfe_alloc(T.sizeof);
786 ubyte[] bytes = ctfe_alloc(T.sizeof);