Home
last modified time | relevance | path

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

1234567891011

/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/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()
262 void Deallocate(const void *Ptr, size_t Size) { in Deallocate()
344 void *Ptr = PtrAndSize.first; in DeallocateCustomSizedSlabs() local
382 for (char *Ptr = Begin; Ptr + sizeof(T) <= End; Ptr += sizeof(T)) in DestroyAll() local
398 void *Ptr = PtrAndSize.first; in DestroyAll() local
/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/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.cpp296 raw_ostream &raw_ostream::write(const char *Ptr, size_t Size) { in write()
339 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer()
566 void raw_fd_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
619 void raw_fd_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl()
736 void raw_string_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
746 void raw_svector_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
750 void raw_svector_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl()
768 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
775 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()
Draw_os_ostream.cpp26 void raw_os_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()
DSmallPtrSet.cpp38 SmallPtrSetImplBase::insert_imp(const void *Ptr) { in insert_imp()
77 bool SmallPtrSetImplBase::erase_imp(const void * Ptr) { in erase_imp()
/external/compiler-rt/lib/profile/
DInstrProfilingPort.h29 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
33 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
38 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
42 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
/external/llvm/include/llvm/Analysis/
DMemoryLocation.h48 const Value *Ptr; variable
98 : Ptr(Ptr), Size(Size), AATags(AATags) {} in Ptr() argument
/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/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()
DDependencyAnalysis.cpp35 bool llvm::objcarc::CanAlterRefCount(const Instruction *Inst, const Value *Ptr, in CanAlterRefCount()
72 const Value *Ptr, in CanDecrementRefCount()
85 bool llvm::objcarc::CanUse(const Instruction *Inst, const Value *Ptr, in CanUse()
/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/clang/include/clang/Lex/
DLexer.h448 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size, in getCharAndSizeNoWarn()
526 inline char getAndAdvanceChar(const char *&Ptr, Token &Tok) { in getAndAdvanceChar()
541 const char *ConsumeChar(const char *Ptr, unsigned Size, Token &Tok) { in ConsumeChar()
557 inline char getCharAndSize(const char *Ptr, unsigned &Size) { in getCharAndSize()
/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/Analysis/
DLoopAccessAnalysis.cpp92 Value *Ptr, Value *OrigPtr) { in replaceSymbolicStrideSCEV()
127 void RuntimePointerChecking::insert(Loop *Lp, Value *Ptr, bool WritePtr, in insert()
434 Value *Ptr = const_cast<Value*>(Loc.Ptr); in addLoad() local
443 Value *Ptr = const_cast<Value*>(Loc.Ptr); in addStore() local
524 const ValueToValueMap &Strides, Value *Ptr, in hasComputableBounds()
560 Value *Ptr = A.getValue(); in canCheckPtrAtRT() local
694 Value *Ptr = AV.getValue(); in processMemAccesses() local
767 static bool isInBoundsGep(Value *Ptr) { in isInBoundsGep()
775 static bool isNoWrapAddRec(Value *Ptr, const SCEVAddRecExpr *AR, in isNoWrapAddRec()
822 int llvm::isStridedPtr(PredicatedScalarEvolution &PSE, Value *Ptr, in isStridedPtr()
[all …]
/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/std/utilities/memory/allocator.traits/allocator.traits.types/
Dpointer.pass.cpp23 struct Ptr {}; struct

1234567891011