Searched refs:__int_type (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Datomic_base.h241 typedef _ITp __int_type; typedef in struct:__atomic_base
246 alignas(_S_alignment) __int_type _M_i;
255 // Requires __int_type convertible to _M_i.
256 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
258 operator __int_type() const noexcept
261 operator __int_type() const volatile noexcept
264 __int_type
265 operator=(__int_type __i) noexcept
271 __int_type
272 operator=(__int_type __
[all...]
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Distream-string.cc46 typedef __istream_type::int_type __int_type; typedef
65 const __int_type __eof = __traits_type::eof();
67 __int_type __c = __sb->sgetc();
126 typedef __istream_type::int_type __int_type; typedef
142 const __int_type __idelim = __traits_type::to_int_type(__delim);
143 const __int_type __eof = __traits_type::eof();
145 __int_type __c = __sb->sgetc();
211 typedef __istream_type::int_type __int_type; typedef
227 const __int_type __idelim = __traits_type::to_int_type(__delim);
228 const __int_type __eo
[all...]
H A Distream.cc200 typedef __istream_type::int_type __int_type; typedef
220 const __int_type __eof = __traits_type::eof();
222 __int_type __c = __sb->sgetc();

Completed in 45 milliseconds