Searched refs:__c2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/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 = __c2; }
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...]
H A Dboost_concept_check.h605 __c.swap(__c2);
608 _Container __c, __c2;
732 __c2 _IsUnused(__first, __last);
893 __c2 _IsUnused(__first, __last),
/freebsd-11-stable/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-stable/contrib/libstdc++/include/std/
H A Dstd_bitset.h1259 const char_type __c2 = _Traits::to_char_type(__c1); local
1260 if (__c2 == __zero)
1262 else if (__c2 == __one)
1264 else if (_Traits::eq_int_type(__buf->sputbackc(__c2),

Completed in 125 milliseconds