Searched refs:to_int_type (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dpod_char_traits.h166 to_int_type(const char_type& __c) function in struct:char_traits
H A Dstdio_sync_filebuf.h208 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1]);
251 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1]);
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_streambuf.h318 __ret = traits_type::to_int_type(*this->gptr());
339 __ret = traits_type::to_int_type(*this->gptr());
374 __ret = this->pbackfail(traits_type::to_int_type(__c));
378 __ret = traits_type::to_int_type(*this->gptr());
399 __ret = traits_type::to_int_type(*this->gptr());
416 * the position, and returns @c traits::to_int_type(c). If a write
427 __ret = traits_type::to_int_type(__c);
430 __ret = this->overflow(traits_type::to_int_type(__c));
703 __ret = traits_type::to_int_type(*this->gptr());
/freebsd-11-stable/contrib/libstdc++/src/
H A Distream.cc50 const int_type __idelim = traits_type::to_int_type(__delim);
360 const __int_type __idelim = __traits_type::to_int_type(__delim);
430 const int_type __idelim = traits_type::to_int_type(__delim);
589 const __int_type __idelim = __traits_type::to_int_type(__delim);
H A Dstrstream.cc197 else if (c == _Traits::to_int_type(gptr()[-1]))
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dchar_traits.h130 to_int_type(const char_type& __c) function in struct:char_traits
143 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
283 to_int_type(const char_type& __c) function in struct:char_traits
350 to_int_type(const char_type& __c) { return int_type(__c); } function in struct:char_traits
H A Dstreambuf_iterator.h370 const int_type __ival = traits_type::to_int_type(__val);

Completed in 129 milliseconds