Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dunique_ptr.h448 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/
Dtype_traits480 /// remove_pointer
482 struct remove_pointer
Dshared_ptr.h299 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp; in _GLIBCXX_VISIBILITY()
Dfunctional291 && !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/
Dtype_traits481 /// remove_pointer
483 struct remove_pointer
Dshared_ptr.h308 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp; in _GLIBCXX_VISIBILITY()
Dfunctional295 && !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/
HDgimple.h41 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/
Dpropagate_const105 static_assert(__and_<is_object<typename remove_pointer<_Tp>::type>,
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
Dtype_traits1789 /// 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/
Dtype_traits1611 /// remove_pointer
1613 struct remove_pointer
Dfunctional230 && !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),