/external/go-cmp/cmp/internal/value/ |
D | pointer_unsafe.go | 16 type Pointer struct { struct 17 p unsafe.Pointer 18 t reflect.Type 30 func (p Pointer) IsNil() bool { 35 func (p Pointer) Uintptr() uintptr {
|
D | pointer_purego.go | 13 type Pointer struct { struct 14 p uintptr 15 t reflect.Type 27 func (p Pointer) IsNil() bool { 32 func (p Pointer) Uintptr() uintptr {
|
/external/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/ |
D | constexpr_addressof.pass.cpp | 20 struct Pointer { struct 21 constexpr Pointer(void* v) : value(v) {} in Pointer() function 22 void* value;
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | bindings_internal.h | 109 struct Pointer { struct 112 void Set(T* ptr) { EncodePointer(ptr, &offset); } in Set() argument 113 const T* Get() const { return static_cast<const T*>(DecodePointer(&offset)); } in Get() argument 122 static_assert(sizeof(Pointer<char>) == 8, "Bad_sizeof(Pointer)"); argument
|
/external/go-cmp/cmp/ |
D | report_references.go | 22 func formatPointer(p value.Pointer, withDelims bool) string { 82 func wrapTrunkReferences(pp [2]value.Pointer, s textNode) textNode { 94 func wrapTrunkReference(p value.Pointer, printAddress bool, s textNode) textNode { 101 func makeLeafReference(p value.Pointer, printAddress bool) textNode {
|
/external/swiftshader/src/Pipeline/ |
D | ShaderCore.hpp | 99 struct Pointer struct 151 rr::Pointer<rr::Byte> base; 154 rr::Int dynamicLimit; // If hasDynamicLimit is false, dynamicLimit is zero. 155 unsigned int staticLimit; 158 SIMD::Int dynamicOffsets; // If hasDynamicOffsets is false, all dynamicOffsets are zero. 159 std::array<int32_t, SIMD::Width> staticOffsets; 161 bool hasDynamicLimit; // True if dynamicLimit is non-zero. 162 bool hasDynamicOffsets; // True if any dynamicOffsets are non-zero.
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers_cxx.cc | 35 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash, in HandleDynamicTypeCacheMiss() 85 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) { in __ubsan_handle_dynamic_type_cache_miss() 90 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) { in __ubsan_handle_dynamic_type_cache_miss_abort()
|
/external/rust/crates/intrusive-collections/src/ |
D | pointer_ops.rs | 32 type Pointer; typedef 40 unsafe fn from_raw(&self, value: *const Self::Value) -> Self::Pointer; in from_raw() 75 type Pointer = &'a T; typedef 90 type Pointer = Pin<&'a T>; typedef 105 type Pointer = UnsafeRef<T>; typedef 120 type Pointer = Pin<UnsafeRef<T>>; typedef 136 type Pointer = Box<T>; typedef 152 type Pointer = Pin<Box<T>>; typedef 168 type Pointer = Rc<T>; typedef 184 type Pointer = Pin<Rc<T>>; typedef [all …]
|
/external/llvm/tools/llvm-pdbdump/ |
D | FunctionDumper.cpp | 54 const char *Name, PointerType Pointer) { in start() 114 void FunctionDumper::start(const PDBSymbolFunc &Symbol, PointerType Pointer) { in start() 242 PointerType Pointer = in dump() local
|
D | FunctionDumper.h | 23 enum class PointerType { None, Pointer, Reference }; enumerator
|
D | TypedefDumper.cpp | 61 FunctionDumper::PointerType Pointer = FunctionDumper::PointerType::Pointer; in dump() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | PointerSumType.h | 100 void set(typename HelperT::template Lookup<N>::PointerT Pointer) { in set() 110 create(typename HelperT::template Lookup<N>::PointerT Pointer) { in create()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolExe.cpp | 22 auto Pointer = findOneChild<PDBSymbolTypePointer>(); in getPointerByteSize() local
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | inlined_vector.h | 104 using Pointer = typename AllocatorTraits::pointer; member 115 using Pointer = typename AllocatorTraits::pointer; variable 138 using Pointer = typename AllocatorTraits::pointer; variable 158 using Pointer = typename AllocatorTraits::pointer; variable 173 using Pointer = typename AllocatorTraits::pointer; variable 213 using Pointer = typename AllocatorTraits::pointer; variable
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | inlined_vector.h | 104 using Pointer = typename AllocatorTraits::pointer; member 115 using Pointer = typename AllocatorTraits::pointer; variable 138 using Pointer = typename AllocatorTraits::pointer; variable 158 using Pointer = typename AllocatorTraits::pointer; variable 173 using Pointer = typename AllocatorTraits::pointer; variable 213 using Pointer = typename AllocatorTraits::pointer; variable
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | inlined_vector.h | 127 using Pointer = typename AllocatorTraits::pointer; member 138 using Pointer = typename AllocatorTraits::pointer; variable 161 using Pointer = typename AllocatorTraits::pointer; variable 181 using Pointer = typename AllocatorTraits::pointer; variable 196 using Pointer = typename AllocatorTraits::pointer; variable 236 using Pointer = typename AllocatorTraits::pointer; variable
|
/external/golang-protobuf/internal/impl/ |
D | pointer_unsafe.go | 19 type Pointer unsafe.Pointer type 43 func pointerOf(p Pointer) pointer { 144 func (Export) MessageStateOf(p Pointer) *messageState {
|
D | pointer_reflect.go | 19 type Pointer interface{} interface 55 func pointerOf(p Pointer) pointer { 162 func (Export) MessageStateOf(p Pointer) *messageState { panic("not supported") }
|
/external/golang-protobuf/runtime/protoimpl/ |
D | impl.go | 41 Pointer = impl.Pointer talias
|
/external/llvm/bindings/go/llvm/ |
D | executionengine.go | 68 func NewGenericValueFromPointer(p unsafe.Pointer) (g GenericValue) { 83 func (g GenericValue) Pointer() unsafe.Pointer { func
|
/external/perfetto/src/trace_processor/importers/fuchsia/ |
D | fuchsia_trace_utils.h | 111 static ArgValue Pointer(uint64_t value) { in Pointer() function 164 uint64_t Pointer() const { in Pointer() function
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | inlined_vector.h | 53 using Pointer = typename AllocatorTraits<A>::pointer; variable
|
/external/swiftshader/src/Reactor/ |
D | Reactor.hpp | 2047 class Pointer : public LValue<Pointer<T>> class 2051 Pointer(RValue<Pointer<S>> pointerS, int alignment = 1) in Pointer() function in rr::Pointer 2059 Pointer(const Pointer<S> &pointer, int alignment = 1) in Pointer() function in rr::Pointer 2630 Pointer<T>::Pointer(Argument<Pointer<T>> argument) in Pointer() function in rr::Pointer 2637 Pointer<T>::Pointer() in Pointer() function in rr::Pointer 2642 Pointer<T>::Pointer(RValue<Pointer<T>> rhs) in Pointer() function in rr::Pointer 2649 Pointer<T>::Pointer(const Pointer<T> &rhs) in Pointer() function in rr::Pointer 2656 Pointer<T>::Pointer(const Reference<Pointer<T>> &rhs) in Pointer() function in rr::Pointer 2663 Pointer<T>::Pointer(std::nullptr_t) in Pointer() function in rr::Pointer
|
/external/clang/lib/CodeGen/ |
D | Address.h | 26 llvm::Value *Pointer; variable
|
/external/llvm/include/llvm/ADT/ |
D | PointerSumType.h | 73 create(typename HelperT::template Lookup<N>::PointerT Pointer) { in create()
|