Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_null_pointer.h20 struct is_null_pointer : cpp::is_same<cpp::nullptr_t, cpp::remove_cv_t<T>> {}; global() struct
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp1044 void is_null_pointer() { is_null_pointer() function