Searched defs:__str (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/legacy/gcc/libio/
H A Dstream.h56 inline istream& WS(istream& __str) { return ws(__str); } argument
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dios_failure.cc36 ios_base::failure::failure(const string& __str) throw() argument
H A Distream-string.cc43 operator>>(basic_istream<char>& __in, basic_string<char>& __str) argument
122 getline(basic_istream<char>& __in, basic_string<char>& __str, argument
207 getline(basic_istream<wchar_t>& __in, basic_string<wchar_t>& __str, wchar_t __delim) argument
[all...]
H A Dlocalename.cc94 string __str; local
[all...]
/haiku-buildtools/gcc/libssp/ssp/
H A Dstdio.h80 gets (char *__str) argument
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dcxx11-ios_failure.cc78 ios_base::failure::failure(const string& __str) argument
81 ios_base::failure::failure(const string& __str, const error_code& __ec) argument
84 ios_base::failure::failure(const char* __str, const error_code& __ec) argument
H A Dsystem_error.cc122 struct __str struct in struct:__sso_string
H A Drandom.cc46 _M_strtoul(const std::string& __str) argument
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dstring_conversions.h54 __stoa(_TRet (__convf) const _CharT*, _CharT**, _Base...), const char* __name, const _CharT* __str, std::size_t* __idx, _Base... __base) argument
H A Dvstring.h145 __versa_string(const __versa_string& __str) argument
176 __versa_string(const __versa_string& __str, size_type __pos, size_type __n = npos) argument
191 __versa_string(const __versa_string& __str, size_type __pos, size_type __n, const _Alloc& __a) argument
256 operator =(const __versa_string& __str) argument
651 operator +=(const __versa_string& __str) argument
692 append(const __versa_string& __str) argument
709 append(const __versa_string& __str, size_type __pos, size_type __n) argument
803 assign(const __versa_string& __str) argument
840 assign(const __versa_string& __str, size_type __pos, size_type __n) argument
1037 insert(size_type __pos1, const __versa_string& __str) argument
1060 insert(size_type __pos1, const __versa_string& __str, size_type __pos2, size_type __n) argument
1257 replace(size_type __pos, size_type __n, const __versa_string& __str) argument
1280 replace(size_type __pos1, size_type __n1, const __versa_string& __str, size_type __pos2, size_type __n2) argument
1375 replace(const_iterator __i1, const_iterator __i2, const __versa_string& __str) argument
2630 operator <<(basic_ostream<_CharT, _Traits>& __os, const __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str) argument
2676 getline(basic_istream<_CharT, _Traits>& __is, __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str) argument
2693 stoi(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) argument
2698 stol(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) argument
2703 stoul(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) argument
2708 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) argument
2713 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10) argument
2719 stof(const __vstring& __str, std::size_t* __idx = 0) argument
2723 stod(const __vstring& __str, std::size_t* __idx = 0) argument
2727 stold(const __vstring& __str, std::size_t* __idx = 0) argument
2795 stoi(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) argument
2800 stol(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) argument
2805 stoul(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) argument
2810 stoll(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) argument
2815 stoull(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) argument
2821 stof(const __wvstring& __str, std::size_t* __idx = 0) argument
2825 stod(const __wvstring& __str, std::size_t* __idx = 0) argument
2829 stold(const __wvstring& __str, std::size_t* __idx = 0) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dquoted_string.h55 _Quoted_string(_String __str, _CharT __del, _CharT __esc) argument
75 operator <<(std::basic_ostream<_CharT, _Traits>& __os, const _Quoted_string<const _CharT*, _CharT>& __str) argument
99 operator <<(std::basic_ostream<_CharT, _Traits>& __os, const _Quoted_string<_String, _CharT>& __str) argument
121 operator >>(std::basic_istream<_CharT, _Traits>& __is, const _Quoted_string<basic_string<_CharT, _Traits, _Alloc>&, _CharT>& __str) argument
[all...]
H A Dlocale_conv.h238 from_bytes(const byte_string& __str) argument
H A Dregex_compiler.h250 _StrTransT __str = _StrTransT(1, _M_translate(__ch)); local
H A Dbasic_string.h398 basic_string(const basic_string& __str) argument
410 basic_string(const basic_string& __str, size_type __pos, argument
426 basic_string(const basic_string& __str, size_type __pos, size_type __n, const _Alloc& __a) argument
507 basic_string(const basic_string& __str, const _Alloc& __a) argument
511 basic_string(basic_string&& __str, const _Alloc& __a) argument
550 operator =(const basic_string& __str) argument
587 operator =(basic_string&& __str) argument
941 operator +=(const basic_string& __str) argument
982 append(const basic_string& __str) argument
999 append(const basic_string& __str, size_type __pos, size_type __n) argument
1093 assign(const basic_string& __str) argument
1109 assign(basic_string&& __str) argument
1131 assign(const basic_string& __str, size_type __pos, size_type __n) argument
1327 insert(size_type __pos1, const basic_string& __str) argument
1350 insert(size_type __pos1, const basic_string& __str, size_type __pos2, size_type __n) argument
1531 replace(size_type __pos, size_type __n, const basic_string& __str) argument
1553 replace(size_type __pos1, size_type __n1, const basic_string& __str, size_type __pos2, size_type __n2) argument
1645 replace(__const_iterator __i1, __const_iterator __i2, const basic_string& __str) argument
5172 operator <<(basic_ostream<_CharT, _Traits>& __os, const basic_string<_CharT, _Traits, _Alloc>& __str) argument
5212 getline(basic_istream<_CharT, _Traits>& __is, basic_string<_CharT, _Traits, _Alloc>& __str) argument
5220 getline(basic_istream<_CharT, _Traits>&& __is, basic_string<_CharT, _Traits, _Alloc>& __str, _CharT __delim) argument
5227 getline(basic_istream<_CharT, _Traits>&& __is, basic_string<_CharT, _Traits, _Alloc>& __str) argument
5258 stoi(const string& __str, size_t* __idx = 0, int __base = 10) argument
5263 stol(const string& __str, size_t* __idx = 0, int __base = 10) argument
5268 stoul(const string& __str, size_t* __idx = 0, int __base = 10) argument
5273 stoll(const string& __str, size_t* __idx = 0, int __base = 10) argument
5278 stoull(const string& __str, size_t* __idx = 0, int __base = 10) argument
5284 stof(const string& __str, size_t* __idx = 0) argument
5288 stod(const string& __str, size_t* __idx = 0) argument
5292 stold(const string& __str, size_t* __idx = 0) argument
5361 stoi(const wstring& __str, size_t* __idx = 0, int __base = 10) argument
5366 stol(const wstring& __str, size_t* __idx = 0, int __base = 10) argument
5371 stoul(const wstring& __str, size_t* __idx = 0, int __base = 10) argument
5376 stoll(const wstring& __str, size_t* __idx = 0, int __base = 10) argument
5381 stoull(const wstring& __str, size_t* __idx = 0, int __base = 10) argument
5387 stof(const wstring& __str, size_t* __idx = 0) argument
5391 stod(const wstring& __str, size_t* __idx = 0) argument
5395 stold(const wstring& __str, size_t* __idx = 0) argument
5555 s(const char* __str, size_t __len) argument
5561 s(const wchar_t* __str, size_t __len) argument
5568 s(const char16_t* __str, size_t __len) argument
5573 s(const char32_t* __str, size_t __len) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr50747-2_0.C51 template<typename _CharT, typename _Traits, typename _Alloc> inline basic_ostream<_CharT, _Traits>& operator<<(basic_ostream<_CharT, _Traits>& __os, const basic_string<_CharT, _Traits, _Alloc>& __str) { argument
/haiku-buildtools/gcc/libstdc++-v3/include/experimental/
H A Dfs_path.h125 _S_range_begin(const basic_string<_CharT, _Traits, _Alloc>& __str) argument
130 _S_range_end(const basic_string<_CharT, _Traits, _Alloc>& __str) argument
346 path(string_type __str, _Type __type) : _M_pathname(__str), _M_type(__type) argument
354 path& _M_append(const string_type& __str) argument
609 std::string __str; local
844 std::string __str; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dse-10.c58 gets (char *__str) argument

Completed in 203 milliseconds