/ndk/sources/cxx-stl/llvm-libc++/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++/test/utilities/function.objects/unord.hash/ |
integral.pass.cpp | 30 static_assert((std::is_base_of<std::unary_function<T, std::size_t>,
|
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.collate/locale.collate/ |
types.pass.cpp | 37 static_assert((std::is_base_of<std::locale::facet, std::collate<char> >::value), ""); 47 static_assert((std::is_base_of<std::locale::facet, std::collate<wchar_t> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/facet.numpunct/locale.numpunct/ |
types.pass.cpp | 36 static_assert((std::is_base_of<std::locale::facet, std::numpunct<char> >::value), ""); 46 static_assert((std::is_base_of<std::locale::facet, std::numpunct<wchar_t> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/std.exceptions/domain.error/ |
domain_error.pass.cpp | 20 static_assert((std::is_base_of<std::logic_error, std::domain_error>::value), 21 "std::is_base_of<std::logic_error, std::domain_error>::value");
|
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/std.exceptions/invalid.argument/ |
invalid_argument.pass.cpp | 20 static_assert((std::is_base_of<std::logic_error, std::invalid_argument>::value), 21 "std::is_base_of<std::logic_error, std::invalid_argument>::value");
|
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/std.exceptions/length.error/ |
length_error.pass.cpp | 20 static_assert((std::is_base_of<std::logic_error, std::length_error>::value), 21 "std::is_base_of<std::logic_error, std::length_error>::value");
|
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/std.exceptions/logic.error/ |
logic_error.pass.cpp | 20 static_assert((std::is_base_of<std::exception, std::logic_error>::value), 21 "std::is_base_of<std::exception, std::logic_error>::value");
|
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/std.exceptions/out.of.range/ |
out_of_range.pass.cpp | 20 static_assert((std::is_base_of<std::logic_error, std::out_of_range>::value), 21 "std::is_base_of<std::logic_error, std::out_of_range>::value");
|
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/std.exceptions/overflow.error/ |
overflow_error.pass.cpp | 20 static_assert((std::is_base_of<std::runtime_error, std::overflow_error>::value), 21 "std::is_base_of<std::runtime_error, std::overflow_error>::value");
|
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/std.exceptions/range.error/ |
range_error.pass.cpp | 20 static_assert((std::is_base_of<std::runtime_error, std::range_error>::value), 21 "std::is_base_of<std::runtime_error, std::range_error>::value");
|
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/std.exceptions/runtime.error/ |
runtime_error.pass.cpp | 20 static_assert((std::is_base_of<std::exception, std::runtime_error>::value), 21 "std::is_base_of<std::exception, std::runtime_error>::value");
|
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/std.exceptions/underflow.error/ |
underflow_error.pass.cpp | 20 static_assert((std::is_base_of<std::runtime_error, std::underflow_error>::value), 21 "std::is_base_of<std::runtime_error, std::underflow_error>::value");
|
/ndk/sources/cxx-stl/llvm-libc++/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++/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++/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++/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++/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++/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++/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++/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), "");
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/ostringstream/ |
types.pass.cpp | 29 static_assert((std::is_base_of<std::basic_ostream<char>, std::basic_ostringstream<char> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/stringbuf/ |
types.pass.cpp | 29 static_assert((std::is_base_of<std::basic_streambuf<char>, std::basic_stringbuf<char> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/stringstream/ |
types.pass.cpp | 29 static_assert((std::is_base_of<std::basic_iostream<char>, std::basic_stringstream<char> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string.hash/ |
strings.pass.cpp | 30 static_assert((std::is_base_of<std::unary_function<T, std::size_t>,
|