Home
last modified time | relevance | path

Searched defs:is_null_pointer_v (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/__support/CPP/type_traits/
H A Dis_null_pointer.h24 LIBC_INLINE_VAR constexpr bool is_null_pointer_v = is_null_pointer<T>::value; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dis_null_pointer.h31 inline constexpr bool is_null_pointer_v = __is_null_pointer_v<_Tp>; variable