Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__functional/
H A Dweak_result_type.h40 struct __two {char __lx; char __lxx;}; argument
41 static __two __test(...);
47 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value;
55 struct __two {char __lx; char __lxx;}; argument
56 static __two __test(...);
62 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value;
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-member-template.cpp230 struct __two {char _; char __;}; struct
231 template <class _Xp> static __two __test(...);
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddestructor.cpp360 struct __two {char __lx[2];}; struct
367 static __two __test (...);