Searched refs:is_null_pointer (Results 1 - 17 of 17) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Dlvalue_ref.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, "");
H A Drvalue_ref.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, "");
H A Darray.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, "");
H A Dclass.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, "");
H A Denum.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, "");
H A Dfloating_point.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, "");
H A Dfunction.pass.cpp32 static_assert(!std::is_null_pointer<T>::value, "");
H A Dintegral.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, "");
H A Dmember_function_pointer_no_variadics.pass.cpp22 static_assert(!std::is_null_pointer<T>::value, "");
H A Dmember_object_pointer.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, "");
H A Dnullptr.pass.cpp13 // is_null_pointer
22 static_assert( std::is_null_pointer<T>::value, "");
H A Dpointer.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, "");
H A Dunion.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, "");
H A Dvoid.pass.cpp21 static_assert(!std::is_null_pointer<T>::value, "");
H A Dmember_function_pointer.pass.cpp22 static_assert(!std::is_null_pointer<T>::value, "");
/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/
H A Dmeta.unary.cat.pass.cpp39 static_assert(ex::is_null_pointer_v<T> == std::is_null_pointer<T>::value, "");
44 static_assert(ex::is_null_pointer_v<T> == std::is_null_pointer<T>::value, "");
/external/valgrind/perf/
H A Dtinycc.c11167 static inline int is_null_pointer(SValue *p)
11188 if (is_null_pointer(p1) || is_null_pointer(p2))
11818 if (is_null_pointer(vtop))
11165 static inline int is_null_pointer(SValue *p) function

Completed in 187 milliseconds