Searched refs:__one (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/config/locale/generic/
H A Dcollate_members.cc44 collate<char>::_M_compare(const char* __one, const char* __two) const argument
46 int __cmp = strcoll(__one, __two);
59 collate<wchar_t>::_M_compare(const wchar_t* __one, argument
62 int __cmp = wcscoll(__one, __two);
/openbsd-current/gnu/gcc/libstdc++-v3/config/locale/gnu/
H A Dcollate_members.cc45 collate<char>::_M_compare(const char* __one, const char* __two) const argument
47 int __cmp = __strcoll_l(__one, __two, _M_c_locale_collate);
60 collate<wchar_t>::_M_compare(const wchar_t* __one, argument
63 int __cmp = __wcscoll_l(__one, __two, _M_c_locale_collate);
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/generic/
H A Dcollate_members.cc44 collate<char>::_M_compare(const char* __one, const char* __two) const argument
46 int __cmp = strcoll(__one, __two);
59 collate<wchar_t>::_M_compare(const wchar_t* __one, argument
62 int __cmp = wcscoll(__one, __two);
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
H A Dcollate_members.cc45 collate<char>::_M_compare(const char* __one, const char* __two) const argument
47 int __cmp = __strcoll_l(__one, __two, _M_c_locale_collate);
60 collate<wchar_t>::_M_compare(const wchar_t* __one, argument
63 int __cmp = __wcscoll_l(__one, __two, _M_c_locale_collate);
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dallocator.h143 _S_do_it(_Alloc& __one, _Alloc& __two) argument
146 if (__one != __two)
147 swap(__one, __two);
H A Dcpp_type_traits.h87 typedef char __one; typedef in namespace:__detail
91 __one __test_type(int _Tp::*);
351 != sizeof(__detail::__one))
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_bitset.h1246 const char_type __one = __is.widen('1'); local
1262 else if (__c2 == __one)
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dconfigure3048 const char __one[] = "�uglein Augmen";
3056 i = __strcoll_l(__one, __two, loc);
3057 j = __strcoll_l(__one, __two, loc_dup);

Completed in 238 milliseconds