/external/clang/test/SemaTemplate/ |
D | instantiate-typedef.cpp | 4 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…
|
D | typename-specifier-2.cpp | 8 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;
|
D | default-arguments.cpp | 103 struct add_pointer { struct 112 int array4[is_same<X4<add_pointer>, argument 113 X4<add_pointer, add_pointer::apply> >::value? 1 : -1];
|
D | metafun-apply.cpp | 3 struct add_pointer { struct 30 apply1<add_pointer, int>::type ip = &i;
|
D | instantiate-template-template-parm.cpp | 8 struct add_pointer { struct 18 apply<add_pointer, int>::type ip = &i; argument
|
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.ptr/ |
D | add_pointer.pass.cpp | 23 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/ |
D | multi-level-substitution.cpp | 166 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>,
|
D | metafunctions.cpp | 182 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/ |
D | any.h | 98 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/ |
D | atrace_wrapper.h | 27 std::add_pointer<bool(const std::vector<std::string>& /*args*/)>::type;
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | constants.h | 441 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/ |
D | constants.h | 441 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/ |
D | rocm_driver_wrapper.h | 56 using FuncPtrT = std::add_pointer<decltype(::hipSymbolName)>::type; \
|
D | rocm_rng.cc | 81 using FuncPtrT = std::add_pointer<decltype(::__name)>::type; \
|
D | rocm_fft.cc | 62 using FuncPtrT = std::add_pointer<decltype(::__name)>::type; \
|
D | rocm_blas.cc | 73 using FuncPtrT = std::add_pointer<decltype(::__name)>::type; \
|
D | rocm_dnn.cc | 133 using FuncPtrT = std::add_pointer<decltype(::__name)>::type; \
|
/external/tensorflow/tensorflow/core/platform/default/gpu/ |
D | cupti_wrapper.cc | 34 using FuncPointerT = std::add_pointer<decltype(::__name)>::type; \
|
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/ |
D | linq_iterators.hpp | 121 … typename std::add_pointer<typename Cursor::element_type>::type,
|
/external/skia/include/private/ |
D | SkTLogic.h | 40 template <typename T> using add_pointer_t = typename std::add_pointer<T>::type;
|
/external/skqp/include/private/ |
D | SkTLogic.h | 40 template <typename T> using add_pointer_t = typename std::add_pointer<T>::type;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | RegionInfoImpl.h | 728 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/ |
D | RegionInfoImpl.h | 721 typedef typename std::add_pointer<FuncT>::type FuncPtrT; in scanForRegions() 910 typedef typename std::add_pointer<FuncT>::type FuncPtrT; in calculate()
|
/external/libcxx/include/ |
D | any | 653 typedef typename add_pointer<_ValueType>::type _ReturnType;
|
D | type_traits | 76 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,
|