Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
Drvalue_ref.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, ""); in test_rvalue_ref()
Dlvalue_ref.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, ""); in test_lvalue_ref()
Dmember_object_pointer.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, ""); in test_member_object_pointer_imp()
Dclass.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, ""); in test_class_imp()
Dvoid.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, ""); in test_void_imp()
Dfloating_point.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, ""); in test_floating_point_imp()
Dpointer.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, ""); in test_pointer_imp()
Denum.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, ""); in test_enum_imp()
Dunion.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, ""); in test_union_imp()
Dnullptr.pass.cpp22 static_assert( std::is_null_pointer<T>::value, ""); in test_nullptr_imp()
Darray.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, ""); in test_array_imp()
Dintegral.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, ""); in test_integral_imp()
Dfunction.pass.cpp32 static_assert(!std::is_null_pointer<T>::value, ""); in test()
Dmember_function_pointer_no_variadics.pass.cpp22 static_assert(!std::is_null_pointer<T>::value, ""); in test_member_function_pointer_imp()
Dmember_function_pointer.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, ""); in test_member_function_pointer_imp()
/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/
Dmeta.unary.cat.pass.cpp39 static_assert(ex::is_null_pointer_v<T> == std::is_null_pointer<T>::value, ""); in main()
44 static_assert(ex::is_null_pointer_v<T> == std::is_null_pointer<T>::value, ""); in main()
/external/libcxx/include/experimental/
Dtype_traits28 = is_null_pointer<T>::value;
201 = is_null_pointer<_Tp>::value;
/external/libcxx/include/
Dtype_traits31 template <class T> struct is_null_pointer; // C++14
317 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_null_pointer
/external/valgrind/perf/
Dtinycc.c11165 static inline int is_null_pointer(SValue *p) in is_null_pointer() function
11186 if (is_null_pointer(p1) || is_null_pointer(p2)) in check_comparison_pointer_types()
11816 if (is_null_pointer(vtop)) in gen_assign_cast()