HomeSort by relevance Sort by last modified time
    Searched refs:is_polymorphic (Results 1 - 20 of 20) sorted by null

  /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, "");
  /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_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.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.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/clang/test/Lexer/
has_feature_type_traits.cpp 83 #if __has_feature(is_polymorphic)
84 int is_polymorphic();
86 // CHECK: int is_polymorphic();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/underflow.error/
underflow_error.pass.cpp 22 static_assert(std::is_polymorphic<std::underflow_error>::value,
23 "std::is_polymorphic<std::underflow_error>::value");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_abstract.hpp 58 #include <boost/type_traits/is_polymorphic.hpp>
intrinsics.hpp 181 # if __has_feature(is_polymorphic)
  /external/clang/test/SemaCXX/
type-traits.cpp 314 void is_polymorphic() function
    [all...]

Completed in 105 milliseconds