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 D | lvalue_ref.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, "");
|
H A D | rvalue_ref.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, "");
|
H A D | array.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, "");
|
H A D | class.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, "");
|
H A D | enum.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, "");
|
H A D | floating_point.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, "");
|
H A D | function.pass.cpp | 32 static_assert(!std::is_null_pointer<T>::value, "");
|
H A D | integral.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, "");
|
H A D | member_function_pointer_no_variadics.pass.cpp | 22 static_assert(!std::is_null_pointer<T>::value, "");
|
H A D | member_object_pointer.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, "");
|
H A D | nullptr.pass.cpp | 13 // is_null_pointer 22 static_assert( std::is_null_pointer<T>::value, "");
|
H A D | pointer.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, "");
|
H A D | union.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, "");
|
H A D | void.pass.cpp | 21 static_assert(!std::is_null_pointer<T>::value, "");
|
H A D | member_function_pointer.pass.cpp | 22 static_assert(!std::is_null_pointer<T>::value, "");
|
/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/ |
H A D | meta.unary.cat.pass.cpp | 39 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 D | tinycc.c | 11167 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 1314 milliseconds