Home
last modified time | relevance | path

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

12345678910>>...24

/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-7.0/llvm/lib/Support/
DDynamicLibrary.cpp80 if (void *Ptr = DLSym(Handle, Symbol)) in LibLookup() local
85 if (void *Ptr = DLSym(Handle, Symbol)) in LibLookup() local
97 if (void *Ptr = LibLookup(Symbol, Order)) in Lookup() local
102 if (void *Ptr = DLSym(Process, Symbol)) in Lookup() local
107 if (void *Ptr = LibLookup(Symbol, Order)) in Lookup() local
194 if (void *Ptr = OpenedHandles->Lookup(SymbolName, SearchOrder)) in SearchForAddressOfSymbol() local
DFormattedStream.cpp24 static void UpdatePosition(std::pair<unsigned, unsigned> &Position, const char *Ptr, size_t Size) { in UpdatePosition()
49 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) { in ComputePosition()
77 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DArrayRecycler.h57 void push(unsigned Idx, T *Ptr) { in push()
107 while (T *Ptr = pop(Bucket.size() - 1)) in clear() local
128 if (T *Ptr = pop(Cap.getBucket())) in allocate() local
138 void deallocate(Capacity Cap, T *Ptr) { in deallocate()
DSMLoc.h25 const char *Ptr = nullptr; variable
37 static SMLoc getFromPointer(const char *Ptr) { in getFromPointer()
DAllocator.h64 void Deallocate(const void *Ptr, size_t Size) { in Deallocate()
105 void Deallocate(const void *Ptr, size_t /*Size*/) { in Deallocate()
277 void Deallocate(const void *Ptr, size_t Size) { in Deallocate()
369 void *Ptr = PtrAndSize.first; in DeallocateCustomSizedSlabs() local
411 for (char *Ptr = Begin; Ptr + sizeof(T) <= End; Ptr += sizeof(T)) in DestroyAll() local
427 void *Ptr = PtrAndSize.first; in DestroyAll() local
/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/pdfium/third_party/lcms/src/
Dcmstypes.c314 cmsBool Type_XYZ_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt3… in Type_XYZ_Write()
323 void* Type_XYZ_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number n) in Type_XYZ_Dup()
331 void Type_XYZ_Free(struct _cms_typehandler_struct* self, void *Ptr) in Type_XYZ_Free()
411 cmsBool Type_Chromaticity_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr,… in Type_Chromaticity_Write()
429 void* Type_Chromaticity_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Number … in Type_Chromaticity_Dup()
437 void Type_Chromaticity_Free(struct _cms_typehandler_struct* self, void* Ptr) in Type_Chromaticity_Free()
484 …OrderType_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cmsUInt32Number… in Type_ColorantOrderType_Write()
506 void* Type_ColorantOrderType_Dup(struct _cms_typehandler_struct* self, const void *Ptr, cmsUInt32Nu… in Type_ColorantOrderType_Dup()
515 void Type_ColorantOrderType_Free(struct _cms_typehandler_struct* self, void* Ptr) in Type_ColorantOrderType_Free()
551 cmsBool Type_S15Fixed16_Write(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, void* Ptr, cm… in Type_S15Fixed16_Write()
[all …]
/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/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/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.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()
/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/bcc/tests/python/
Dtest_trace2.c4 struct Ptr { u64 ptr; }; argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryLocation.h57 const Value *Ptr; variable
117 : Ptr(Ptr), Size(Size), AATags(AATags) {} in Ptr() function
/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/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/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()

12345678910>>...24