Searched refs:remove_pointer (Results 1 – 22 of 22) sorted by relevance
/openbsd-src/gnu/llvm/libcxx/include/__type_traits/ |
H A D | remove_pointer.h | 22 struct remove_pointer { struct 29 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer {typedef _LIBC… 30 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp*> {typedef _LIBC… 31 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp* const> {typedef _LIBC… 32 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp* volatile> {typedef _LIBC… 33 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp* const volatile> {typedef _LIBC… 36 using __remove_pointer_t = typename remove_pointer<_Tp>::type;
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVDuplicatesTracker.h | 200 typename std::remove_pointer<KeyTy>::type>::type>() || 203 typename std::remove_pointer<KeyTy>::type>::type>()) 207 typename std::remove_pointer<KeyTy>::type>::type>())
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | TransformTypeTraits.def | 24 TRANSFORM_TYPE_TRAIT_DEF(RemovePointer, remove_pointer)
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | type_traits_fwd.h | 214 struct remove_pointer;
|
H A D | functional_iterate.h | 126 && !is_function<typename remove_pointer<_Functor>::type>::value), 138 && !is_function<typename remove_pointer<_Functor>::type>::value), 151 && is_function<typename remove_pointer<_Functor>::type>::value),
|
H A D | type_traits | 613 struct remove_pointer 615 _DEFINE_SPEC(1, remove_pointer, _Tp*, false)
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | type_traits | 75 template <class T> struct remove_pointer; 214 using remove_pointer_t = typename remove_pointer<T>::type; // C++14 529 #include <__type_traits/remove_pointer.h>
|
H A D | CMakeLists.txt | 694 __type_traits/remove_pointer.h
|
H A D | module.modulemap.in | 1540 module remove_pointer { private header "__type_traits/remove_pointer.h" }
|
H A D | atomic | 535 #include <__type_traits/remove_pointer.h>
|
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/ |
H A D | BUILD.gn | 769 "__type_traits/remove_pointer.h",
|
/openbsd-src/gnu/lib/libcxx/ |
H A D | Makefile | 781 __type_traits/remove_pointer.h \
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | StdSymbolMap.inc | 971 SYMBOL(remove_pointer, std::, <type_traits>)
|
/openbsd-src/distrib/sets/lists/comp/ |
H A D | clang.amd64 | 741 ./usr/include/c++/v1/__type_traits/remove_pointer.h
|
H A D | clang.macppc | 740 ./usr/include/c++/v1/__type_traits/remove_pointer.h
|
H A D | clang.loongson | 740 ./usr/include/c++/v1/__type_traits/remove_pointer.h
|
H A D | clang.octeon | 740 ./usr/include/c++/v1/__type_traits/remove_pointer.h
|
H A D | clang.arm64 | 741 ./usr/include/c++/v1/__type_traits/remove_pointer.h
|
H A D | clang.powerpc64 | 739 ./usr/include/c++/v1/__type_traits/remove_pointer.h
|
H A D | clang.armv7 | 739 ./usr/include/c++/v1/__type_traits/remove_pointer.h
|
H A D | clang.i386 | 739 ./usr/include/c++/v1/__type_traits/remove_pointer.h
|
H A D | clang.sparc64 | 740 ./usr/include/c++/v1/__type_traits/remove_pointer.h
|