Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/comparisons/
Dtransparent.pass.cpp15 struct is_transparent struct
20 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::less<int>>::value, "" ); in main() argument
/external/libcxx/test/std/utilities/function.objects/bitwise.operations/
Dtransparent.pass.cpp15 struct is_transparent struct
20 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
27 static_assert ( !is_transparent<std::bit_and<int>>::value, "" ); in main() argument
/external/libcxx/test/std/utilities/function.objects/logical.operations/
Dtransparent.pass.cpp15 struct is_transparent struct
20 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
/external/libcxx/test/std/utilities/function.objects/arithmetic.operations/
Dtransparent.pass.cpp15 struct is_transparent struct
20 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::plus<int>>::value, "" ); in main() argument
/external/libcxx/test/support/
Dis_transparent.h25 typedef void is_transparent; // correct typedef
47 typedef void is_transparent; // error - should be accessible typedef
58 int is_transparent; // error - should be a type member
/external/libpng/contrib/libtests/
Dpngvalid.c4953 int is_transparent; /* Transparency information was present. */ member