Home
last modified time | relevance | path

Searched defs:is_pointer (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/
H A Dis_pointer.h25 struct _LIBCPP_TEMPLATE_VIS is_pointer : _BoolConstant<__is_pointer(_Tp)> {}; struct
/freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_pointer.h20 template <typename T> struct is_pointer : cpp::false_type {}; struct
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_pointer.h25 struct _LIBCPP_NO_SPECIALIZATIONS is_pointer : _BoolConstant<__is_pointer(_Tp)> {}; struct
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp917 bool is_pointer = (type_info_flags & eTypeIsPointer) != 0; in DumpValue() local
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp3130 bool is_pointer = in CastToBasicType() local