Home
last modified time | relevance | path

Searched defs:ptr_t (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/panic_unwind/src/
H A Dseh.rs115 pub struct ptr_t(*mut u8); struct
117 impl ptr_t { impl
139 pub struct ptr_t(u32); struct
145 impl ptr_t { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/panic_unwind/src/
H A Dseh.rs115 pub struct ptr_t(*mut u8); struct
117 impl ptr_t { impl
139 pub struct ptr_t(u32); struct
145 impl ptr_t { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/panic_unwind/src/
H A Dseh.rs115 pub struct ptr_t(*mut u8); struct
117 impl ptr_t { implementation
139 pub struct ptr_t(u32); struct
145 impl ptr_t { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/panic_unwind/src/
H A Dseh.rs115 pub struct ptr_t(*mut u8); struct
117 impl ptr_t { implementation
139 pub struct ptr_t(u32); struct
145 impl ptr_t { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/panic_unwind/src/
H A Dseh.rs115 pub struct ptr_t(*mut u8); struct
117 impl ptr_t { impl
139 pub struct ptr_t(u32); struct
145 impl ptr_t { implementation
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/
Datl.cpp536 typedef ATL::CAutoPtr<int> ptr_t; in test_atl() typedef
550 typedef ATL::CAutoPtr<int> ptr_t; in test_atl() typedef
564 typedef ATL::CHeapPtr<int> ptr_t; in test_atl() typedef
579 typedef ATL::CComQIPtr<IDispatch> ptr_t; in test_atl() typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/test/
Dissue42.cpp23 typedef shared_ptr_like<boost::recursive_variant_> ptr_t; typedef
25 typedef std::shared_ptr<boost::recursive_variant_> ptr_t; typedef
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A D2010-07-23-DeclLoc.cpp24 typedef uint32_t ptr_t; typedef in Pointer32
29 typedef uint64_t ptr_t; typedef in Pointer64
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-wasm-api.hh41 #define ptr_t(type_t) uint32_t macro
H A Dhb-wasm-api.h72 #define ptr_t(type_t) type_t * macro
/aosp_15_r20/system/teeui/libteeui/include/teeui/
H A Dmsg_formatting.h58 using ptr_t = T*; variable
/aosp_15_r20/external/eigen/Eigen/src/Core/arch/SYCL/
H A DSyclMemoryModel.h551 typedef typename cl::sycl::global_ptr<scalar_t>::pointer_t ptr_t; typedef
/aosp_15_r20/external/abseil-cpp/absl/flags/internal/
H A Dflag.h372 using ptr_t = void*; variable
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/flags/internal/
H A Dflag.h372 using ptr_t = void*; variable
/aosp_15_r20/external/bc/src/
H A Dprogram.c1344 BcBigDig* ptr_t; in bc_program_assignBuiltin() local