Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__type_traits/
H A Dremove_pointer.h20 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer {typedef _LIBC… struct
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Daddress-spaces.cpp21 struct remove_pointer { struct
26 struct remove_pointer<T *> { struct
30 int check_remove0[is_same<remove_pointer<int_1_ptr>::type, int_1>::value? 1 : -1]; argument
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmatrix-type-builtins.cpp171 struct remove_pointer { struct
176 struct remove_pointer<T *> { argument
177 typedef typename remove_pointer<T>::type type; argument
/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Dmsabi-objc-types.mm169 struct remove_pointer { typedef T type; }; argument