Searched refs:__traits_type (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/gcc/libstdc++-v3/src/ |
H A D | istream.cc | 216 && !__traits_type::eq_int_type(__c, __eof) in operator >>() 218 __traits_type::to_char_type(__c))) in operator >>() 238 *__s++ = __traits_type::to_char_type(__c); in operator >>() 244 if (__traits_type::eq_int_type(__c, __eof)) in operator >>() 292 && !__traits_type::eq_int_type(__c, __eof) in operator >>() 294 __traits_type::to_char_type(__c))) in operator >>() 312 __str += __traits_type::to_char_type(__c); in operator >>() 318 if (__traits_type::eq_int_type(__c, __eof)) in operator >>() 366 && !__traits_type::eq_int_type(__c, __eof) in getline() 386 __str += __traits_type::to_char_type(__c); in getline() [all …]
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | locale_facets.tcc | 121 typedef char_traits<_CharT> __traits_type; in _M_extract_float() typedef 131 if ((__traits_type::eq(__c, __plus) || __traits_type::eq(__c, __minus)) in _M_extract_float() 181 else if (__traits_type::eq(__c, __sep) in _M_extract_float() 211 || __traits_type::eq(__c, __watoms[_M_E])) in _M_extract_float() 220 if (__traits_type::eq(__c, __plus) in _M_extract_float() 221 || __traits_type::eq(__c, __minus)) in _M_extract_float() 259 typedef char_traits<_CharT> __traits_type; in _M_extract_int() typedef 279 if ((__traits_type::eq(__c, __plus) || __traits_type::eq(__c, __minus)) in _M_extract_int() 305 if ((__traits_type::eq(__c, __x) in _M_extract_int() 306 || __traits_type::eq(__c, __X)) in _M_extract_int() [all …]
|
H A D | ostream.tcc | 577 typedef char_traits<char> __traits_type; in operator <<() typedef 582 size_t __clen = __traits_type::length(__s); in operator <<()
|
/openbsd/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | locale_facets.tcc | 284 typedef char_traits<_CharT> __traits_type; in _M_extract_float() typedef 439 __traits_type::find(__lit_zero, 10, __c); in _M_extract_float() 516 typedef char_traits<_CharT> __traits_type; in _M_extract_int() typedef 664 __traits_type::find(__lit_zero, __len, __c); in _M_extract_int() 1323 typedef char_traits<_CharT> __traits_type; in _M_extract() typedef 2069 typedef char_traits<_CharT> __traits_type; in _M_extract_name() typedef 2099 __traits_type::length(__names[__matches[__i2]])); in _M_extract_name() 2119 const size_t __len = __traits_type::length(__name); in _M_extract_name() 2176 typedef char_traits<_CharT> __traits_type; in do_get_weekday() typedef 2201 const size_t __len = __traits_type::length(__name); in do_get_weekday() [all …]
|
/openbsd/gnu/lib/libstdc++/libstdc++/ |
H A D | ChangeLog-2001 | 661 Fix __traits_type typo.
|