Home
last modified time | relevance | path

Searched refs:__int_type (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/config/io/
Dc_io_stdio.h57 typedef short __int_type; typedef
59 static const __int_type _S_boolalpha = 0x0001;
60 static const __int_type _S_dec = 0x0002;
61 static const __int_type _S_fixed = 0x0004;
62 static const __int_type _S_hex = 0x0008;
63 static const __int_type _S_internal = 0x0010;
64 static const __int_type _S_left = 0x0020;
65 static const __int_type _S_oct = 0x0040;
66 static const __int_type _S_right = 0x0080;
67 static const __int_type _S_scientific = 0x0100;
[all …]
Dc_io_libio.h67 typedef short __int_type; typedef
69 static const __int_type _S_boolalpha = _IO_BAD_SEEN;
70 static const __int_type _S_dec = _IO_DEC;
71 static const __int_type _S_fixed = _IO_FIXED;
72 static const __int_type _S_hex = _IO_HEX;
73 static const __int_type _S_internal = _IO_INTERNAL;
74 static const __int_type _S_left = _IO_LEFT;
75 static const __int_type _S_oct = _IO_OCT;
76 static const __int_type _S_right = _IO_RIGHT;
77 static const __int_type _S_scientific = _IO_SCIENTIFIC;
[all …]
/openbsd/src/gnu/lib/libstdc++/libstdc++/src/
Dios.cc76 const __ios_flags::__int_type __ios_flags::_S_boolalpha;
77 const __ios_flags::__int_type __ios_flags::_S_dec;
78 const __ios_flags::__int_type __ios_flags::_S_fixed;
79 const __ios_flags::__int_type __ios_flags::_S_hex;
80 const __ios_flags::__int_type __ios_flags::_S_internal;
81 const __ios_flags::__int_type __ios_flags::_S_left;
82 const __ios_flags::__int_type __ios_flags::_S_oct;
83 const __ios_flags::__int_type __ios_flags::_S_right;
84 const __ios_flags::__int_type __ios_flags::_S_scientific;
85 const __ios_flags::__int_type __ios_flags::_S_showbase;
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/src/
Distream.cc191 typedef __istream_type::int_type __int_type; in operator >>() typedef
211 const __int_type __eof = __traits_type::eof(); in operator >>()
213 __int_type __c = __sb->sgetc(); in operator >>()
267 typedef __istream_type::int_type __int_type; in operator >>() typedef
287 const __int_type __eof = __traits_type::eof(); in operator >>()
289 __int_type __c = __sb->sgetc(); in operator >>()
343 typedef __istream_type::int_type __int_type; in getline() typedef
360 const __int_type __idelim = __traits_type::to_int_type(__delim); in getline()
361 const __int_type __eof = __traits_type::eof(); in getline()
363 __int_type __c = __sb->sgetc(); in getline()
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Distream.tcc62 const __int_type __eof = traits_type::eof(); in _GLIBCXX_BEGIN_NAMESPACE()
64 __int_type __c = __sb->sgetc(); in _GLIBCXX_BEGIN_NAMESPACE()
764 typedef typename __istream_type::int_type __int_type; in operator >>() typedef
772 const __int_type __cb = __in.rdbuf()->sbumpc(); in operator >>()
849 typedef typename __istream_type::int_type __int_type; in ws() typedef
852 const __int_type __eof = _Traits::eof(); in ws()
854 __int_type __c = __sb->sgetc(); in ws()
872 typedef typename __istream_type::int_type __int_type; in operator >>() typedef
893 const __int_type __eof = _Traits::eof(); in operator >>()
895 __int_type __c = __sb->sgetc(); in operator >>()
[all …]
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Distream.tcc53 const __int_type __eof = traits_type::eof(); in sentry()
55 __int_type __c = __sb->sgetc(); in sentry()
1005 typedef typename __istream_type::int_type __int_type; in ws() typedef
1008 const __int_type __eof = _Traits::eof(); in ws()
1010 __int_type __c = __sb->sgetc(); in ws()
1028 typedef typename __istream_type::int_type __int_type; in operator >>() typedef
1047 const __int_type __eof = _Traits::eof(); in operator >>()
1049 __int_type __c = __sb->sgetc(); in operator >>()
1085 typedef typename __istream_type::int_type __int_type; in getline() typedef
1101 __int_type __idelim = _Traits::to_int_type(__delim); in getline()
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dvstring.tcc555 typedef typename __istream_type::int_type __int_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
577 const __int_type __eof = _Traits::eof(); in _GLIBCXX_BEGIN_NAMESPACE()
579 __int_type __c = __sb->sgetc(); in _GLIBCXX_BEGIN_NAMESPACE()
624 typedef typename __istream_type::int_type __int_type; in getline() typedef
643 const __int_type __idelim = _Traits::to_int_type(__delim); in getline()
644 const __int_type __eof = _Traits::eof(); in getline()
646 __int_type __c = __sb->sgetc(); in getline()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/
Dstd_istream.h585 typedef typename _Traits::int_type __int_type; typedef
/openbsd/src/gnu/gcc/libstdc++-v3/include/std/
Dstd_istream.h654 typedef typename _Traits::int_type __int_type; typedef