Searched refs:__dat (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h161 _Alloc_hider(pointer __dat, const _Alloc& __a = _Alloc()) argument
162 : allocator_type(__a), _M_p(__dat) { }
164 _Alloc_hider(pointer __dat, const _Alloc& __a)
165 : allocator_type(__a), _M_p(__dat) { }
167 _Alloc_hider(pointer __dat, _Alloc&& __a = _Alloc())
168 : allocator_type(std::move(__a)), _M_p(__dat) { }
3355 _Alloc_hider(_CharT* __dat, const _Alloc& __a) _GLIBCXX_NOEXCEPT
3356 : _Alloc(__a), _M_p(__dat) { }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h197 _Alloc_hider(pointer __dat, const _Alloc& __a = _Alloc())
198 : allocator_type(__a), _M_p(__dat) { }
201 _Alloc_hider(pointer __dat, const _Alloc& __a)
202 : allocator_type(__a), _M_p(__dat) { }
205 _Alloc_hider(pointer __dat, _Alloc&& __a = _Alloc())
206 : allocator_type(std::move(__a)), _M_p(__dat) { }
195 _Alloc_hider(pointer __dat, const _Alloc& __a = _Alloc()) argument
H A Dcow_string.h319 _Alloc_hider(_CharT* __dat, const _Alloc& __a) _GLIBCXX_NOEXCEPT
320 : _Alloc(__a), _M_p(__dat) { }

Completed in 220 milliseconds