Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_pointer.h18 template <typename T> struct is_pointer : cpp::false_type {}; global() struct
/llvm-project/libcxx/include/__type_traits/
H A Dis_pointer.h25 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_pointer : _BoolConstant<__is_pointer(_Tp)> {}; struct
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_class_spec.cpp3 struct is_pointer { struct
8 struct is_pointer<T*> { struct
13 struct is_pointer<const T*> { argument
17 int array0[is_pointer<int>::value? -1 : 1]; argument
/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp860 bool is_pointer = (type_info_flags & eTypeIsPointer) != 0; DumpValue() local
H A DValueObject.cpp
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp1008 void is_pointer() in is_pointer() function