Searched refs:__two (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
46 int __cmp = strcoll(__one, __two);
60 const wchar_t* __two) const
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
47 int __cmp = __strcoll_l(__one, __two, _M_c_locale_collate);
61 const wchar_t* __two) const
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
46 int __cmp = strcoll(__one, __two);
60 const wchar_t* __two) const
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
47 int __cmp = __strcoll_l(__one, __two, _M_c_locale_collate);
61 const wchar_t* __two) const
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.h88 typedef char __two[2]; typedef in namespace:__detail
93 __two& __test_type(...);
/openbsd-current/gnu/llvm/libcxx/include/__functional/
H A Dweak_result_type.h43 struct __two {char __lx; char __lxx;}; struct in struct:__derives_from_unary_function
44 static __two __test(...);
50 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value;
58 struct __two {char __lx; char __lxx;}; struct in struct:__derives_from_binary_function
59 static __two __test(...);
65 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value;
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dconfigure3049 const char __two[] = "�uglein";
3056 i = __strcoll_l(__one, __two, loc);
3057 j = __strcoll_l(__one, __two, loc_dup);

Completed in 195 milliseconds