Home
last modified time | relevance | path

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

/external/libcxx/include/
D__functional_base47 struct __two {char __lx; char __lxx;};
48 template <class _Up> static __two __test(...);
142 struct __two {char __lx; char __lxx;};
143 static __two __test(...);
148 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value;
156 struct __two {char __lx; char __lxx;};
157 static __two __test(...);
162 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value;
535 struct __two {char __lx; char __lxx;};
536 template <class _Up> static __two __test(...);
[all …]
D__functional_base_0322 struct __two {char __lx; char __lxx;};
23 static __two __test(...);
28 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value;
36 struct __two {char __lx; char __lxx;};
37 static __two __test(...);
42 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value;
946 struct __two {char __lx; char __lxx;};
947 template <class _Up> static __two __test(...);
Dmemory658 struct __two {char __lx; char __lxx;};
659 template <class _Up> static __two __test(...);
746 struct __two {char __lx; char __lxx;};
747 template <class _Up> static __two __test(...);
769 struct __two {char __lx; char __lxx;};
770 template <class _Xp> static __two __test(...);
925 template <class _Up> static __two __test(...);
962 struct __two {char __lx; char __lxx;};
963 template <class _Up> static __two __test(...);
989 struct __two {char __lx; char __lxx;};
[all …]
Dtype_traits242 struct __two {char __lx[2];};
419 template <class _Tp> __two __test(...);
439 template <class _Tp> __two __test(...);
474 std::__two __test(...);
787 template <class _Tp> __two __test(...);
829 template <class _Bp, class _Dp> __two __test(...);
852 template <class _Tp> __two __test(...);
1002 template<typename _Tp> __two &__is_polymorphic_impl(...);
1577 static __two __test (...);
Diterator370 struct __two {char __lx; char __lxx;};
371 template <class _Up> static __two __test(...);
Datomic568 __two __test_atomic_assignable(...);
/external/libcxx/test/std/utilities/function.objects/logical.operations/
Dtransparent.pass.cpp17 struct __two {char __lx; char __lxx;}; argument
18 template <class _Up> static __two __test(...);
/external/libcxx/test/std/utilities/function.objects/bitwise.operations/
Dtransparent.pass.cpp17 struct __two {char __lx; char __lxx;}; argument
18 template <class _Up> static __two __test(...);
/external/libcxx/test/std/utilities/function.objects/comparisons/
Dtransparent.pass.cpp17 struct __two {char __lx; char __lxx;}; argument
18 template <class _Up> static __two __test(...);
/external/libcxx/test/std/utilities/function.objects/arithmetic.operations/
Dtransparent.pass.cpp17 struct __two {char __lx; char __lxx;}; argument
18 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(...);