Searched refs:remove_pointer (Results 1 – 12 of 12) sorted by relevance
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | unique_ptr.h | 448 typename remove_pointer<_Up>::type(*)[], in _GLIBCXX_VISIBILITY() 633 typename remove_pointer<_Up>::type(*)[], in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
| D | type_traits | 480 /// remove_pointer 482 struct remove_pointer
|
| D | shared_ptr.h | 299 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp; in _GLIBCXX_VISIBILITY()
|
| D | functional | 291 && !is_function<typename remove_pointer<_Functor>::type>::value), 304 && !is_function<typename remove_pointer<_Functor>::type>::value), 317 && is_function<typename remove_pointer<_Functor>::type>::value),
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/ |
| D | type_traits | 481 /// remove_pointer 483 struct remove_pointer
|
| D | shared_ptr.h | 308 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp; in _GLIBCXX_VISIBILITY()
|
| D | functional | 295 && !is_function<typename remove_pointer<_Functor>::type>::value), 308 && !is_function<typename remove_pointer<_Functor>::type>::value), 321 && is_function<typename remove_pointer<_Functor>::type>::value),
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gimple.h | 41 template<typename T> struct remove_pointer { typedef T type; }; struct 42 template<typename T> struct remove_pointer<T *> { typedef T type; }; 75 remove_pointer<T>::type::code_, ERROR_MARK); 94 remove_pointer<T>::type::code_, ERROR_MARK);
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/ |
| D | propagate_const | 105 static_assert(__and_<is_object<typename remove_pointer<_Tp>::type>,
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| D | type_traits | 1789 /// remove_pointer 1791 struct remove_pointer 1811 /// Alias template for remove_pointer 1813 using remove_pointer_t = typename remove_pointer<_Tp>::type;
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| D | type_traits | 1611 /// remove_pointer 1613 struct remove_pointer
|
| D | functional | 230 && !is_function<typename remove_pointer<_Functor>::type>::value), 243 && !is_function<typename remove_pointer<_Functor>::type>::value), 256 && is_function<typename remove_pointer<_Functor>::type>::value),
|