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