Home
last modified time | relevance | path

Searched refs:is_member_pointer_v (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_scalar.h27 cpp::is_pointer_v<T> || cpp::is_member_pointer_v<T> ||
H A Dis_member_pointer.h27 LIBC_INLINE_VAR constexpr bool is_member_pointer_v =
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_member_pointer.h32 _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_member_pointer_v = __is_member_pointer(_Tp); variable
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dnot_fn.h67 if constexpr (using _Ty = decltype(_Fn); is_pointer_v<_Ty> || is_member_pointer_v<_Ty>) in not_fn()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dmake_projected.h84 !is_member_pointer_v<decay_t<_Comp>>) { in decltype()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
H A Dtype_traits.inc237 using std::is_member_pointer_v;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dtype_traits286 template <class T> inline constexpr bool is_member_pointer_v
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits315 template <class T> inline constexpr bool is_member_pointer_v
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1714 SYMBOL(is_member_pointer_v, std::, <type_traits>)