Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/comparisons/
Dtransparent.pass.cpp15 struct is_transparent struct
20 template <class U> static char test(typename U::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 U> static char test(typename U::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 U> static char test(typename U::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 U> static char test(typename U::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::plus<int>>::value, "" ); in main() argument
/external/libcxx/test/support/
Dis_transparent.h25 using is_transparent = void; // correct member
35 using is_transparent = void () const &; // it's a type; a weird one, but a type member
68 int is_transparent; // error - should be a type member
/external/libcxx/test/std/containers/associative/multimap/multimap.ops/
Dcount_transparent.pass.cpp28 using is_transparent = void; typedef
Dequal_range_transparent.pass.cpp31 using is_transparent = void; typedef
/external/libcxx/test/std/containers/associative/map/map.ops/
Dcount_transparent.pass.cpp28 using is_transparent = void; typedef
Dequal_range_transparent.pass.cpp31 using is_transparent = void; typedef
/external/libcxx/test/std/containers/associative/set/
Dcount_transparent.pass.cpp30 using is_transparent = void; typedef
Dequal_range_transparent.pass.cpp32 using is_transparent = void; typedef
/external/libcxx/test/std/containers/associative/multiset/
Dcount_transparent.pass.cpp30 using is_transparent = void; typedef
Dequal_range_transparent.pass.cpp32 using is_transparent = void; typedef
/external/libpng/contrib/libtests/
Dpngvalid.c4955 int is_transparent; /* Transparency information was present. */ member