Home
last modified time | relevance | path

Searched defs:Ptr (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DOwningPtr.h30 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
DNullablePtr.h27 T *Ptr; variable
29 NullablePtr(T *P = 0) : Ptr(P) {} in Ptr() function
/external/swiftshader/third_party/LLVM/lib/Support/
DFormattedStream.cpp23 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/
DArrayRecycler.h56 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()
DSMLoc.h24 const char *Ptr; variable
36 static SMLoc getFromPointer(const char *Ptr) { in getFromPointer()
DAllocator.h60 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/
DIntercept.cpp125 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/
DIntercept.cpp122 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/
DFormattedStream.cpp24 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()
Draw_ostream.cpp298 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()
DTwine.cpp51 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/
Drefcount.h103 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/
Dcmstypes.c308 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/
DMemoryLocation.h48 const Value *Ptr; variable
98 : Ptr(Ptr), Size(Size), AATags(AATags) {} in Ptr() function
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DSMLoc.h22 const char *Ptr; variable
34 static SMLoc getFromPointer(const char *Ptr) { in getFromPointer()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSMLoc.h25 const char *Ptr; variable
37 static SMLoc getFromPointer(const char *Ptr) { in getFromPointer()
DAllocator.h62 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/
DIdentifierResolver.cpp147 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/
Draw_ostream.cpp219 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()
DTwine.cpp57 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/
DOwnership.h47 void *Ptr = nullptr; variable
48 explicit OpaquePtr(void *Ptr) : Ptr(Ptr) {} in OpaquePtr()
92 void *Ptr; member
DIdentifierResolver.h82 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/
DPtrState.cpp216 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/
DIRBuilder.cpp42 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/
DCFLGraph.h235 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

12345678910>>...17