Searched refs:is_null_pointer (Results 1 – 19 of 19) sorted by relevance
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
D | rvalue_ref.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, ""); in test_rvalue_ref()
|
D | lvalue_ref.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, ""); in test_lvalue_ref()
|
D | member_object_pointer.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, ""); in test_member_object_pointer_imp()
|
D | class.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, ""); in test_class_imp()
|
D | void.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, ""); in test_void_imp()
|
D | floating_point.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, ""); in test_floating_point_imp()
|
D | pointer.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, ""); in test_pointer_imp()
|
D | enum.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, ""); in test_enum_imp()
|
D | union.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, ""); in test_union_imp()
|
D | nullptr.pass.cpp | 22 static_assert( std::is_null_pointer<T>::value, ""); in test_nullptr_imp()
|
D | array.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, ""); in test_array_imp()
|
D | integral.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, ""); in test_integral_imp()
|
D | function.pass.cpp | 32 static_assert(!std::is_null_pointer<T>::value, ""); in test()
|
D | member_function_pointer_no_variadics.pass.cpp | 22 static_assert(!std::is_null_pointer<T>::value, ""); in test_member_function_pointer_imp()
|
D | member_function_pointer.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, ""); in test_member_function_pointer_imp()
|
/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/ |
D | meta.unary.cat.pass.cpp | 39 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/ |
D | type_traits | 28 = is_null_pointer<T>::value; 201 = is_null_pointer<_Tp>::value;
|
/external/libcxx/include/ |
D | type_traits | 31 template <class T> struct is_null_pointer; // C++14 317 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_null_pointer
|
/external/valgrind/perf/ |
D | tinycc.c | 11165 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()
|