Searched refs:remove_pointer (Results 1 – 18 of 18) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/ |
| H A D | remove_pointer.h | 22 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 D | remove_pointer.h | 22 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 D | TransformTypeTraits.def | 24 TRANSFORM_TYPE_TRAIT_DEF(RemovePointer, remove_pointer)
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | UserSettingsController.h | 86 template <typename T, typename U = typename std::remove_pointer<T>::type,
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValue.h | 297 typename std::remove_pointer<T>::type>::type,
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | type_traits | 75 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 D | module.modulemap | 2065 …aits_remove_pointer [system] { header "__type_traits/remove_pointer.h" }
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | type_traits | 73 template <class T> struct remove_pointer; 236 = typename remove_pointer<T>::type; // since C++14 525 # include <__type_traits/remove_pointer.h>
|
| H A D | module.modulemap.in | 380 module remove_pointer { header "__type_traits/remove_pointer.h" }
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | type_traits.cppm | |
| H A D | type_traits.inc | 180 using std::remove_pointer;
|
| /freebsd/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | propagate_const | 130 # include <__type_traits/remove_pointer.h>
|
| /freebsd/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest.h | 2302 using TestT = typename std::remove_pointer<decltype(factory())>::type; in GTEST_DISABLE_MSC_WARNINGS_POP_()
|
| /freebsd/lib/libc++/ |
| H A D | Makefile | 1388 C3TTR_HEADERS+= remove_pointer.h 2204 TTR_HEADERS+= remove_pointer.h
|
| H A D | module.modulemap | 380 module remove_pointer { header "__type_traits/remove_pointer.h" }
|
| H A D | libcxx.imp | 892 { include: [ "<__type_traits/remove_pointer.h>", "private", "<type_traits>", "public" ] },
|
| /freebsd/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 428 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 D | StdSymbolMap.inc | 2541 SYMBOL(remove_pointer, std::, <type_traits>)
|