Home
last modified time | relevance | path

Searched defs:getPointer (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/ADT/
DOptional.h108 const T* getPointer() const { assert(hasVal); return reinterpret_cast<const T*>(storage.buffer); } in getPointer() function
109 T* getPointer() { assert(hasVal); return reinterpret_cast<T*>(storage.buffer); } in getPointer() function
DPointerIntPair.h74 PointerTy getPointer() const { in getPointer() function
DSmallBitVector.h89 BitVector *getPointer() const { in getPointer() function
/external/llvm/include/llvm/Support/
DSMLoc.h33 const char *getPointer() const { return Ptr; } in getPointer() function
DStreamableMemoryObject.h114 const uint8_t *getPointer(uint64_t address, uint64_t size) const override { in getPointer() function
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_BitStream.h304 inline FX_BYTE *CJBig2_BitStream::getPointer() in getPointer() function
/external/llvm/lib/Support/
DStreamableMemoryObject.cpp74 const uint8_t *RawMemoryObject::getPointer(uint64_t address, in getPointer() function in __anon7794b4450111::RawMemoryObject
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h205 Value *getPointer() const { return CurNode->getValue(); } in getPointer() function
/external/clang/test/Analysis/
Dedges-new.mm316 - (int *)getPointer; method
/external/clang/include/clang/AST/
DVTableBuilder.h180 uintptr_t getPointer() const { in getPointer() function
/external/clang/include/clang/Sema/
DDeclSpec.h1376 static DeclaratorChunk getPointer(unsigned TypeQuals, SourceLocation Loc, in getPointer() function