HomeSort by relevance Sort by last modified time
    Searched refs:add_pointer (Results 1 - 25 of 34) sorted by null

1 2

  /external/clang/test/SemaTemplate/
instantiate-typedef.cpp 4 struct add_pointer { struct
8 add_pointer<int>::type test1(int * ptr) { return ptr; }
10 add_pointer<float>::type test2(int * ptr) {
11 return ptr; // expected-error{{cannot initialize return object of type 'add_pointer<float>::type' (aka 'float *') with an lvalue of type 'int *'}}
14 add_pointer<int&>::type // expected-note{{in instantiation of template class 'add_pointer<int &>' requested here}}
typename-specifier-2.cpp 8 struct add_pointer { struct
20 bind_metafun<add_pointer, int>::type::type ip = &i;
21 bind_metafun<add_pointer, float>::type::type fp = &i; // expected-error{{cannot initialize a variable of type 'bind_metafun<add_pointer, float>::type::type' (aka 'float *') with an rvalue of type 'int *'}}
30 extract_type_type<bind_metafun<add_pointer, double> >::t dp = &d;
metafun-apply.cpp 3 struct add_pointer { struct
30 apply1<add_pointer, int>::type ip = &i;
instantiate-template-template-parm.cpp 8 struct add_pointer { struct
18 apply<add_pointer, int>::type ip = &i;
default-arguments.cpp 103 struct add_pointer { struct
112 int array4[is_same<X4<add_pointer>,
113 X4<add_pointer, add_pointer::apply> >::value? 1 : -1];
  /external/perfetto/src/ftrace_reader/
atrace_wrapper.h 27 std::add_pointer<bool(const std::vector<std::string>& /*args*/)>::type;
  /external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.ptr/
add_pointer.pass.cpp 12 // add_pointer
23 static_assert((std::is_same<typename std::add_pointer<T>::type, U>::value), "");
32 static_assert((std::is_same<typename std::add_pointer<F>::type, F*>::value), "");
41 static_assert((std::is_same<typename std::add_pointer<F>::type, F>::value), "");
60 // LWG 2101 specifically talks about add_pointer and functions.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.trans/meta.trans.ptr/
add_pointer.pass.cpp 12 // add_pointer
23 static_assert((std::is_same<typename std::add_pointer<T>::type, U>::value), "");
32 static_assert((std::is_same<typename std::add_pointer<F>::type, F*>::value), "");
41 static_assert((std::is_same<typename std::add_pointer<F>::type, F>::value), "");
60 // LWG 2101 specifically talks about add_pointer and functions.
  /external/libbrillo/brillo/
any.h 98 using CanonicalDestTypeNoConst = typename std::add_pointer<
103 using CanonicalDestTypeNoVolatile = typename std::add_pointer<
108 using CanonicalDestTypeNoConstOrVolatile = typename std::add_pointer<
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
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>,
metafunctions.cpp 182 struct add_pointer { struct in namespace:TemplateTemplateApply
192 add_reference, add_pointer, add_const>::type,
200 int check1[is_same<apply_each_indirect<int, add_reference, add_pointer,
  /external/tensorflow/tensorflow/core/platform/default/gpu/
cupti_wrapper.cc 34 using FuncPointerT = std::add_pointer<decltype(::__name)>::type; \
  /frameworks/base/libs/androidfw/include/androidfw/
Util.h 45 using pointer = typename std::add_pointer<T>::type;
  /art/libartbase/base/
transform_iterator.h 57 typename std::add_pointer<typename std::remove_reference<ResultType>::type>::type,
  /external/skia/include/private/
SkTLogic.h 40 template <typename T> using add_pointer_t = typename std::add_pointer<T>::type;
  /external/skqp/include/private/
SkTLogic.h 40 template <typename T> using add_pointer_t = typename std::add_pointer<T>::type;
  /frameworks/base/tools/aapt2/
ResourceValues.cpp 538 constexpr T* add_pointer(T& val) { function in namespace:aapt
558 add_pointer<const Symbol>);
565 add_pointer<const Symbol>);
  /external/llvm/include/llvm/Analysis/
RegionInfoImpl.h 721 typedef typename std::add_pointer<FuncT>::type FuncPtrT;
910 typedef typename std::add_pointer<FuncT>::type FuncPtrT;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfoImpl.h 692 typedef typename std::add_pointer<FuncT>::type FuncPtrT;
879 typedef typename std::add_pointer<FuncT>::type FuncPtrT;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
RegionInfoImpl.h 692 typedef typename std::add_pointer<FuncT>::type FuncPtrT;
879 typedef typename std::add_pointer<FuncT>::type FuncPtrT;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
RegionInfoImpl.h 692 typedef typename std::add_pointer<FuncT>::type FuncPtrT;
879 typedef typename std::add_pointer<FuncT>::type FuncPtrT;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
RegionInfoImpl.h 727 using FuncPtrT = typename std::add_pointer<FuncT>::type;
915 using FuncPtrT = typename std::add_pointer<FuncT>::type;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
RegionInfoImpl.h 727 using FuncPtrT = typename std::add_pointer<FuncT>::type;
915 using FuncPtrT = typename std::add_pointer<FuncT>::type;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
RegionInfoImpl.h 727 using FuncPtrT = typename std::add_pointer<FuncT>::type;
915 using FuncPtrT = typename std::add_pointer<FuncT>::type;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
RegionInfoImpl.h 727 using FuncPtrT = typename std::add_pointer<FuncT>::type;
915 using FuncPtrT = typename std::add_pointer<FuncT>::type;

Completed in 744 milliseconds

1 2