Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/logical.operations/
Dtransparent.pass.cpp18 struct __two {char __lx; char __lxx;}; struct
19 template <class _Up> static __two __test(...);
/external/libcxx/test/std/utilities/function.objects/bitwise.operations/
Dtransparent.pass.cpp18 struct __two {char __lx; char __lxx;}; argument
19 template <class _Up> static __two __test(...);
/external/libcxx/include/
D__functional_base39 struct __two {char __lx; char __lxx;};
40 template <class _Up> static __two __test(...);
78 struct __two {char __lx; char __lxx;};
79 static __two __test(...);
84 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value;
92 struct __two {char __lx; char __lxx;};
93 static __two __test(...);
98 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value;
559 struct __two {char __lx; char __lxx;};
560 template <class _Up> static __two __test(...);
[all …]
Dmemory710 struct __two {char __lx; char __lxx;};
711 template <class _Up> static __two __test(...);
798 struct __two {char __lx; char __lxx;};
799 template <class _Up> static __two __test(...);
821 struct __two {char __lx; char __lxx;};
822 template <class _Xp> static __two __test(...);
986 template <class _Up> static __two __test(...);
1023 struct __two {char __lx; char __lxx;};
1024 template <class _Up> static __two __test(...);
1050 struct __two {char __lx; char __lxx;};
[all …]
Dtype_traits496 struct __two {char __lx[2];};
813 template <class _Tp> __two __test(...);
843 template <class _Tp> __two __test(...);
1012 template <class _Tp> static __two __test(...);
1017 !is_same<decltype(__is_referenceable_impl::__test<_Tp>(0)), __two>::value> {};
1353 template <class _Bp, class _Dp> __two __test(...);
1507 template<typename _Tp> __two &__is_polymorphic_impl(...);
2128 static __two __test (...);
Diterator444 struct __two {char __lx; char __lxx;};
445 template <class _Up> static __two __test(...);
Datomic615 __two __test_atomic_assignable(...);
/external/libcxx/test/std/utilities/function.objects/comparisons/
Dtransparent.pass.cpp18 struct __two {char __lx; char __lxx;}; argument
19 template <class _Up> static __two __test(...);
/external/libcxx/test/std/utilities/function.objects/arithmetic.operations/
Dtransparent.pass.cpp18 struct __two {char __lx; char __lxx;}; argument
19 template <class _Up> static __two __test(...);
/external/clang/test/SemaTemplate/
Dinstantiate-member-template.cpp230 struct __two {char _; char __;}; argument
231 template <class _Xp> static __two __test(...);