Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dmeta_utils.hpp137 template< class T > struct remove_pointer { typedef T type; }; argument
138 template< class T > struct remove_pointer<T*> { typedef T type; }; argument
139 template< class T > struct remove_pointer<T* const> { typedef T type; }; struct
140 template< class T > struct remove_pointer<T* volatile> { typedef T type; }; struct
141 template< class T > struct remove_pointer<T* const volatile> { typedef T type; }; argument
/aosp_15_r20/external/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/
Dremove_pointer.h22 struct remove_pointer { struct
23 using type _LIBCPP_NODEBUG = __remove_pointer(_Tp); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/
Dremove_pointer.h22 struct remove_pointer { struct
23 using type _LIBCPP_NODEBUG = __remove_pointer(_Tp); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/
Dremove_pointer.h22 struct remove_pointer { struct
23 using type _LIBCPP_NODEBUG = __remove_pointer(_Tp); argument
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/
H A Dremove_pointer.h22 struct remove_pointer { struct
23 using type _LIBCPP_NODEBUG = __remove_pointer(_Tp); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/
Dremove_pointer.h22 struct remove_pointer { struct
23 using type _LIBCPP_NODEBUG = __remove_pointer(_Tp); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dremove_pointer.h22 struct remove_pointer { struct
23 using type _LIBCPP_NODEBUG = __remove_pointer(_Tp); argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dremove_pointer.hpp64 template <class T> struct remove_pointer{ typedef typename boost::detail::remove_pointer_imp2<T>::t… struct
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.unary/
H A Ddependent_return_type.compile.pass.cpp109 std::remove_pointer_t<T> remove_pointer() { in remove_pointer() function
/aosp_15_r20/external/eigen/Eigen/src/Core/arch/SYCL/
H A DSyclMemoryModel.h394 void remove_pointer(const virtual_pointer_t ptr) { in remove_pointer() function