Home
last modified time | relevance | path

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

12345678910

/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
35 static SMLoc getFromPointer(const char *Ptr) { in getFromPointer()
DAllocator.h60 void Deallocate(const void *Ptr, size_t Size) { in Deallocate()
98 void Deallocate(const void *Ptr, size_t /*Size*/) { in Deallocate()
215 char *Ptr = alignPtr(CurPtr, Alignment); in Allocate() local
333 void *Ptr = PtrAndSize.first; in DeallocateCustomSizedSlabs() local
377 for (char *Ptr = Begin; Ptr + sizeof(T) <= End; Ptr += sizeof(T)) in DestroyAll() local
393 void *Ptr = PtrAndSize.first; in DestroyAll() local
/external/pdfium/core/src/fxcodec/lcms2/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/lib/Support/
DFormattedStream.cpp23 static void UpdatePosition(std::pair<unsigned, unsigned> &Position, const char *Ptr, size_t Size) { in UpdatePosition()
47 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) { in ComputePosition()
75 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
DTwine.cpp58 void Twine::printOneChild(raw_ostream &OS, Child Ptr, in printOneChild()
102 void Twine::printOneChildRepr(raw_ostream &OS, Child Ptr, in printOneChildRepr()
Draw_ostream.cpp295 raw_ostream &raw_ostream::write(const char *Ptr, size_t Size) { in write()
337 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer()
515 void raw_fd_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
692 void raw_string_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
731 void raw_svector_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
775 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
Dcircular_raw_ostream.cpp18 void circular_raw_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
Draw_os_ostream.cpp26 void raw_os_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
DSmallPtrSet.cpp37 bool SmallPtrSetImplBase::insert_imp(const void * Ptr) { in insert_imp()
74 bool SmallPtrSetImplBase::erase_imp(const void * Ptr) { in erase_imp()
/external/clang/lib/Sema/
DIdentifierResolver.cpp144 void *Ptr = Name.getFETokenInfo<void>(); in AddDecl() local
169 void *Ptr = Name.getFETokenInfo<void>(); in InsertDeclAfter() local
210 void *Ptr = Name.getFETokenInfo<void>(); in RemoveDecl() local
229 void *Ptr = Name.getFETokenInfo<void>(); in begin() local
294 void *Ptr = Name.getFETokenInfo<void>(); in tryAddTopLevelDecl() local
387 void *Ptr = Name.getFETokenInfo<void>(); in operator []() local
/external/sfntly/cpp/src/sfntly/port/
Drefcount.h179 Ptr() : p_(NULL) { in Ptr() function
184 Ptr(T* pT) : p_(NULL) { in Ptr() function
188 Ptr(const Ptr<T>& p) : p_(NULL) { in Ptr() function
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
Drefcount.h179 Ptr() : p_(NULL) { in Ptr() function
184 Ptr(T* pT) : p_(NULL) { in Ptr() function
188 Ptr(const Ptr<T>& p) : p_(NULL) { in Ptr() function
/external/clang/include/clang/Lex/
DLexer.h428 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size, in getCharAndSizeNoWarn()
506 inline char getAndAdvanceChar(const char *&Ptr, Token &Tok) { in getAndAdvanceChar()
521 const char *ConsumeChar(const char *Ptr, unsigned Size, Token &Tok) { in ConsumeChar()
537 inline char getCharAndSize(const char *Ptr, unsigned &Size) { in getCharAndSize()
/external/clang/include/clang/Sema/
DOwnership.h46 void *Ptr; variable
47 explicit OpaquePtr(void *Ptr) : Ptr(Ptr) {} in OpaquePtr()
91 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/IR/
DIRBuilder.cpp42 Value *IRBuilderBase::getCastedInt8PtrValue(Value *Ptr) { in getCastedInt8PtrValue()
64 CreateMemSet(Value *Ptr, Value *Val, Value *Size, unsigned Align, in CreateMemSet()
125 CallInst *IRBuilderBase::CreateLifetimeStart(Value *Ptr, ConstantInt *Size) { in CreateLifetimeStart()
140 CallInst *IRBuilderBase::CreateLifetimeEnd(Value *Ptr, ConstantInt *Size) { in CreateLifetimeEnd()
/external/clang/test/FixIt/
Dfixit-vexing-parse-cxx0x.cpp12 typedef int *Ptr; in func() typedef
/external/clang/test/CodeGenCXX/
Datomic.cpp4 template<typename _Tp> struct Ptr { struct
Darm-cc.cpp4 const char *Ptr; member in SMLoc
/external/llvm/lib/Transforms/Scalar/
DLowerAtomic.cpp26 Value *Ptr = CXI->getPointerOperand(); in LowerAtomicCmpXchgInst() local
45 Value *Ptr = RMWI->getPointerOperand(); in LowerAtomicRMWInst() local
/external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
Dpointer.pass.cpp23 struct Ptr {}; struct
/external/llvm/lib/Analysis/
DLibCallSemantics.cpp23 static StringMap<const LibCallFunctionInfo*> *getMap(void *Ptr) { in getMap()
/external/llvm/include/llvm/Analysis/
DValueTracking.h125 GetPointerBaseWithConstantOffset(const Value *Ptr, int64_t &Offset, in GetPointerBaseWithConstantOffset()
/external/chromium_org/third_party/WebKit/Source/platform/heap/
DHeapTerminatedArray.h32 typedef RawPtr<HeapTerminatedArray> Ptr; typedef

12345678910