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

1 2 3 45 6 7 8 91011

  /external/libcxx/test/std/utilities/time/time.traits/time.traits.is_fp/
treat_as_floating_point.pass.cpp 21 static_assert((std::is_base_of<std::is_floating_point<T>,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
exception 199 !is_base_of<nested_exception, typename remove_reference<_Tp>::type>::value
203 is_class<_Tp>::value && !is_base_of<nested_exception, _Tp>::value
218 is_base_of<nested_exception, typename remove_reference<_Tp>::type>::value
222 !is_class<_Tp>::value || is_base_of<nested_exception, _Tp>::value
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/
pointer_to_binary_function.pass.cpp 23 static_assert((std::is_base_of<std::binary_function<int, short, double>, F>::value), "");
pointer_to_unary_function.pass.cpp 23 static_assert((std::is_base_of<std::unary_function<int, double>, F>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.istrstream/
types.pass.cpp 22 static_assert((std::is_base_of<std::istream, std::istrstream>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/
types.pass.cpp 22 static_assert((std::is_base_of<std::ostream, std::ostrstream>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/
types.pass.cpp 20 static_assert((std::is_base_of<std::streambuf, std::strstreambuf>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/std.iterator.tags/
input_iterator_tag.pass.cpp 20 static_assert((!std::is_base_of<std::output_iterator_tag,
output_iterator_tag.pass.cpp 20 static_assert((!std::is_base_of<std::input_iterator_tag,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.badcall/
bad_function_call.pass.cpp 25 static_assert((std::is_base_of<std::exception, std::bad_function_call>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/negators/
binary_negate.pass.cpp 22 static_assert((std::is_base_of<std::binary_function<int, int, bool>, F>::value), "");
unary_negate.pass.cpp 22 static_assert((std::is_base_of<std::unary_function<int, bool>, F>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weakptr/
bad_weak_ptr.pass.cpp 26 static_assert((std::is_base_of<std::exception, std::bad_weak_ptr>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.bad_optional_access/
derive.pass.cpp 22 static_assert(std::is_base_of<std::logic_error, bad_optional_access>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.traits/time.traits.is_fp/
treat_as_floating_point.pass.cpp 21 static_assert((std::is_base_of<std::is_floating_point<T>,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.synopsis/
hash_type_index.pass.cpp 23 static_assert((std::is_base_of<std::unary_function<std::type_index, std::size_t>,
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
exception 199 !is_base_of<nested_exception, typename remove_reference<_Tp>::type>::value
203 is_class<_Tp>::value && !is_base_of<nested_exception, _Tp>::value
218 is_base_of<nested_exception, typename remove_reference<_Tp>::type>::value
222 !is_class<_Tp>::value || is_base_of<nested_exception, _Tp>::value
  /external/libcxx/test/std/utilities/allocator.adaptor/
types.pass.cpp 35 static_assert((std::is_base_of<
68 static_assert((std::is_base_of<
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/
types.pass.cpp 35 static_assert((std::is_base_of<
68 static_assert((std::is_base_of<
  /external/libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
const_mem_fun1_ref_t.pass.cpp 29 static_assert((std::is_base_of<std::binary_function<A, unsigned, double>, F>::value), "");
const_mem_fun1_t.pass.cpp 29 static_assert((std::is_base_of<std::binary_function<const A*, unsigned, double>, F>::value), "");
const_mem_fun_ref_t.pass.cpp 29 static_assert((std::is_base_of<std::unary_function<A, int>, F>::value), "");
const_mem_fun_t.pass.cpp 29 static_assert((std::is_base_of<std::unary_function<const A*, int>, F>::value), "");
mem_fun1_ref_t.pass.cpp 29 static_assert((std::is_base_of<std::binary_function<A, int, short>, F>::value), "");
mem_fun1_t.pass.cpp 29 static_assert((std::is_base_of<std::binary_function<A*, int, short>, F>::value), "");

Completed in 1895 milliseconds

1 2 3 45 6 7 8 91011