Home
last modified time | relevance | path

Searched defs:add_pointer (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dadd_pointer.hpp23 struct add_pointer struct
25 typedef T* type;
28 struct add_pointer<T&> struct
30 typedef T* type;
33 struct add_pointer<T&const> struct
35 typedef T* type;
38 struct add_pointer<T&volatile> struct
40 typedef T* type;
43 struct add_pointer<T&const volatile> struct
45 typedef T* type;
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dadd_pointer.h44 struct add_pointer { struct
45 using type _LIBCPP_NODEBUG = __add_pointer_t<_Tp>; argument
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/
H A Dadd_pointer.h46 struct add_pointer { struct
47 using type _LIBCPP_NODEBUG = __add_pointer_t<_Tp>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/
Dadd_pointer.h46 struct add_pointer { struct
47 using type _LIBCPP_NODEBUG = __add_pointer_t<_Tp>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/
Dadd_pointer.h46 struct add_pointer { struct
47 using type _LIBCPP_NODEBUG = __add_pointer_t<_Tp>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/
Dadd_pointer.h46 struct add_pointer { struct
47 using type _LIBCPP_NODEBUG = __add_pointer_t<_Tp>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/
Dadd_pointer.h46 struct add_pointer { struct
47 using type _LIBCPP_NODEBUG = __add_pointer_t<_Tp>; argument
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-typedef.cpp4 struct add_pointer { struct
8 add_pointer<int>::type test1(int * ptr) { return ptr; } in test1() argument
H A Dtypename-specifier-2.cpp8 struct add_pointer { struct
20 bind_metafun<add_pointer, int>::type::type ip = &i; argument
H A Dmetafun-apply.cpp3 struct add_pointer { struct
5 struct apply {
H A Dinstantiate-template-template-parm.cpp8 struct add_pointer { struct
18 apply<add_pointer, int>::type ip = &i; argument
H A Ddefault-arguments.cpp103 struct add_pointer { struct
112 int array4[is_same<X4<add_pointer>, argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/bind/
Dbind_member_variable_tests.cpp75 struct add_pointer struct
98 write_test<test::x>(add_pointer()); in main() argument
/aosp_15_r20/external/eigen/Eigen/src/Core/arch/SYCL/
H A DSyclMemoryModel.h331 inline virtual_pointer_t add_pointer(const buffer_t &b) { in add_pointer() function
338 inline virtual_pointer_t add_pointer(buffer_t &&b) { in add_pointer() function
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmetafunctions.cpp182 struct add_pointer { struct
183 typedef T* type;
/aosp_15_r20/external/llvm-libc/src/__support/CPP/type_traits/
H A Dadd_pointer.h25 struct add_pointer : decltype(detail::try_add_pointer<T>(0)) {}; struct
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.unary/
H A Ddependent_return_type.compile.pass.cpp40 std::add_pointer_t<T> add_pointer() { in add_pointer() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dmeta_utils.hpp147 struct add_pointer struct
149 typedef typename remove_reference<T>::type* type;
/aosp_15_r20/external/llvm-libc/test/src/__support/CPP/
H A Dtype_traits_test.cpp59 TYPED_TEST(LlvmLibcTypeTraitsTest, add_pointer, UnqualObjectTypes) { in TYPED_TEST() argument
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dconstants.h449 void add_pointer(std::u32string* h, const void* p) const { in add_pointer() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.h449 void add_pointer(std::u32string* h, const void* p) const { in add_pointer() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.h449 void add_pointer(std::u32string* h, const void* p) const { in add_pointer() function
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DResourceValues.cpp523 constexpr T* add_pointer(T& val) { in add_pointer() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_android_winscope_extensions_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/android/
Dandroid_input_event.pbzero.h879 template <typename T = AndroidMotionEvent_Pointer> T* add_pointer() { in add_pointer() function