Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/
H A Dcstring.d83 auto res = TempCStringBuffer!To.trustedVoidInit(); // expensive to fill _buff[]
222 private struct TempCStringBuffer(To = char) struct
272 static TempCStringBuffer trustedVoidInit() { TempCStringBuffer res = void; return res; } in trustedVoidInit() argument