HomeSort by relevance Sort by last modified time
    Searched full:is_base_of (Results 51 - 75 of 274) sorted by null

1 23 4 5 6 7 8 91011

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/
types.pass.cpp 26 static_assert((std::is_base_of<std::locale::facet, std::time_put<char> >::value), "");
27 static_assert((std::is_base_of<std::locale::facet, std::time_put<wchar_t> >::value), "");
  /external/libcxx/test/std/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");
  /external/libcxx/test/std/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");
  /external/libcxx/test/std/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");
  /external/libcxx/test/std/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");
  /external/libcxx/test/std/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");
  /external/libcxx/test/std/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");
  /external/libcxx/test/std/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");
  /external/libcxx/test/std/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");
  /external/libcxx/test/std/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");
  /external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/
meta.rel.pass.cpp 41 static_assert(ex::is_base_of_v<T, U> == std::is_base_of<T, U>::value, "");
47 static_assert(ex::is_base_of_v<T, U> == std::is_base_of<T, U>::value, "");
  /external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/
types.pass.cpp 30 static_assert((std::is_base_of<std::basic_istream<char>, std::basic_iostream<char> >::value), "");
31 static_assert((std::is_base_of<std::basic_ostream<char>, std::basic_iostream<char> >::value), "");
  /external/libcxx/test/std/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), "");
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/
types_char.pass.cpp 31 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
32 static_assert((std::is_base_of<std::codecvt_base, F>::value), "");
types_char16_t.pass.cpp 32 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
33 static_assert((std::is_base_of<std::codecvt_base, F>::value), "");
types_char32_t.pass.cpp 32 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
33 static_assert((std::is_base_of<std::codecvt_base, F>::value), "");
types_wchar_t.pass.cpp 31 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
32 static_assert((std::is_base_of<std::codecvt_base, F>::value), "");
  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/
types.pass.cpp 26 static_assert((std::is_base_of<std::locale::facet, std::money_get<char> >::value), "");
27 static_assert((std::is_base_of<std::locale::facet, std::money_get<wchar_t> >::value), "");
  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/
types.pass.cpp 26 static_assert((std::is_base_of<std::locale::facet, std::money_put<char> >::value), "");
27 static_assert((std::is_base_of<std::locale::facet, std::money_put<wchar_t> >::value), "");
  /external/libcxx/test/std/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++/libcxx/test/containers/sequences/vector.bool/
vector_bool.pass.cpp 32 static_assert((std::is_base_of<std::unary_function<T, std::size_t>,
43 static_assert((std::is_base_of<std::unary_function<T, std::size_t>,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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");

Completed in 366 milliseconds

1 23 4 5 6 7 8 91011