Home
last modified time | relevance | path

Searched refs:__ios_base (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Drandom.tcc147 typedef typename __ostream_type::ios_base __ios_base; in operator <<() typedef
149 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<()
151 __os.flags(__ios_base::dec | __ios_base::fixed | __ios_base::left); in operator <<()
168 typedef typename __istream_type::ios_base __ios_base; in operator >>() typedef
170 const typename __ios_base::fmtflags __flags = __is.flags(); in operator >>()
171 __is.flags(__ios_base::dec); in operator >>()
277 typedef typename __ostream_type::ios_base __ios_base; in operator <<() typedef
279 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<()
282 __os.flags(__ios_base::dec | __ios_base::fixed | __ios_base::left); in operator <<()
304 typedef typename __istream_type::ios_base __ios_base; in operator >>() typedef
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dostream_insert.h50 typedef typename __ostream_type::ios_base __ios_base; in _GLIBCXX_BEGIN_NAMESPACE() typedef
54 __out.setstate(__ios_base::badbit); in _GLIBCXX_BEGIN_NAMESPACE()
62 typedef typename __ostream_type::ios_base __ios_base; in __ostream_fill() typedef
70 __out.setstate(__ios_base::badbit); in __ostream_fill()
82 typedef typename __ostream_type::ios_base __ios_base; in __ostream_insert() typedef
93 & __ios_base::adjustfield) in __ostream_insert()
94 == __ios_base::left); in __ostream_insert()
107 { __out._M_setstate(__ios_base::badbit); } in __ostream_insert()