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

/freebsd-11.0-release/contrib/libstdc++/include/bits/
H A Dchar_traits.h96 assign(char_type& __c1, const char_type& __c2) argument
97 { __c1 = __c2; }
100 eq(const char_type& __c1, const char_type& __c2) argument
101 { return __c1 == __c2; }
104 lt(const char_type& __c1, const char_type& __c2) argument
105 { return __c1 < __c2; }
134 eq_int_type(const int_type& __c1, const int_type& __c2) argument
135 { return __c1 == __c2; }
241 assign(char_type& __c1, const char_type& __c2) argument
242 { __c1
245 eq(const char_type& __c1, const char_type& __c2) argument
249 lt(const char_type& __c1, const char_type& __c2) argument
287 eq_int_type(const int_type& __c1, const int_type& __c2) argument
311 assign(char_type& __c1, const char_type& __c2) argument
315 eq(const char_type& __c1, const char_type& __c2) argument
319 lt(const char_type& __c1, const char_type& __c2) argument
353 eq_int_type(const int_type& __c1, const int_type& __c2) argument
[all...]
/freebsd-11.0-release/contrib/libstdc++/include/ext/
H A Dpod_char_traits.h102 assign(char_type& __c1, const char_type& __c2) argument
103 { __c1 = __c2; }
106 eq(const char_type& __c1, const char_type& __c2) argument
107 { return __c1 == __c2; }
110 lt(const char_type& __c1, const char_type& __c2) argument
111 { return __c1 < __c2; }
170 eq_int_type(const int_type& __c1, const int_type& __c2) argument
171 { return __c1 == __c2; }
/freebsd-11.0-release/contrib/libstdc++/include/std/
H A Dstd_bitset.h1251 typename _Traits::int_type __c1 = __buf->sbumpc(); local
1252 if (_Traits::eq_int_type(__c1, __eof))
1259 const char_type __c2 = _Traits::to_char_type(__c1);

Completed in 145 milliseconds