Searched defs:getPointer (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DPointerIntPair.h70 PointerTy getPointer() const { function
H A DOptional.h113 const T* getPointer() const { assert(hasVal); return reinterpret_cast<const T*>(storage.buffer); } function in class:llvm::Optional
114 T* getPointer() { assert(hasVal); return reinterpret_cast<T*>(storage.buffer); } function in class:llvm::Optional
[all...]
H A DSmallBitVector.h88 BitVector *getPointer() const { function in class:llvm::SmallBitVector
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DSMLoc.h33 const char *getPointer() const { return Ptr; } function in class:llvm::SMLoc
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DStreamableMemoryObject.cpp75 const uint8_t *RawMemoryObject::getPointer(uint64_t address, function in class:__anon2294::RawMemoryObject
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h205 Value *getPointer() const { return CurNode->getValue(); } function
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DVTableBuilder.h179 uintptr_t getPointer() const { function in class:clang::VTableComponent
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1380 static DeclaratorChunk getPointer(unsigned TypeQuals, SourceLocation Loc, function in struct:clang::DeclaratorChunk

Completed in 82 milliseconds