Home
last modified time | relevance | path

Searched defs:Pointer (Results 1 – 25 of 134) sorted by relevance

123456

/external/go-cmp/cmp/internal/value/
Dpointer_unsafe.go16 type Pointer struct { struct
17 p unsafe.Pointer
18 t reflect.Type
30 func (p Pointer) IsNil() bool {
35 func (p Pointer) Uintptr() uintptr {
Dpointer_purego.go13 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/
Dconstexpr_addressof.pass.cpp20 struct Pointer { struct
21 constexpr Pointer(void* v) : value(v) {} in Pointer() function
22 void* value;
/external/libchrome/mojo/public/cpp/bindings/lib/
Dbindings_internal.h109 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/
Dreport_references.go22 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/
DShaderCore.hpp99 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/
Dubsan_handlers_cxx.cc35 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/
Dpointer_ops.rs32 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/
DFunctionDumper.cpp54 const char *Name, PointerType Pointer) { in start()
114 void FunctionDumper::start(const PDBSymbolFunc &Symbol, PointerType Pointer) { in start()
242 PointerType Pointer = in dump() local
DFunctionDumper.h23 enum class PointerType { None, Pointer, Reference }; enumerator
DTypedefDumper.cpp61 FunctionDumper::PointerType Pointer = FunctionDumper::PointerType::Pointer; in dump() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPointerSumType.h100 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/
DPDBSymbolExe.cpp22 auto Pointer = findOneChild<PDBSymbolTypePointer>(); in getPointerByteSize() local
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dinlined_vector.h104 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/
Dinlined_vector.h104 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/
Dinlined_vector.h127 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/
Dpointer_unsafe.go19 type Pointer unsafe.Pointer type
43 func pointerOf(p Pointer) pointer {
144 func (Export) MessageStateOf(p Pointer) *messageState {
Dpointer_reflect.go19 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/
Dimpl.go41 Pointer = impl.Pointer talias
/external/llvm/bindings/go/llvm/
Dexecutionengine.go68 func NewGenericValueFromPointer(p unsafe.Pointer) (g GenericValue) {
83 func (g GenericValue) Pointer() unsafe.Pointer { func
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.h111 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/
Dinlined_vector.h53 using Pointer = typename AllocatorTraits<A>::pointer; variable
/external/swiftshader/src/Reactor/
DReactor.hpp2047 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/
DAddress.h26 llvm::Value *Pointer; variable
/external/llvm/include/llvm/ADT/
DPointerSumType.h73 create(typename HelperT::template Lookup<N>::PointerT Pointer) { in create()

123456