Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__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/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.h154 typename std::remove_pointer<KeyTy>::type>::type>() || in add()
157 typename std::remove_pointer<KeyTy>::type>::type>()) in add()
161 typename std::remove_pointer<KeyTy>::type>::type>()) in add()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTransformTypeTraits.def24 TRANSFORM_TYPE_TRAIT_DEF(RemovePointer, remove_pointer)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DByteProvider.h49 using remove_pointer_t = typename std::remove_pointer<T>::type;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h88 template <typename T, typename U = typename std::remove_pointer<T>::type,
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h302 typename std::remove_pointer<T>::type>::type, in GetValueAs()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits75 template <class T> struct remove_pointer;
214 using remove_pointer_t = typename remove_pointer<T>::type; // C++14
487 #include <__type_traits/remove_pointer.h>
H A Dmodule.modulemap2068 …aits_remove_pointer [system] { header "__type_traits/remove_pointer.h" }
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dpropagate_const124 #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 DMakefile1326 TTR_HEADERS+= remove_pointer.h
H A Dlibcxx.imp832 { include: [ "<__type_traits/remove_pointer.h>", "private", "<type_traits>", "public" ] },
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h418 using FromType = typename std::remove_cv<typename std::remove_pointer< in MatchAndExplain()
420 using ToType = typename std::remove_cv<typename std::remove_pointer< in MatchAndExplain()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2483 SYMBOL(remove_pointer, std::, <type_traits>)