/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | OwningPtr.h | 30 T *Ptr; variable 32 explicit OwningPtr(T *P = 0) : Ptr(P) {} in Ptr() function 35 delete Ptr; in ~OwningPtr() local 84 T *Ptr; variable 86 explicit OwningArrayPtr(T *P = 0) : Ptr(P) {} in Ptr() function
|
D | NullablePtr.h | 27 T *Ptr; variable 29 NullablePtr(T *P = 0) : Ptr(P) {} in Ptr() function
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | FormattedStream.cpp | 23 static unsigned CountColumns(unsigned Column, const char *Ptr, size_t Size) { in CountColumns() 41 void formatted_raw_ostream::ComputeColumn(const char *Ptr, size_t Size) { in ComputeColumn() 70 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
|
/external/llvm/include/llvm/Support/ |
D | ArrayRecycler.h | 56 void push(unsigned Idx, T *Ptr) { in push() 105 while (T *Ptr = pop(Bucket.size() - 1)) in clear() local 126 if (T *Ptr = pop(Cap.getBucket())) in allocate() local 136 void deallocate(Capacity Cap, T *Ptr) { in deallocate()
|
D | SMLoc.h | 24 const char *Ptr; variable 36 static SMLoc getFromPointer(const char *Ptr) { in getFromPointer()
|
D | Allocator.h | 60 void Deallocate(const void *Ptr, size_t Size) { in Deallocate() 101 void Deallocate(const void *Ptr, size_t /*Size*/) { in Deallocate() 263 void Deallocate(const void *Ptr, size_t Size) { in Deallocate() 347 void *Ptr = PtrAndSize.first; in DeallocateCustomSizedSlabs() local 385 for (char *Ptr = Begin; Ptr + sizeof(T) <= End; Ptr += sizeof(T)) in DestroyAll() local 401 void *Ptr = PtrAndSize.first; in DestroyAll() local
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/ |
D | Intercept.cpp | 125 void *Ptr = sys::DynamicLibrary::SearchForAddressOfSymbol(NameStr); in getPointerToNamedFunction() local 144 if (void *Ptr = getPointerToNamedFunction(Prefix+"$LDBL128", false)) in getPointerToNamedFunction() local 146 if (void *Ptr = getPointerToNamedFunction(Prefix, false)) in getPointerToNamedFunction() local
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | Intercept.cpp | 122 void *Ptr = sys::DynamicLibrary::SearchForAddressOfSymbol(NameStr); in getPointerToNamedFunction() local 141 if (void *Ptr = getPointerToNamedFunction(Prefix+"$LDBL128", false)) in getPointerToNamedFunction() local 143 if (void *Ptr = getPointerToNamedFunction(Prefix, false)) in getPointerToNamedFunction() local
|
/external/llvm/lib/Support/ |
D | FormattedStream.cpp | 24 static void UpdatePosition(std::pair<unsigned, unsigned> &Position, const char *Ptr, size_t Size) { in UpdatePosition() 48 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) { in ComputePosition() 76 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
|
D | raw_ostream.cpp | 298 raw_ostream &raw_ostream::write(const char *Ptr, size_t Size) { in write() 341 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer() 567 void raw_fd_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() 634 void raw_fd_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl() 752 void raw_string_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() 762 void raw_svector_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() 766 void raw_svector_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl() 784 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() 791 void raw_null_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl()
|
D | Twine.cpp | 51 void Twine::printOneChild(raw_ostream &OS, Child Ptr, in printOneChild() 98 void Twine::printOneChildRepr(raw_ostream &OS, Child Ptr, in printOneChildRepr()
|
/external/sfntly/cpp/src/sfntly/port/ |
D | refcount.h | 103 class Ptr; variable 176 Ptr() : p_(NULL) { in Ptr() function 181 Ptr(T* pT) : p_(NULL) { in Ptr() function 185 Ptr(const Ptr<T>& p) : p_(NULL) { in Ptr() function
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmstypes.c | 308 cmsBool Type_XYZ_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt3… in Type_XYZ_Write() 317 void* Type_XYZ_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) in Type_XYZ_Dup() 325 void Type_XYZ_Free(struct _cms_typehandler_struct* self, void *Ptr) in Type_XYZ_Free() 405 cmsBool Type_Chromaticity_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr,… in Type_Chromaticity_Write() 423 void* Type_Chromaticity_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number … in Type_Chromaticity_Dup() 431 void Type_Chromaticity_Free(struct _cms_typehandler_struct* self, void* Ptr) in Type_Chromaticity_Free() 478 …OrderType_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number… in Type_ColorantOrderType_Write() 500 void* Type_ColorantOrderType_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Nu… in Type_ColorantOrderType_Dup() 509 void Type_ColorantOrderType_Free(struct _cms_typehandler_struct* self, void* Ptr) in Type_ColorantOrderType_Free() 545 cmsBool Type_S15Fixed16_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cm… in Type_S15Fixed16_Write() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryLocation.h | 48 const Value *Ptr; variable 98 : Ptr(Ptr), Size(Size), AATags(AATags) {} in Ptr() function
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | SMLoc.h | 22 const char *Ptr; variable 34 static SMLoc getFromPointer(const char *Ptr) { in getFromPointer()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | SMLoc.h | 25 const char *Ptr; variable 37 static SMLoc getFromPointer(const char *Ptr) { in getFromPointer()
|
D | Allocator.h | 62 void Deallocate(const void *Ptr, size_t Size) { in Deallocate() 103 void Deallocate(const void *Ptr, size_t /*Size*/) { in Deallocate() 266 void Deallocate(const void *Ptr, size_t Size) { in Deallocate() 350 void *Ptr = PtrAndSize.first; in DeallocateCustomSizedSlabs() local 388 for (char *Ptr = Begin; Ptr + sizeof(T) <= End; Ptr += sizeof(T)) in DestroyAll() local 404 void *Ptr = PtrAndSize.first; in DestroyAll() local
|
/external/clang/lib/Sema/ |
D | IdentifierResolver.cpp | 147 void *Ptr = Name.getFETokenInfo<void>(); in AddDecl() local 172 void *Ptr = Name.getFETokenInfo<void>(); in InsertDeclAfter() local 213 void *Ptr = Name.getFETokenInfo<void>(); in RemoveDecl() local 232 void *Ptr = Name.getFETokenInfo<void>(); in begin() local 302 void *Ptr = Name.getFETokenInfo<void>(); in tryAddTopLevelDecl() local 395 void *Ptr = Name.getFETokenInfo<void>(); in operator []() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | raw_ostream.cpp | 219 raw_ostream &raw_ostream::write(const char *Ptr, size_t Size) { in write() 262 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer() 540 void raw_fd_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() 613 void raw_fd_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl() 730 void raw_string_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() 740 void raw_svector_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() 744 void raw_svector_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl() 762 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() 769 void raw_null_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl()
|
D | Twine.cpp | 57 void Twine::printOneChild(raw_ostream &OS, Child Ptr, in printOneChild() 107 void Twine::printOneChildRepr(raw_ostream &OS, Child Ptr, in printOneChildRepr()
|
/external/clang/include/clang/Sema/ |
D | Ownership.h | 47 void *Ptr = nullptr; variable 48 explicit OpaquePtr(void *Ptr) : Ptr(Ptr) {} in OpaquePtr() 92 void *Ptr; member
|
D | IdentifierResolver.h | 82 uintptr_t Ptr; variable 197 static inline bool isDeclPtr(void *Ptr) { in isDeclPtr() 202 static inline IdDeclInfo *toIdDeclInfo(void *Ptr) { in toIdDeclInfo()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | PtrState.cpp | 216 const Value *Ptr, in HandlePotentialAlterRefCount() 244 const Value *Ptr, in HandlePotentialUse() 351 const Value *Ptr, in HandlePotentialAlterRefCount() 383 void TopDownPtrState::HandlePotentialUse(Instruction *Inst, const Value *Ptr, in HandlePotentialUse()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | IRBuilder.cpp | 42 Value *IRBuilderBase::getCastedInt8PtrValue(Value *Ptr) { in getCastedInt8PtrValue() 64 CreateMemSet(Value *Ptr, Value *Val, Value *Size, unsigned Align, in CreateMemSet() 121 CallInst *IRBuilderBase::CreateLifetimeStart(Value *Ptr, ConstantInt *Size) { in CreateLifetimeStart() 136 CallInst *IRBuilderBase::CreateLifetimeEnd(Value *Ptr, ConstantInt *Size) { in CreateLifetimeEnd()
|
/external/llvm/lib/Analysis/ |
D | CFLGraph.h | 235 auto *Ptr = Inst.getOperand(0); in visitPtrToIntInst() local 240 auto *Ptr = &Inst; in visitIntToPtrInst() local 257 auto *Ptr = Inst.getPointerOperand(); in visitAtomicCmpXchgInst() local 263 auto *Ptr = Inst.getPointerOperand(); in visitAtomicRMWInst() local 293 auto *Ptr = Inst.getPointerOperand(); in visitLoadInst() local 299 auto *Ptr = Inst.getPointerOperand(); in visitStoreInst() local 420 auto *Ptr = Inst.getVectorOperand(); in visitExtractElementInst() local 447 auto *Ptr = Inst.getAggregateOperand(); in visitExtractValueInst() local
|