Home
last modified time | relevance | path

Searched defs:__str (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstring_view.tcc48 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 Dbasic_string.tcc255 _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 Dlocale_classes.tcc205 const string_type __str(__lo, __hi); in do_transform() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dstring_view.tcc52 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 Dstring_view.tcc52 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 Dstring_view.tcc48 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 Dbasic_string.tcc278 _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 Dlocale_classes.tcc228 const string_type __str(__lo, __hi); in do_transform() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dsso_string.cc46 struct __str struct
48 const char* _M_p;
49 size_t _M_string_length;
50 char _M_local_buf[16];
H A Dcxx11-ios_failure.cc96 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 Dsso_string.cc46 struct __str struct
48 const char* _M_p;
49 size_t _M_string_length;
50 char _M_local_buf[16];
H A Dcxx11-ios_failure.cc87 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 Distream-string.cc43 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 Dios_failure.cc48 ios_base::failure::failure(const string& __str) throw() in failure()
H A Dlocalename.cc98 string __str; in locale() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Distream-string.cc43 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 Dios_failure.cc48 ios_base::failure::failure(const string& __str) throw() in failure()
H A Dlocalename.cc94 string __str; in locale() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dvstring.tcc184 __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 Dvstring.tcc184 __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 Dsol2.h134 #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 Dsol2.h134 #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 Dstdio.h80 gets (char *__str) in gets()
/netbsd-src/external/gpl3/gcc/dist/libssp/ssp/
H A Dstdio.h80 gets (char *__str) in gets()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr2/
H A Ddynamic_bitset.tcc180 _M_copy_from_ptr(const _CharT* __str, size_t __len, in _M_copy_from_ptr()

12