Home
last modified time | relevance | path

Searched defs:WSink (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Ddmain2.d545 static struct WSink in _d_print_throwable() struct
547 wchar_t* ptr; size_t len; in _d_print_throwable()
549 void sink(in char[] s) scope nothrow in _d_print_throwable()
565 wchar_t* get() { if (ptr) ptr[len] = 0; return ptr; } in _d_print_throwable()
567 void free() { .free(ptr); } in _d_print_throwable()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Ddmain2.d578 static struct WSink in _d_print_throwable() struct
580 WCHAR* ptr; size_t len; in _d_print_throwable()
582 void sink(const scope char[] s) scope nothrow in _d_print_throwable()
598 typeof(ptr) get() { if (ptr) ptr[len] = 0; return ptr; } in _d_print_throwable()
600 void free() { .free(ptr); } in _d_print_throwable()