Home
last modified time | relevance | path

Searched refs:is_null_pointer (Results 1 – 25 of 40) sorted by relevance

12

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
Dis_null_pointer.pass.cpp23 static_assert( std::is_null_pointer<T>::value, ""); in test_is_null_pointer()
24 static_assert( std::is_null_pointer<const T>::value, ""); in test_is_null_pointer()
25 static_assert( std::is_null_pointer<volatile T>::value, ""); in test_is_null_pointer()
26 static_assert( std::is_null_pointer<const volatile T>::value, ""); in test_is_null_pointer()
38 static_assert(!std::is_null_pointer<T>::value, ""); in test_is_not_null_pointer()
39 static_assert(!std::is_null_pointer<const T>::value, ""); in test_is_not_null_pointer()
40 static_assert(!std::is_null_pointer<volatile T>::value, ""); in test_is_not_null_pointer()
41 static_assert(!std::is_null_pointer<const volatile T>::value, ""); in test_is_not_null_pointer()
Dnullptr.pass.cpp24 static_assert( std::is_null_pointer<T>::value, ""); in test_nullptr_imp()
55 static_assert(!std::is_null_pointer<incomplete_type>::value, ""); in main()
Dlvalue_ref.pass.cpp23 static_assert(!std::is_null_pointer<T>::value, ""); in test_lvalue_ref()
Drvalue_ref.pass.cpp24 static_assert(!std::is_null_pointer<T>::value, ""); in test_rvalue_ref()
Dfloating_point.pass.cpp22 static_assert(!std::is_null_pointer<T>::value, ""); in test_floating_point_imp()
Dpointer.pass.cpp23 static_assert(!std::is_null_pointer<T>::value, ""); in test_pointer_imp()
Dunion.pass.cpp22 static_assert(!std::is_null_pointer<T>::value, ""); in test_union_imp()
Dclass.pass.cpp22 static_assert(!std::is_null_pointer<T>::value, ""); in test_class_imp()
Denum.pass.cpp22 static_assert(!std::is_null_pointer<T>::value, ""); in test_enum_imp()
Dvoid.pass.cpp22 static_assert(!std::is_null_pointer<T>::value, ""); in test_void_imp()
Dmember_object_pointer.pass.cpp22 static_assert(!std::is_null_pointer<T>::value, ""); in test_member_object_pointer_imp()
Darray.pass.cpp22 static_assert(!std::is_null_pointer<T>::value, ""); in test_array_imp()
/external/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
Dis_null_pointer.pass.cpp22 static_assert( std::is_null_pointer<T>::value, ""); in test_is_null_pointer()
23 static_assert( std::is_null_pointer<const T>::value, ""); in test_is_null_pointer()
24 static_assert( std::is_null_pointer<volatile T>::value, ""); in test_is_null_pointer()
25 static_assert( std::is_null_pointer<const volatile T>::value, ""); in test_is_null_pointer()
37 static_assert(!std::is_null_pointer<T>::value, ""); in test_is_not_null_pointer()
38 static_assert(!std::is_null_pointer<const T>::value, ""); in test_is_not_null_pointer()
39 static_assert(!std::is_null_pointer<volatile T>::value, ""); in test_is_not_null_pointer()
40 static_assert(!std::is_null_pointer<const volatile T>::value, ""); in test_is_not_null_pointer()
Dnullptr.pass.cpp25 static_assert( std::is_null_pointer<T>::value, ""); in test_nullptr_imp()
56 static_assert(!std::is_null_pointer<incomplete_type>::value, ""); in main()
Drvalue_ref.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, ""); in test_rvalue_ref()
Dlvalue_ref.pass.cpp22 static_assert(!std::is_null_pointer<T>::value, ""); in test_lvalue_ref()
Dunion.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, ""); in test_union_imp()
Dvoid.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, ""); in test_void_imp()
Dpointer.pass.cpp22 static_assert(!std::is_null_pointer<T>::value, ""); in test_pointer_imp()
Dclass.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, ""); in test_class_imp()
Denum.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, ""); in test_enum_imp()
Dmember_object_pointer.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, ""); in test_member_object_pointer_imp()
Dfloating_point.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, ""); in test_floating_point_imp()
Darray.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, ""); in test_array_imp()
/external/pigweed/pw_tokenizer/public/pw_tokenizer/internal/
Dargument_types.h97 } else if constexpr (!std::is_null_pointer<ArgType>() && in VarargsType()
112 bool kIsString = !std::is_null_pointer<T>() &&

12