Home
last modified time | relevance | path

Searched defs:_Alloc_hider (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dvstring_util.h92 struct _Alloc_hider in _GLIBCXX_VISIBILITY() struct
95 _Alloc_hider(_CharT* __ptr) in _GLIBCXX_VISIBILITY() argument
98 _Alloc_hider(const _Alloc1& __a, _CharT* __ptr) in _GLIBCXX_VISIBILITY() function
101 _CharT* _M_p; // The actual data. in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dvstring_util.h92 struct _Alloc_hider in _GLIBCXX_VISIBILITY() struct
95 _Alloc_hider(_CharT* __ptr) in _GLIBCXX_VISIBILITY() function
98 _Alloc_hider(const _Alloc1& __a, _CharT* __ptr) in _GLIBCXX_VISIBILITY() function
101 _CharT* _M_p; // The actual data. in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h158 struct _Alloc_hider : allocator_type // TODO check __is_final in _GLIBCXX_VISIBILITY() struct
162 : allocator_type(__a), _M_p(__dat) { } in _GLIBCXX_VISIBILITY()
171 pointer _M_p; // The actual data. in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcow_string.h317 struct _Alloc_hider : _Alloc in _GLIBCXX_VISIBILITY() struct
319 _Alloc_hider(_CharT* __dat, const _Alloc& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
322 _CharT* _M_p; // The actual data. in _GLIBCXX_VISIBILITY()