Home
last modified time | relevance | path

Searched defs:is_transparent (Results 1 – 9 of 9) sorted by relevance

/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/comparisons/
H A Dtransparent.pass.cpp14 struct is_transparent struct
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::less<int>>::value, "" ); in main() argument
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/function.objects/bitwise.operations/
H A Dtransparent.pass.cpp14 struct is_transparent struct
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::bit_and<int>>::value, "" ); in main() argument
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/arithmetic.operations/
H A Dtransparent.pass.cpp14 struct is_transparent struct
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::plus<int>>::value, "" ); in main() argument
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/function.objects/arithmetic.operations/
H A Dtransparent.pass.cpp14 struct is_transparent struct
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::plus<int>>::value, "" ); in main() argument
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/function.objects/comparisons/
H A Dtransparent.pass.cpp14 struct is_transparent struct
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::less<int>>::value, "" ); in main() argument
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/logical.operations/
H A Dtransparent.pass.cpp14 struct is_transparent struct
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::logical_and<int>>::value, "" ); in main() argument
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/function.objects/logical.operations/
H A Dtransparent.pass.cpp14 struct is_transparent struct
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::logical_and<int>>::value, "" ); in main() argument
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/bitwise.operations/
H A Dtransparent.pass.cpp14 struct is_transparent struct
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::bit_and<int>>::value, "" ); in main() argument
/minix3/external/bsd/libc++/dist/libcxx/test/support/
H A Dis_transparent.h23 typedef void is_transparent; // correct typedef
45 typedef void is_transparent; // error - should be accessible typedef
56 int is_transparent; // error - should be a type member