Home
last modified time | relevance | path

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

/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;
576 struct __two {char __lx; char __lxx;};
577 template <class _Up> static __two __test(...);
Diterator444 struct __two {char __lx; char __lxx;};
445 template <class _Up> static __two __test(...);
461 struct __two {char __lx; char __lxx;};
462 template <class _Up> static __two __test(...);
Dtype_traits516 struct __two {char __lx[2];};
848 template <class _Tp> __two __test(...);
880 template <class _Tp> __two __test(...);
1059 template <class _Tp> static __two __test(...);
1064 !is_same<decltype(__is_referenceable_impl::__test<_Tp>(0)), __two>::value> {};
1446 template <class _Bp, class _Dp> __two __test(...);
1603 template<typename _Tp> __two &__is_polymorphic_impl(...);
2251 static __two __test (...);
Dmemory841 struct __two {char __lx; char __lxx;};
842 template <class _Xp> static __two __test(...);
1258 struct __two {char __lx; char __lxx;};
1259 template <class _Xp> static __two __test(...);
Datomic615 __two __test_atomic_assignable(...);
/external/clang/test/SemaTemplate/
Dinstantiate-member-template.cpp230 struct __two {char _; char __;}; argument
231 template <class _Xp> static __two __test(...);