Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__type_traits/
H A Dis_pointer.h25 struct _LIBCPP_TEMPLATE_VIS is_pointer : _BoolConstant<__is_pointer(_Tp)> { }; struct
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_class_spec.cpp3 struct is_pointer { struct
8 struct is_pointer<T*> { argument
13 struct is_pointer<const T*> { argument
17 int array0[is_pointer<int>::value? -1 : 1]; argument
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp842 bool is_pointer = (type_info_flags & eTypeIsPointer) != 0; in DumpValue() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp898 void is_pointer() in is_pointer() function