Home
last modified time | relevance | path

Searched refs:add_pointer (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/SemaTemplate/
Dinstantiate-typedef.cpp4 struct add_pointer { struct
8 add_pointer<int>::type test1(int * ptr) { return ptr; } in test1() argument
10 add_pointer<float>::type test2(int * ptr) { in test2()
14 add_pointer<int&>::type // expected-note{{in instantiation of template class 'add_pointer<int &>' r…
Dtypename-specifier-2.cpp8 struct add_pointer { struct
20 bind_metafun<add_pointer, int>::type::type ip = &i; argument
21 bind_metafun<add_pointer, float>::type::type fp = &i; // expected-error{{cannot initialize a variab…
30 extract_type_type<bind_metafun<add_pointer, double> >::t dp = &d;
Ddefault-arguments.cpp103 struct add_pointer { struct
112 int array4[is_same<X4<add_pointer>, argument
113 X4<add_pointer, add_pointer::apply> >::value? 1 : -1];
Dmetafun-apply.cpp3 struct add_pointer { struct
30 apply1<add_pointer, int>::type ip = &i;
Dinstantiate-template-template-parm.cpp8 struct add_pointer { struct
18 apply<add_pointer, int>::type ip = &i; argument
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.ptr/
Dadd_pointer.pass.cpp23 static_assert((std::is_same<typename std::add_pointer<T>::type, U>::value), ""); in test_add_pointer()
32 static_assert((std::is_same<typename std::add_pointer<F>::type, F*>::value), ""); in test_function0()
41 static_assert((std::is_same<typename std::add_pointer<F>::type, F>::value), ""); in test_function1()
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmulti-level-substitution.cpp166 template<class> struct add_pointer;
181 int check10[X5<add_reference, add_pointer, add_const>
183 add_pointer<float>,
185 int check11[X5<add_reference, add_pointer>
187 add_pointer<float>,
Dmetafunctions.cpp182 struct add_pointer { struct
192 add_reference, add_pointer, add_const>::type,
200 int check1[is_same<apply_each_indirect<int, add_reference, add_pointer,
/external/libbrillo/brillo/
Dany.h98 using CanonicalDestTypeNoConst = typename std::add_pointer< in IsTypeCompatible()
103 using CanonicalDestTypeNoVolatile = typename std::add_pointer< in IsTypeCompatible()
108 using CanonicalDestTypeNoConstOrVolatile = typename std::add_pointer< in IsTypeCompatible()
/external/libcxx/include/experimental/
Dany114 typename add_pointer<typename add_const<_ValueType>::type>::type
119 typename add_pointer<_ValueType>::type
280 friend typename add_pointer<typename add_const<_ValueType>::type>::type
284 friend typename add_pointer<_ValueType>::type
556 typename add_pointer<typename add_const<_ValueType>::type>::type
565 typename add_pointer<_ValueType>::type
571 typedef typename add_pointer<_ValueType>::type _ReturnType;
/external/skia/include/private/
DSkTLogic.h39 template <typename T> using add_pointer_t = typename std::add_pointer<T>::type;
/external/llvm/include/llvm/Analysis/
DRegionInfoImpl.h721 typedef typename std::add_pointer<FuncT>::type FuncPtrT; in scanForRegions()
910 typedef typename std::add_pointer<FuncT>::type FuncPtrT; in calculate()
/external/libcxx/include/
Dany644 typedef typename add_pointer<_ValueType>::type _ReturnType;
Dtype_traits76 template <class T> struct add_pointer;
197 using add_pointer_t = typename add_pointer<T>::type; // C++14
1158 // add_pointer
1168 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS add_pointer
1172 template <class _Tp> using add_pointer_t = typename add_pointer<_Tp>::type;
1288 typename add_pointer<_Up>::type,