Searched refs:add_const (Results 1 – 21 of 21) sorted by relevance
29 VERIFY(( internal::is_same< internal::add_const<float>::type, const float >::value)); in test_meta()30 VERIFY(( internal::is_same< internal::add_const<float*>::type, float* const>::value)); in test_meta()31 VERIFY(( internal::is_same< internal::add_const<float const*>::type, float const* const>::value)); in test_meta()32 VERIFY(( internal::is_same< internal::add_const<float&>::type, float& >::value)); in test_meta()
110 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType; in check_const_correctness()
263 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType; in check_const_correctness()
150 typedef typename internal::add_const<PlainObjectType>::type ConstPlainObjectType; in check_const_correctness()
167 template<class> struct add_const;181 int check10[X5<add_reference, add_pointer, add_const>184 add_const<double>>>::value == 1? 1 : -1];188 add_const<double>>>::value == 0? 1 : -1];
187 struct add_const { struct192 add_reference, add_pointer, add_const>::type,201 add_const>::type,
21 using std::add_const;
19 static_assert((std::is_same<typename std::add_const<T>::type, const U>::value), ""); in test_add_const_imp()
117 typename add_pointer<typename add_const<_ValueType>::type>::type278 friend typename add_pointer<typename add_const<_ValueType>::type>::type516 typedef typename add_const<typename remove_reference<_ValueType>::type>::type556 typename add_pointer<typename add_const<_ValueType>::type>::type
71 template <typename T> struct add_const { typedef const T type; };72 template <typename T> struct add_const<T&> { typedef T& type; };
111 add_const = (add_int_lit8 | add_int_lit16) @ {180 increment_accessor = get add_const type_conversion? put return_something @ {
307 typename add_const<ActualLhsType>::type actualLhs = LhsBlasTraits::extract(prod.lhs());308 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
59 template <typename T> using add_const_t = typename std::add_const<T>::type;
216 typedef typename internal::add_const<Diagonal<const Derived> >::type ConstDiagonalReturnType;226 …typedef typename internal::add_const<Diagonal<const Derived,DynamicIndex> >::type ConstDiagonalDyn…
494 typename add_const<ActualLhsType>::type actualLhs = LhsBlasTraits::extract(prod.lhs());495 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
286 typedef typename internal::add_const<Transpose<const Derived> >::type ConstTransposeReturnType;
206 typedef typename internal::add_const<typename TransformType::ConstAffinePart>::type type;
782 def add_const(self, name, decl): member in PythonWrapperGenerator879 self.add_const(name.replace("const ", "").strip(), decl)
65 template <class T> struct add_const;155 using add_const_t = typename add_const<T>::type; // C++14567 // add_const577 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY add_const581 template <class _Tp> using add_const_t = typename add_const<_Tp>::type;604 {typedef typename add_const<typename add_volatile<_Tp>::type>::type type;};1571 typename add_lvalue_reference<typename add_const<_Tp>::type>::type> {};2687 typename add_lvalue_reference<typename add_const<_Tp>::type>::type> {};2891 typename add_lvalue_reference<typename add_const<_Tp>::type>::type> {};3095 typename add_lvalue_reference<typename add_const<_Tp>::type>::type> {};[all …]
45 typedef typename add_const<typename tuple_element<_Ip, _Tp>::type>::type type;
989 def add_const(self, decl): # [ "const cname", val, [], [] ] member in JavaWrapperGenerator1051 self.add_const(decl)