Home
last modified time | relevance | path

Searched refs:add_pointer (Results 1 – 25 of 25) 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/perfetto/src/traced/probes/ftrace/
Datrace_wrapper.h27 std::add_pointer<bool(const std::vector<std::string>& /*args*/)>::type;
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h441 void add_pointer(std::u32string* h, const void* p) const { in add_pointer() function
449 add_pointer(&h, const_val->type()); in operator()
456 add_pointer(&h, c); in operator()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.h441 void add_pointer(std::u32string* h, const void* p) const { in add_pointer() function
449 add_pointer(&h, const_val->type()); in operator()
456 add_pointer(&h, c); in operator()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_driver_wrapper.h56 using FuncPtrT = std::add_pointer<decltype(::hipSymbolName)>::type; \
Drocm_rng.cc81 using FuncPtrT = std::add_pointer<decltype(::__name)>::type; \
Drocm_fft.cc62 using FuncPtrT = std::add_pointer<decltype(::__name)>::type; \
Drocm_blas.cc73 using FuncPtrT = std::add_pointer<decltype(::__name)>::type; \
Drocm_dnn.cc133 using FuncPtrT = std::add_pointer<decltype(::__name)>::type; \
/external/tensorflow/tensorflow/core/platform/default/gpu/
Dcupti_wrapper.cc34 using FuncPointerT = std::add_pointer<decltype(::__name)>::type; \
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq_iterators.hpp121 … typename std::add_pointer<typename Cursor::element_type>::type,
/external/skia/include/private/
DSkTLogic.h40 template <typename T> using add_pointer_t = typename std::add_pointer<T>::type;
/external/skqp/include/private/
DSkTLogic.h40 template <typename T> using add_pointer_t = typename std::add_pointer<T>::type;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DRegionInfoImpl.h728 using FuncPtrT = typename std::add_pointer<FuncT>::type; in scanForRegions()
916 using FuncPtrT = typename std::add_pointer<FuncT>::type; in calculate()
/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/
Dany653 typedef typename add_pointer<_ValueType>::type _ReturnType;
Dtype_traits76 template <class T> struct add_pointer;
204 using add_pointer_t = typename add_pointer<T>::type; // C++14
1214 // add_pointer
1224 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS add_pointer
1228 template <class _Tp> using add_pointer_t = typename add_pointer<_Tp>::type;
1356 typename add_pointer<_Up>::type,