HomeSort by relevance Sort by last modified time
    Searched full:is_polymorphic (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_polymorphic.pass.cpp 12 // is_polymorphic
19 static_assert( std::is_polymorphic<T>::value, "");
20 static_assert( std::is_polymorphic<const T>::value, "");
21 static_assert( std::is_polymorphic<volatile T>::value, "");
22 static_assert( std::is_polymorphic<const volatile T>::value, "");
28 static_assert(!std::is_polymorphic<T>::value, "");
29 static_assert(!std::is_polymorphic<const T>::value, "");
30 static_assert(!std::is_polymorphic<volatile T>::value, "");
31 static_assert(!std::is_polymorphic<const volatile T>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_polymorphic.pass.cpp 12 // is_polymorphic
19 static_assert( std::is_polymorphic<T>::value, "");
20 static_assert( std::is_polymorphic<const T>::value, "");
21 static_assert( std::is_polymorphic<volatile T>::value, "");
22 static_assert( std::is_polymorphic<const volatile T>::value, "");
28 static_assert(!std::is_polymorphic<T>::value, "");
29 static_assert(!std::is_polymorphic<const T>::value, "");
30 static_assert(!std::is_polymorphic<volatile T>::value, "");
31 static_assert(!std::is_polymorphic<const volatile T>::value, "");
  /external/clang/test/Lexer/
has_feature_type_traits.cpp 88 #if __has_feature(is_polymorphic)
89 int is_polymorphic();
91 // CHECK: int is_polymorphic();
  /external/libcxx/test/std/language.support/support.exception/exception/
exception.pass.cpp 18 static_assert(std::is_polymorphic<std::exception>::value,
19 "std::is_polymorphic<std::exception>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception/
exception.pass.cpp 18 static_assert(std::is_polymorphic<std::exception>::value,
19 "std::is_polymorphic<std::exception>::value");
  /external/libcxx/test/std/language.support/support.dynamic/alloc.errors/bad.alloc/
bad_alloc.pass.cpp 20 static_assert(std::is_polymorphic<std::bad_alloc>::value,
21 "std::is_polymorphic<std::bad_alloc>::value");
  /external/libcxx/test/std/language.support/support.dynamic/alloc.errors/new.badlength/
bad_array_length.pass.cpp 21 static_assert(std::is_polymorphic<std::bad_array_length>::value,
22 "std::is_polymorphic<std::bad_array_length>::value");
bad_array_new_length.pass.cpp 20 static_assert(std::is_polymorphic<std::bad_array_new_length>::value,
21 "std::is_polymorphic<std::bad_array_new_length>::value");
  /external/libcxx/test/std/language.support/support.exception/bad.exception/
bad_exception.pass.cpp 20 static_assert(std::is_polymorphic<std::bad_exception>::value,
21 "std::is_polymorphic<std::bad_exception>::value");
  /external/libcxx/test/std/language.support/support.rtti/bad.cast/
bad_cast.pass.cpp 20 static_assert(std::is_polymorphic<std::bad_cast>::value,
21 "std::is_polymorphic<std::bad_cast>::value");
  /external/libcxx/test/std/language.support/support.rtti/bad.typeid/
bad_typeid.pass.cpp 20 static_assert(std::is_polymorphic<std::bad_typeid>::value,
21 "std::is_polymorphic<std::bad_typeid>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/alloc.errors/bad.alloc/
bad_alloc.pass.cpp 20 static_assert(std::is_polymorphic<std::bad_alloc>::value,
21 "std::is_polymorphic<std::bad_alloc>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/alloc.errors/new.badlength/
bad_array_length.pass.cpp 21 static_assert(std::is_polymorphic<std::bad_array_length>::value,
22 "std::is_polymorphic<std::bad_array_length>::value");
bad_array_new_length.pass.cpp 20 static_assert(std::is_polymorphic<std::bad_array_new_length>::value,
21 "std::is_polymorphic<std::bad_array_new_length>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/bad.exception/
bad_exception.pass.cpp 20 static_assert(std::is_polymorphic<std::bad_exception>::value,
21 "std::is_polymorphic<std::bad_exception>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.rtti/bad.cast/
bad_cast.pass.cpp 20 static_assert(std::is_polymorphic<std::bad_cast>::value,
21 "std::is_polymorphic<std::bad_cast>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.rtti/bad.typeid/
bad_typeid.pass.cpp 20 static_assert(std::is_polymorphic<std::bad_typeid>::value,
21 "std::is_polymorphic<std::bad_typeid>::value");
  /external/libcxx/test/std/diagnostics/std.exceptions/domain.error/
domain_error.pass.cpp 22 static_assert(std::is_polymorphic<std::domain_error>::value,
23 "std::is_polymorphic<std::domain_error>::value");
  /external/libcxx/test/std/diagnostics/std.exceptions/invalid.argument/
invalid_argument.pass.cpp 22 static_assert(std::is_polymorphic<std::invalid_argument>::value,
23 "std::is_polymorphic<std::invalid_argument>::value");
  /external/libcxx/test/std/diagnostics/std.exceptions/length.error/
length_error.pass.cpp 22 static_assert(std::is_polymorphic<std::length_error>::value,
23 "std::is_polymorphic<std::length_error>::value");
  /external/libcxx/test/std/diagnostics/std.exceptions/logic.error/
logic_error.pass.cpp 22 static_assert(std::is_polymorphic<std::logic_error>::value,
23 "std::is_polymorphic<std::logic_error>::value");
  /external/libcxx/test/std/diagnostics/std.exceptions/out.of.range/
out_of_range.pass.cpp 22 static_assert(std::is_polymorphic<std::out_of_range>::value,
23 "std::is_polymorphic<std::out_of_range>::value");
  /external/libcxx/test/std/diagnostics/std.exceptions/overflow.error/
overflow_error.pass.cpp 22 static_assert(std::is_polymorphic<std::overflow_error>::value,
23 "std::is_polymorphic<std::overflow_error>::value");
  /external/libcxx/test/std/diagnostics/std.exceptions/range.error/
range_error.pass.cpp 22 static_assert(std::is_polymorphic<std::range_error>::value,
23 "std::is_polymorphic<std::range_error>::value");
  /external/libcxx/test/std/diagnostics/std.exceptions/runtime.error/
runtime_error.pass.cpp 22 static_assert(std::is_polymorphic<std::runtime_error>::value,
23 "std::is_polymorphic<std::runtime_error>::value");

Completed in 289 milliseconds

1 2 3