Searched defs:__c1 (Results 1 – 3 of 3) sorted by relevance
140 static void _STLP_CALL assign(char_type& __c1, const char_type& __c2) { __c1 = __c2; } in assign()141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2) in eq()143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2) in lt()190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2) in eq_int_type()231 static void _STLP_CALL assign(char& __c1, const char& __c2) in assign()266 static void _STLP_CALL assign(wchar_t& __c1, const wchar_t& __c2) in assign()
103 typename _Traits::int_type __c1 = __buf->sbumpc(); variable145 int __c1 = __buf->sbumpc(); in getline() local
190 typename _Traits::int_type __c1 = __buf->sbumpc(); variable