Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dvector.d26 enum DefaultConstruct { value } enum
29 enum Default = DefaultConstruct();
145 this(DefaultConstruct) @nogc { _Alloc_proxy(); } in vector()
H A Dstring.d50 enum DefaultConstruct { value } enum
53 enum Default = DefaultConstruct();
313 …this(DefaultConstruct) { _Alloc_proxy(); _Tidy_init()… in version()
906 this(DefaultConstruct) in version()
1416 …this(DefaultConstruct) { _M_p = _M_local_data(); _M_s… in version()
1883 this(DefaultConstruct) { __zero(); } in version()