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

1 2 3 4 5 6 7

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/refwrap/
binary.pass.cpp 52 static_assert((!std::is_base_of<std::binary_function<int, char, int>,
54 static_assert((std::is_base_of<std::binary_function<char, int, double>,
56 static_assert((std::is_base_of<std::binary_function<char, int, double>,
58 static_assert((std::is_base_of<std::binary_function<char, int, double>,
60 static_assert((!std::is_base_of<std::binary_function<int, int, int>,
62 static_assert((!std::is_base_of<std::binary_function<int, int, float>,
64 static_assert((!std::is_base_of<std::binary_function<int, int, float>,
66 static_assert((std::is_base_of<std::binary_function<int, int, float>,
68 static_assert((!std::is_base_of<std::binary_function<int, int, float>,
70 static_assert((!std::is_base_of<std::binary_function<int, int, float>
    [all...]
unary.pass.cpp 52 static_assert((std::is_base_of<std::unary_function<int, char>,
54 static_assert((!std::is_base_of<std::unary_function<char, int>,
56 static_assert((std::is_base_of<std::unary_function<int, int>,
58 static_assert((std::is_base_of<std::unary_function<int, int>,
60 static_assert((!std::is_base_of<std::unary_function<int, int>,
62 static_assert((!std::is_base_of<std::unary_function<int, float>,
64 static_assert((std::is_base_of<std::unary_function<int, float>,
66 static_assert((!std::is_base_of<std::unary_function<int, float>,
68 static_assert((std::is_base_of<std::unary_function<int, float>,
70 static_assert((!std::is_base_of<std::unary_function<int, float>
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.rel/
is_base_of.pass.cpp 12 // is_base_of
19 static_assert((std::is_base_of<T, U>::value), "");
20 static_assert((std::is_base_of<const T, U>::value), "");
21 static_assert((std::is_base_of<T, const U>::value), "");
22 static_assert((std::is_base_of<const T, const U>::value), "");
28 static_assert((!std::is_base_of<T, U>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/
types.pass.cpp 29 static_assert((!std::is_base_of<std::unary_function <int, int>,
31 static_assert((!std::is_base_of<std::binary_function<int, int, int>,
36 static_assert(( std::is_base_of<std::unary_function <int, double>,
38 static_assert((!std::is_base_of<std::binary_function<int, int, double>,
43 static_assert((!std::is_base_of<std::unary_function <int, double>,
45 static_assert(( std::is_base_of<std::binary_function<int, char, double>,
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/tuple.traits/
uses_allocator.pass.cpp 26 static_assert((std::is_base_of<std::true_type,
31 static_assert((std::is_base_of<std::true_type,
36 static_assert((std::is_base_of<std::true_type,
41 static_assert((std::is_base_of<std::true_type,
  /external/clang/test/Lexer/
has_feature_type_traits.cpp 48 #if __has_feature(is_base_of)
49 int is_base_of();
51 // CHECK: int is_base_of();
  /ndk/sources/cxx-stl/llvm-libc++/include/
__functional_base_03 420 is_base_of<_Tp, typename remove_reference<_T1>::type>::value,
432 is_base_of<_Tp, typename remove_reference<_T1>::type>::value,
444 is_base_of<_Tp, typename remove_reference<_T1>::type>::value,
456 is_base_of<_Tp, typename remove_reference<_T1>::type>::value,
468 is_base_of<_Tp, typename remove_reference<_T1>::type>::value,
480 is_base_of<_Tp, typename remove_reference<_T1>::type>::value,
492 is_base_of<_Tp, typename remove_reference<_T1>::type>::value,
504 is_base_of<_Tp, typename remove_reference<_T1>::type>::value,
516 is_base_of<_Tp, typename remove_reference<_T1>::type>::value,
528 is_base_of<_Tp, typename remove_reference<_T1>::type>::value
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.messages/locale.messages/
types.pass.cpp 26 static_assert((std::is_base_of<std::locale::facet, std::messages<char> >::value), "");
27 static_assert((std::is_base_of<std::messages_base, std::messages<char> >::value), "");
28 static_assert((std::is_base_of<std::locale::facet, std::messages<wchar_t> >::value), "");
29 static_assert((std::is_base_of<std::messages_base, std::messages<wchar_t> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.monetary/locale.moneypunct/
types.pass.cpp 30 static_assert((std::is_base_of<std::locale::facet, std::moneypunct<char> >::value), "");
31 static_assert((std::is_base_of<std::locale::facet, std::moneypunct<wchar_t> >::value), "");
32 static_assert((std::is_base_of<std::money_base, std::moneypunct<char> >::value), "");
33 static_assert((std::is_base_of<std::money_base, std::moneypunct<wchar_t> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.time/locale.time.get/
types.pass.cpp 33 static_assert((std::is_base_of<std::locale::facet, std::time_get<char> >::value), "");
34 static_assert((std::is_base_of<std::locale::facet, std::time_get<wchar_t> >::value), "");
35 static_assert((std::is_base_of<std::time_base, std::time_get<char> >::value), "");
36 static_assert((std::is_base_of<std::time_base, std::time_get<wchar_t> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/tuple.helper/
tuple_size.pass.cpp 24 static_assert((std::is_base_of<std::integral_constant<std::size_t, N>,
26 static_assert((std::is_base_of<std::integral_constant<std::size_t, N>,
28 static_assert((std::is_base_of<std::integral_constant<std::size_t, N>,
30 static_assert((std::is_base_of<std::integral_constant<std::size_t, N>,
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/iterator.primitives/std.iterator.tags/
bidirectional_iterator_tag.pass.cpp 20 static_assert((std::is_base_of<std::forward_iterator_tag,
22 static_assert((!std::is_base_of<std::output_iterator_tag,
forward_iterator_tag.pass.cpp 20 static_assert((std::is_base_of<std::input_iterator_tag,
22 static_assert((!std::is_base_of<std::output_iterator_tag,
random_access_iterator_tag.pass.cpp 20 static_assert((std::is_base_of<std::bidirectional_iterator_tag,
22 static_assert((!std::is_base_of<std::output_iterator_tag,
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.dynamic/alloc.errors/bad.alloc/
bad_alloc.pass.cpp 18 static_assert((std::is_base_of<std::exception, std::bad_alloc>::value),
19 "std::is_base_of<std::exception, std::bad_alloc>::value");
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.dynamic/alloc.errors/new.badlength/
bad_array_new_length.pass.cpp 18 static_assert((std::is_base_of<std::bad_alloc, std::bad_array_new_length>::value),
19 "std::is_base_of<std::bad_alloc, std::bad_array_new_length>::value");
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.exception/bad.exception/
bad_exception.pass.cpp 18 static_assert((std::is_base_of<std::exception, std::bad_exception>::value),
19 "std::is_base_of<std::exception, std::bad_exception>::value");
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.rtti/bad.cast/
bad_cast.pass.cpp 18 static_assert((std::is_base_of<std::exception, std::bad_cast>::value),
19 "std::is_base_of<std::exception, std::bad_cast>::value");
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.rtti/bad.typeid/
bad_typeid.pass.cpp 18 static_assert((std::is_base_of<std::exception, std::bad_typeid>::value),
19 "std::is_base_of<std::exception, std::bad_typeid>::value");
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/facet.ctype.special/
types.pass.cpp 35 static_assert((std::is_base_of<std::ctype_base, std::ctype<char> >::value), "");
36 static_assert((std::is_base_of<std::locale::facet, std::ctype<char> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/locale.ctype/
types.pass.cpp 35 static_assert((std::is_base_of<std::ctype_base, std::ctype<wchar_t> >::value), "");
36 static_assert((std::is_base_of<std::locale::facet, std::ctype<wchar_t> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.numeric/locale.nm.put/
types.pass.cpp 26 static_assert((std::is_base_of<std::locale::facet, std::num_put<char> >::value), "");
27 static_assert((std::is_base_of<std::locale::facet, std::num_put<wchar_t> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.numeric/locale.num.get/
types.pass.cpp 26 static_assert((std::is_base_of<std::locale::facet, std::num_get<char> >::value), "");
27 static_assert((std::is_base_of<std::locale::facet, std::num_get<wchar_t> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/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), "");
  /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");

Completed in 1050 milliseconds

1 2 3 4 5 6 7