Home
last modified time | relevance | path

Searched refs:__two (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/generic/
H A Dcollate_members.cc44 collate<char>::_M_compare(const char* __one, const char* __two) const in _M_compare()
46 int __cmp = strcoll(__one, __two); in _M_compare()
60 const wchar_t* __two) const in _M_compare()
62 int __cmp = wcscoll(__one, __two); in _M_compare()
/openbsd/gnu/gcc/libstdc++-v3/config/locale/generic/
H A Dcollate_members.cc44 collate<char>::_M_compare(const char* __one, const char* __two) const in _GLIBCXX_BEGIN_NAMESPACE()
46 int __cmp = strcoll(__one, __two); in _GLIBCXX_BEGIN_NAMESPACE()
60 const wchar_t* __two) const in _M_compare()
62 int __cmp = wcscoll(__one, __two); in _M_compare()
/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
H A Dcollate_members.cc45 collate<char>::_M_compare(const char* __one, const char* __two) const in _M_compare()
47 int __cmp = __strcoll_l(__one, __two, _M_c_locale_collate); in _M_compare()
61 const wchar_t* __two) const in _M_compare()
63 int __cmp = __wcscoll_l(__one, __two, _M_c_locale_collate); in _M_compare()
/openbsd/gnu/gcc/libstdc++-v3/config/locale/gnu/
H A Dcollate_members.cc45 collate<char>::_M_compare(const char* __one, const char* __two) const in _GLIBCXX_BEGIN_NAMESPACE()
47 int __cmp = __strcoll_l(__one, __two, _M_c_locale_collate); in _GLIBCXX_BEGIN_NAMESPACE()
61 const wchar_t* __two) const in _M_compare()
63 int __cmp = __wcscoll_l(__one, __two, _M_c_locale_collate); in _M_compare()
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Darray186 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
187 { return std::equal(__one.begin(), __one.end(), __two.begin()); }
191 operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
192 { return !(__one == __two); }
204 operator>(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
205 { return __two < __one; }
209 operator<=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
210 { return !(__one > __two); }
215 { return !(__one < __two); }
220 swap(array<_Tp, _Nm>& __one, array<_Tp, _Nm>& __two)
[all …]
H A Dtype_traits49 typedef struct { char __arr[2]; } __two;
60 static __two __test(...);
245 static __two __test(...);
448 static __two __test(_NoCv_Base&, int);
476 static __two __test(...);
H A Dfunctional71 static __two __test(...);
159 static __two __test(...);
179 static __two __test(...);
444 static __sfinae_types::__two __check_const(_Tp&, const _Up * const *);
446 static __sfinae_types::__two __check_const(_Tp&, const _Class*);
448 static __sfinae_types::__two __check_const(_Tp&, const volatile void*);
455 (sizeof(__sfinae_types::__two)
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dallocator.h143 _S_do_it(_Alloc& __one, _Alloc& __two)
146 if (__one != __two)
147 swap(__one, __two);
H A Dcpp_type_traits.h88 typedef char __two[2]; in _GLIBCXX_BEGIN_NAMESPACE() typedef
93 __two& __test_type(...); in _GLIBCXX_BEGIN_NAMESPACE()
H A Dlocale_facets.tcc2394 const string_type __two(__lo2, __hi2); in do_compare() local
2398 const _CharT* __q = __two.c_str(); in do_compare()
2399 const _CharT* __qend = __two.data() + __two.length(); in do_compare()
/openbsd/gnu/llvm/libcxx/include/__functional/
H A Dweak_result_type.h43 struct __two {char __lx; char __lxx;}; argument
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
59 static __two __test(...);
65 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value;
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_facets.tcc2067 const string_type __two(__lo2, __hi2); in do_compare() local
2071 const _CharT* __q = __two.c_str(); in do_compare()
2072 const _CharT* __qend = __two.c_str() + __two.length(); in do_compare()
/openbsd/gnu/lib/libstdc++/libstdc++/
H A Dacinclude.m41231 const char __two[] = "�uglein";
1238 i = __strcoll_l(__one, __two, loc);
1239 j = __strcoll_l(__one, __two, loc_dup);
H A Daclocal.m41243 const char __two[] = "�uglein";
1250 i = __strcoll_l(__one, __two, loc);
1251 j = __strcoll_l(__one, __two, loc_dup);
H A Dconfigure3049 const char __two[] = "�uglein";
3056 i = __strcoll_l(__one, __two, loc);
3057 j = __strcoll_l(__one, __two, loc_dup);