Home
last modified time | relevance | path

Searched refs:remove_pointer (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/
H A Dremove_pointer.h22 struct remove_pointer { struct
28 using __remove_pointer_t = typename remove_pointer<_Tp>::type;
35 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer {typedef _LIBC…
36 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp*> {typedef _LIBC…
37 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp* const> {typedef _LIBC…
38 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp* volatile> {typedef _LIBC…
39 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp* const volatile> {typedef _LIBC…
43 using __remove_pointer_t = typename remove_pointer<_Tp>::type;
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dremove_pointer.h22 struct _LIBCPP_NO_SPECIALIZATIONS remove_pointer { struct
28 using __remove_pointer_t _LIBCPP_NODEBUG = typename remove_pointer<_Tp>::type;
35 template <class _Tp> struct remove_pointer {using type _LIBCPP_NODEBUG = _Tp;};
36 template <class _Tp> struct remove_pointer<_Tp*> {using type _LIBCPP_NODEBUG = _Tp;};
37 template <class _Tp> struct remove_pointer<_Tp* const> {using type _LIBCPP_NODEBUG = _Tp;};
38 template <class _Tp> struct remove_pointer<_Tp* volatile> {using type _LIBCPP_NODEBUG = _Tp;};
39 template <class _Tp> struct remove_pointer<_Tp* const volatile> {using type _LIBCPP_NODEBUG = _Tp;};
43 using __remove_pointer_t = typename remove_pointer<_Tp>::type;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTransformTypeTraits.def24 TRANSFORM_TYPE_TRAIT_DEF(RemovePointer, remove_pointer)
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h86 template <typename T, typename U = typename std::remove_pointer<T>::type,
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h297 typename std::remove_pointer<T>::type>::type,
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dtype_traits75 template <class T> struct remove_pointer;
214 using remove_pointer_t = typename remove_pointer<T>::type; // C++14
485 #include <__cxx03/__type_traits/remove_pointer.h>
H A Dmodule.modulemap2065 …aits_remove_pointer [system] { header "__type_traits/remove_pointer.h" }
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits73 template <class T> struct remove_pointer;
236 = typename remove_pointer<T>::type; // since C++14
525 # include <__type_traits/remove_pointer.h>
H A Dmodule.modulemap.in380 module remove_pointer { header "__type_traits/remove_pointer.h" }
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
H A Dtype_traits.inc180 using std::remove_pointer;
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dpropagate_const130 # include <__type_traits/remove_pointer.h>
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h2302 using TestT = typename std::remove_pointer<decltype(factory())>::type; in GTEST_DISABLE_MSC_WARNINGS_POP_()
/freebsd/lib/libc++/
H A DMakefile1388 C3TTR_HEADERS+= remove_pointer.h
2204 TTR_HEADERS+= remove_pointer.h
H A Dmodule.modulemap380 module remove_pointer { header "__type_traits/remove_pointer.h" }
H A Dlibcxx.imp892 { include: [ "<__type_traits/remove_pointer.h>", "private", "<type_traits>", "public" ] },
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h428 using FromType = typename std::remove_cv<typename std::remove_pointer< in MatchAndExplain()
430 using ToType = typename std::remove_cv<typename std::remove_pointer< in MatchAndExplain()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2541 SYMBOL(remove_pointer, std::, <type_traits>)