Home
last modified time | relevance | path

Searched defs:_Impl (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc202 struct path::_List::_Impl struct in path::_List
204 using value_type = _Cmpt;
206 _Impl(int cap) : _M_size(0), _M_capacity(cap) { } in _Impl() argument
208 alignas(value_type) int _M_size;
209 int _M_capacity;
211 using iterator = value_type*;
212 using const_iterator = const value_type*;
214 iterator begin() { return reinterpret_cast<value_type*>(this + 1); } in begin()
215 iterator end() { return begin() + size(); } in end()
217 const_iterator begin() const in begin()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc203 struct path::_List::_Impl struct in path::_List
205 using value_type = _Cmpt;
207 _Impl(int cap) : _M_size(0), _M_capacity(cap) { } in _Impl() function
209 alignas(value_type) int _M_size;
210 int _M_capacity;
212 using iterator = value_type*;
213 using const_iterator = const value_type*;
215 iterator begin() { return reinterpret_cast<value_type*>(this + 1); } in begin()
216 iterator end() { return begin() + size(); } in end()
218 const_iterator begin() const in begin()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_classes.h72 class _Impl; in _GLIBCXX_VISIBILITY() local
75 friend class _Impl; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_classes.h72 class _Impl; in _GLIBCXX_VISIBILITY() local
75 friend class _Impl; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dlocalename.cc191 _Impl(const char* __s, size_t __refs) in _Impl() function in std::locale::_Impl
H A Dlocale.cc259 _Impl(const _Impl& __imp, size_t __refs) in _Impl() function in std::locale::_Impl
H A Dlocale_init.cc491 _Impl(size_t __refs) throw() in _Impl() function in std::locale::_Impl
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dlocalename.cc179 _Impl(const char* __s, size_t __refs) in _Impl() function in std::locale::_Impl
H A Dlocale.cc259 _Impl(const _Impl& __imp, size_t __refs) in _Impl() function in std::locale::_Impl
H A Dlocale_init.cc472 _Impl(size_t __refs) throw() in _Impl() function in std::locale::_Impl