/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | string_view.tcc | 48 find(const _CharT* __str, size_type __pos, size_type __n) const noexcept in find() argument 85 rfind(const _CharT* __str, size_type __pos, size_type __n) const noexcept in rfind() argument 122 find_first_of(const _CharT* __str, size_type __pos, in find_first_of() 139 find_last_of(const _CharT* __str, size_type __pos, in find_last_of() 161 find_first_not_of(const _CharT* __str, size_type __pos, in find_first_not_of() 185 find_last_not_of(const _CharT* __str, size_type __pos, in find_last_not_of()
|
H A D | basic_string.tcc | 255 _M_assign(const basic_string& __str) in _M_assign() 1162 __string_type __str(_Alloc_traits::_S_select_on_copy( in operator +() local 1179 __string_type __str(_Alloc_traits::_S_select_on_copy( in operator +() local 1403 compare(size_type __pos1, size_type __n1, const basic_string& __str, in compare() 1469 basic_string<_CharT, _Traits, _Alloc>& __str) in operator >>() 1541 basic_string<_CharT, _Traits, _Alloc>& __str, _CharT __delim) in getline()
|
H A D | locale_classes.tcc | 205 const string_type __str(__lo, __hi); in do_transform() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
H A D | string_view.tcc | 52 find(const _CharT* __str, size_type __pos, size_type __n) const noexcept in find() argument 89 rfind(const _CharT* __str, size_type __pos, size_type __n) const noexcept in rfind() argument 126 find_first_of(const _CharT* __str, size_type __pos, size_type __n) const in find_first_of() argument 142 find_last_of(const _CharT* __str, size_type __pos, size_type __n) const in find_last_of() argument 163 find_first_not_of(const _CharT* __str, size_type __pos, size_type __n) const in find_first_not_of() argument 186 find_last_not_of(const _CharT* __str, size_type __pos, size_type __n) const in find_last_not_of() argument
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
H A D | string_view.tcc | 52 find(const _CharT* __str, size_type __pos, size_type __n) const noexcept in find() argument 89 rfind(const _CharT* __str, size_type __pos, size_type __n) const noexcept in rfind() argument 126 find_first_of(const _CharT* __str, size_type __pos, size_type __n) const in find_first_of() argument 142 find_last_of(const _CharT* __str, size_type __pos, size_type __n) const in find_last_of() argument 163 find_first_not_of(const _CharT* __str, size_type __pos, size_type __n) const in find_first_not_of() argument 186 find_last_not_of(const _CharT* __str, size_type __pos, size_type __n) const in find_last_not_of() argument
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | string_view.tcc | 48 find(const _CharT* __str, size_type __pos, size_type __n) const noexcept in find() argument 97 rfind(const _CharT* __str, size_type __pos, size_type __n) const noexcept in rfind() argument 134 find_first_of(const _CharT* __str, size_type __pos, in find_first_of() 151 find_last_of(const _CharT* __str, size_type __pos, in find_last_of() 173 find_first_not_of(const _CharT* __str, size_type __pos, in find_first_not_of() 197 find_last_not_of(const _CharT* __str, size_type __pos, in find_last_not_of()
|
H A D | basic_string.tcc | 278 _M_assign(const basic_string& __str) in _M_assign() 628 __string_type __str(_Alloc_traits::_S_select_on_copy( in operator +() local 646 __string_type __str(_Alloc_traits::_S_select_on_copy( in operator +() local 882 compare(size_type __pos1, size_type __n1, const basic_string& __str, in compare() 953 basic_string<_CharT, _Traits, _Alloc>& __str) in operator >>() 1025 basic_string<_CharT, _Traits, _Alloc>& __str, _CharT __delim) in getline()
|
H A D | locale_classes.tcc | 228 const string_type __str(__lo, __hi); in do_transform() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | sso_string.cc | 46 struct __str struct 48 const char* _M_p; 49 size_t _M_string_length; 50 char _M_local_buf[16];
|
H A D | cxx11-ios_failure.cc | 96 ios_base::failure::failure(const string& __str) in failure() 99 ios_base::failure::failure(const string& __str, const error_code& __ec) in failure() 102 ios_base::failure::failure(const char* __str, const error_code& __ec) in failure()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | sso_string.cc | 46 struct __str struct 48 const char* _M_p; 49 size_t _M_string_length; 50 char _M_local_buf[16];
|
H A D | cxx11-ios_failure.cc | 87 ios_base::failure::failure(const string& __str) in failure() 90 ios_base::failure::failure(const string& __str, const error_code& __ec) in failure() 93 ios_base::failure::failure(const char* __str, const error_code& __ec) in failure()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
H A D | istream-string.cc | 43 operator>>(basic_istream<char>& __in, basic_string<char>& __str) in operator >>() 122 getline(basic_istream<char>& __in, basic_string<char>& __str, in getline() 207 getline(basic_istream<wchar_t>& __in, basic_string<wchar_t>& __str, in getline()
|
H A D | ios_failure.cc | 48 ios_base::failure::failure(const string& __str) throw() in failure()
|
H A D | localename.cc | 98 string __str; in locale() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
H A D | istream-string.cc | 43 operator>>(basic_istream<char>& __in, basic_string<char>& __str) in operator >>() 122 getline(basic_istream<char>& __in, basic_string<char>& __str, in getline() 207 getline(basic_istream<wchar_t>& __in, basic_string<wchar_t>& __str, in getline()
|
H A D | ios_failure.cc | 48 ios_base::failure::failure(const string& __str) throw() in failure()
|
H A D | localename.cc | 94 string __str; in locale() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | vstring.tcc | 184 __versa_string<_CharT, _Traits, _Alloc, _Base> __str; in operator +() local 201 __string_type __str; in operator +() local 214 __versa_string<_CharT, _Traits, _Alloc, _Base> __str; in operator +() local 231 __string_type __str; in operator +() local 244 __versa_string<_CharT, _Traits, _Alloc, _Base> __str; in operator +() local 477 compare(size_type __pos1, size_type __n1, const __versa_string& __str, in compare() 554 _Alloc, _Base>& __str) in operator >>() 628 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str, in getline()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | vstring.tcc | 184 __versa_string<_CharT, _Traits, _Alloc, _Base> __str; in operator +() local 201 __string_type __str; in operator +() local 214 __versa_string<_CharT, _Traits, _Alloc, _Base> __str; in operator +() local 231 __string_type __str; in operator +() local 244 __versa_string<_CharT, _Traits, _Alloc, _Base> __str; in operator +() local 477 compare(size_type __pos1, size_type __n1, const __versa_string& __str, in compare() 554 _Alloc, _Base>& __str) in operator >>() 628 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str, in getline()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | sol2.h | 134 #define DEF_ARCH32_SPEC(__str) "%{!m64:" __str "}" argument 135 #define DEF_ARCH64_SPEC(__str) "%{m64:" __str "}" argument 137 #define DEF_ARCH32_SPEC(__str) "%{m32:" __str "}" argument 138 #define DEF_ARCH64_SPEC(__str) "%{!m32:" __str "}" argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | sol2.h | 134 #define DEF_ARCH32_SPEC(__str) "%{!m64:" __str "}" argument 135 #define DEF_ARCH64_SPEC(__str) "%{m64:" __str "}" argument 137 #define DEF_ARCH32_SPEC(__str) "%{m32:" __str "}" argument 138 #define DEF_ARCH64_SPEC(__str) "%{!m32:" __str "}" argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libssp/ssp/ |
H A D | stdio.h | 80 gets (char *__str) in gets()
|
/netbsd-src/external/gpl3/gcc/dist/libssp/ssp/ |
H A D | stdio.h | 80 gets (char *__str) in gets()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr2/ |
H A D | dynamic_bitset.tcc | 180 _M_copy_from_ptr(const _CharT* __str, size_t __len, in _M_copy_from_ptr()
|