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 D | string-inst.cc | 41 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 D | string-inst.cc | 41 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 D | basic_string.h | 140 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 D | cow_string.h | 498 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 D | basic_string.h | 173 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 D | gnu.ver | 2116 # 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 D | gnu.ver | 2152 # 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 D | ChangeLog-2017 | 1620 (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 D | ChangeLog-2019 | 7090 * include/bits/basic_string.h (basic_string(__sv_wrapper, const A&)): 7092 [!_GLIBCXX_USE_CXX11_ABI] (basic_string(__sv_wrapper, const A&)):
|