Searched defs:is_null_pointer_v (Results 1 – 2 of 2) sorted by relevance
24 LIBC_INLINE_VAR constexpr bool is_null_pointer_v = is_null_pointer<T>::value; variable
31 inline constexpr bool is_null_pointer_v = __is_null_pointer_v<_Tp>; variable