/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/ |
D | add_pointer.hpp | 23 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/ |
D | add_pointer.h | 44 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 D | add_pointer.h | 46 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/ |
D | add_pointer.h | 46 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/ |
D | add_pointer.h | 46 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/ |
D | add_pointer.h | 46 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/ |
D | add_pointer.h | 46 struct add_pointer { struct 47 using type _LIBCPP_NODEBUG = __add_pointer_t<_Tp>; argument
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | instantiate-typedef.cpp | 4 struct add_pointer { struct 8 add_pointer<int>::type test1(int * ptr) { return ptr; } in test1() argument
|
H A D | typename-specifier-2.cpp | 8 struct add_pointer { struct 20 bind_metafun<add_pointer, int>::type::type ip = &i; argument
|
H A D | metafun-apply.cpp | 3 struct add_pointer { struct 5 struct apply {
|
H A D | instantiate-template-template-parm.cpp | 8 struct add_pointer { struct 18 apply<add_pointer, int>::type ip = &i; argument
|
H A D | default-arguments.cpp | 103 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/ |
D | bind_member_variable_tests.cpp | 75 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 D | SyclMemoryModel.h | 331 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 D | metafunctions.cpp | 182 struct add_pointer { struct 183 typedef T* type;
|
/aosp_15_r20/external/llvm-libc/src/__support/CPP/type_traits/ |
H A D | add_pointer.h | 25 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 D | dependent_return_type.compile.pass.cpp | 40 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/ |
D | meta_utils.hpp | 147 struct add_pointer struct 149 typedef typename remove_reference<T>::type* type;
|
/aosp_15_r20/external/llvm-libc/test/src/__support/CPP/ |
H A D | type_traits_test.cpp | 59 TYPED_TEST(LlvmLibcTypeTraitsTest, add_pointer, UnqualObjectTypes) { in TYPED_TEST() argument
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | constants.h | 449 void add_pointer(std::u32string* h, const void* p) const { in add_pointer() function
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | constants.h | 449 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 D | constants.h | 449 void add_pointer(std::u32string* h, const void* p) const { in add_pointer() function
|
/aosp_15_r20/frameworks/base/tools/aapt2/ |
H A D | ResourceValues.cpp | 523 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/ |
D | android_input_event.pbzero.h | 879 template <typename T = AndroidMotionEvent_Pointer> T* add_pointer() { in add_pointer() function
|