Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dstring-inst.cc41 template basic_string<char>::basic_string(__sv_wrapper, const allocator_type&);
42 template basic_string<char>::__sv_wrapper::__sv_wrapper(string_view);
48 template basic_string<wchar_t>::basic_string(__sv_wrapper, const allocator_type&);
49 template basic_string<wchar_t>::__sv_wrapper::__sv_wrapper(wstring_view);
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dstring-inst.cc41 template basic_string<char>::basic_string(__sv_wrapper, const allocator_type&);
42 template basic_string<char>::__sv_wrapper::__sv_wrapper(string_view);
48 template basic_string<wchar_t>::basic_string(__sv_wrapper, const allocator_type&);
49 template basic_string<wchar_t>::__sv_wrapper::__sv_wrapper(wstring_view);
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h140 struct __sv_wrapper in _GLIBCXX_VISIBILITY() struct
142 explicit __sv_wrapper(__sv_type __sv) noexcept : _M_sv(__sv) { } in _GLIBCXX_VISIBILITY() function
153 basic_string(__sv_wrapper __svw, const _Alloc& __a) in _GLIBCXX_VISIBILITY()
664 : basic_string(__sv_wrapper(_S_to_string_view(__t)), __a) { } in _GLIBCXX_VISIBILITY()
3534 struct __sv_wrapper in _GLIBCXX_VISIBILITY()
3536 explicit __sv_wrapper(__sv_type __sv) noexcept : _M_sv(__sv) { } in _GLIBCXX_VISIBILITY()
3547 basic_string(__sv_wrapper __svw, const _Alloc& __a) in _GLIBCXX_VISIBILITY()
3724 : basic_string(__sv_wrapper(_S_to_string_view(__t)), __a) { } in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcow_string.h498 struct __sv_wrapper in _GLIBCXX_VISIBILITY() struct
500 explicit __sv_wrapper(__sv_type __sv) noexcept : _M_sv(__sv) { } in _GLIBCXX_VISIBILITY() function
511 basic_string(__sv_wrapper __svw, const _Alloc& __a) in _GLIBCXX_VISIBILITY()
713 : basic_string(__sv_wrapper(_S_to_string_view(__t)), __a) { } in _GLIBCXX_VISIBILITY()
H A Dbasic_string.h173 struct __sv_wrapper in _GLIBCXX_VISIBILITY()
176 __sv_wrapper(__sv_type __sv) noexcept : _M_sv(__sv) { } in _GLIBCXX_VISIBILITY()
189 basic_string(__sv_wrapper __svw, const _Alloc& __a) in _GLIBCXX_VISIBILITY()
799 : basic_string(__sv_wrapper(_S_to_string_view(__t)), __a) { } in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver2116 # basic_string<C, T, A>::__sv_wrapper::__sv_wrapper(basic_string_view<C, T>)
2120 # basic_string<C, T, A>::basic_string(__sv_wrapper, const allocator_type&)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver2152 # basic_string<C, T, A>::__sv_wrapper::__sv_wrapper(basic_string_view<C, T>)
2156 # basic_string<C, T, A>::basic_string(__sv_wrapper, const allocator_type&)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20171620 (basic_string): Introduce internal _S_to_string_view and __sv_wrapper
1623 implicit conversion using _S_to_string_view and __sv_wrapper.
1624 (basic_string): Introduce internal basic_string(__sv_wrapper, Alloc)
H A DChangeLog-20197090 * include/bits/basic_string.h (basic_string(__sv_wrapper, const A&)):
7092 [!_GLIBCXX_USE_CXX11_ABI] (basic_string(__sv_wrapper, const A&)):