/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/ |
const_mem_fun_ref_t.pass.cpp | 29 static_assert((std::is_base_of<std::unary_function<A, int>, F>::value), "");
|
const_mem_fun_t.pass.cpp | 29 static_assert((std::is_base_of<std::unary_function<const A*, int>, F>::value), "");
|
mem_fun1_ref_t.pass.cpp | 29 static_assert((std::is_base_of<std::binary_function<A, int, short>, F>::value), "");
|
mem_fun1_t.pass.cpp | 29 static_assert((std::is_base_of<std::binary_function<A*, int, short>, F>::value), "");
|
mem_fun_ref_t.pass.cpp | 29 static_assert((std::is_base_of<std::unary_function<A, char>, F>::value), "");
|
mem_fun_t.pass.cpp | 29 static_assert((std::is_base_of<std::unary_function<A*, char>, F>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/ |
types.pass.cpp | 27 static_assert((std::is_base_of<std::iostream, std::strstream>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.hash/ |
error_code.pass.cpp | 30 static_assert((std::is_base_of<std::unary_function<T, std::size_t>,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.hash/ |
strings.pass.cpp | 30 static_assert((std::is_base_of<std::unary_function<T, std::size_t>,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/ |
bit_and.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, int>, F>::value), "");
|
bit_or.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, int>, F>::value), "");
|
bit_xor.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, int>, F>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/ |
integral.pass.cpp | 30 static_assert((std::is_base_of<std::unary_function<T, std::size_t>,
|
pointer.pass.cpp | 30 static_assert((std::is_base_of<std::unary_function<T, std::size_t>,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.hash/ |
bitset.pass.cpp | 31 static_assert((std::is_base_of<std::unary_function<T, std::size_t>,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/ |
binder1st.pass.cpp | 41 static_assert((std::is_base_of<
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/ |
binder2nd.pass.cpp | 41 static_assert((std::is_base_of<
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf/ |
types.pass.cpp | 28 static_assert((std::is_base_of<std::basic_streambuf<char>, std::basic_filebuf<char> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream/ |
types.pass.cpp | 28 static_assert((std::is_base_of<std::basic_iostream<char>, std::basic_fstream<char> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream/ |
types.pass.cpp | 28 static_assert((std::is_base_of<std::basic_istream<char>, std::basic_ifstream<char> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream/ |
types.pass.cpp | 28 static_assert((std::is_base_of<std::basic_ostream<char>, std::basic_ofstream<char> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/ |
types.pass.cpp | 29 static_assert((std::is_base_of<std::basic_ios<char>, std::basic_istream<char> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream/ |
types.pass.cpp | 29 static_assert((std::is_base_of<std::basic_ios<char>, std::basic_ostream<char> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/ |
types.pass.cpp | 27 static_assert((std::is_base_of<std::ios_base, std::basic_ios<char> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/ |
types.pass.cpp | 29 static_assert((std::is_base_of<std::basic_istream<char>, std::basic_istringstream<char> >::value), "");
|