Searched refs:__os (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A Dpr65316_0.C121 _Traits > &endl (basic_ostream < _CharT, _Traits > &__os) argument
123 return flush (__os.put (__os.widen ('\n')));
127 _Traits > &flush (basic_ostream < _CharT, _Traits > &__os) argument
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dquoted_string.h75 operator<<(std::basic_ostream<_CharT, _Traits>& __os, argument
88 return __os << __ostr.str();
99 operator<<(std::basic_ostream<_CharT, _Traits>& __os, argument
112 return __os << __ostr.str();
H A Drandom.h354 * @p __os.
356 * @param __os The output stream.
358 * @returns __os.
363 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
562 * @p __os.
564 * @param __os An output stream.
580 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
776 * @p __os.
778 * @param __os An output stream.
788 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
[all...]
H A Dshared_ptr.h66 operator<<(std::basic_ostream<_Ch, _Tr>& __os, argument
69 __os << __p.get();
70 return __os;
H A Dregex.h1472 * @param __os The output stream.
1480 operator<<(basic_ostream<_Ch_type, _Ch_traits>& __os, argument
1482 { return __os << __m.str(); }
H A Dbasic_string.h5163 * @param __os Output stream.
5172 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
5177 return __ostream_insert(__os, __str.data(), __str.size());
/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
107 template<typename _Tp, typename _CharT, class _Traits> basic_ostream<_CharT, _Traits>& operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __x) { argument
109 return __os << __s.str();
/haiku-buildtools/gcc/libstdc++-v3/include/tr1/
H A Drandom.h464 * Writes the textual representation of the state x(i) of x to @p __os.
466 * @param __os The output stream.
468 * @returns __os.
474 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
638 * generator engine @p __x into the output stream @p __os.
640 * @param __os An output stream.
651 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
840 * generator engine @p __x into the output stream @p __os.
842 * @param __os An output stream.
851 operator<<(std::basic_ostream<_CharT, _Traits>& __os,
[all...]
H A Dshared_ptr.h779 operator<<(std::basic_ostream<_Ch, _Tr>& __os, argument
782 __os << __p.get();
783 return __os;
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dpointer.h559 operator<<(std::basic_ostream<_CharT, _Traits>& __os, argument
561 { return (__os << __p.get()); }
H A Dvstring.h2620 * @param __os Output stream.
2630 operator<<(basic_ostream<_CharT, _Traits>& __os, argument
2636 return __ostream_insert(__os, __str.data(), __str.size());
/haiku-buildtools/gcc/libstdc++-v3/include/experimental/
H A Dfs_path.h477 operator<<(basic_ostream<_CharT, _Traits>& __os, const path& __p) argument
482 __os << __quoted_string{__tmp, '"', '\\'};
483 return __os;
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dbitset930 ostream& operator<<(ostream& __os, const bitset<_Nb,_WordT>& __x) {
933 return __os << __tmp;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dpr60675.C67 template<typename _CharT, typename _Traits> inline basic_ostream<_CharT, _Traits>& endl(basic_ostream<_CharT, _Traits>& __os) { argument

Completed in 222 milliseconds