Searched refs:remove_const (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/remove_const/requirements/
H A Dexplicit_instantiation.cc28 template struct remove_const<test_type>;
H A Dalias_decl.cc27 static_assert (is_same<typename remove_const<int>::type,
31 static_assert (is_same<typename remove_const<const long>::type,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_const/requirements/
H A Dexplicit_instantiation.cc31 template struct remove_const<test_type>;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/remove_const/
H A Dvalue.cc26 using std::remove_const;
30 static_assert(is_same<remove_const<const volatile int>::type,
32 static_assert(is_same<remove_const<const int*>::type, const int*>::value, "");
33 static_assert(is_same<remove_const<const volatile ClassType>::type,
35 static_assert(is_same<remove_const<const ClassType*>::type,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_const/
H A Dvalue.cc29 using std::tr1::remove_const;
33 VERIFY( (is_same<remove_const<const volatile int>::type,
35 VERIFY( (is_same<remove_const<const int*>::type, const int*>::value) );
36 VERIFY( (is_same<remove_const<const volatile ClassType>::type,
38 VERIFY( (is_same<remove_const<const ClassType*>::type,
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
H A Dbranch_policy.hpp59 typedef typename remove_const<value_type>::type rcvalue_type;
60 typedef typename remove_const<key_type>::type rckey_type;
93 typedef typename remove_const<value_type>::type rcvalue_type;
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/
H A Dtype_utils.hpp63 using std::tr1::remove_const;
99 value = is_fundamental<typename remove_const<T>::type>::value
100 || is_pointer<typename remove_const<T>::type>::value
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dnode_iterators.hpp101 typename remove_const<
107 typename remove_const<
231 typename remove_const<
237 typename remove_const<
H A Dov_tree_map_.hpp121 typedef typename remove_const<typename traits_base::value_type>::type non_const_value_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/4_metaprogramming/headers/type_traits/
H A Dsynopsis.cc81 template <class T> struct remove_const;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dpr57101.C29 template < typename _Tp > struct remove_const struct in namespace:__anon901
41 remove_const < typename remove_volatile < _Tp >::type >::type type;
H A Dpr47416.C17 template < typename _Tp > struct remove_const struct in namespace:std
27 typedef typename remove_const < typename remove_volatile <
H A Dvariadic98.C32 template<typename _Tp> struct remove_const { struct in namespace:std
39 typedef typename remove_const<typename remove_volatile<_Tp>::type>::type type;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Ddump1.C164 struct remove_const struct in namespace:std
173 remove_const<typename remove_volatile<_Tp>::type>::type type;
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dshared_ptr.h634 typedef typename std::remove_const<_Tp>::type _Tp_nc;
H A Dshared_ptr_base.h1575 typedef typename std::remove_const<_Tp>::type _Tp_nc;

Completed in 111 milliseconds