Home
last modified time | relevance | path

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

12

/external/clang/lib/CodeGen/
DAddress.h38 llvm::Value *getPointer() const { in getPointer() function
84 llvm::Constant *getPointer() const { in getPointer() function
DCGValue.h327 llvm::Value *getPointer() const { in getPointer() function
558 llvm::Value *getPointer() const { in getPointer() function
/external/llvm-project/clang/lib/CodeGen/
DAddress.h37 llvm::Value *getPointer() const { in getPointer() function
83 llvm::Constant *getPointer() const { in getPointer() function
/external/llvm/include/llvm/ADT/
DOptional.h119 const T* getPointer() const { assert(hasVal); return reinterpret_cast<const T*>(storage.buffer); } in getPointer() function
120 T* getPointer() { assert(hasVal); return reinterpret_cast<T*>(storage.buffer); } in getPointer() function
DPointerIntPair.h56 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function
147 static PointerT getPointer(intptr_t Value) { in getPointer() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DOptional.h119 const T* getPointer() const { assert(hasVal); return reinterpret_cast<const T*>(storage.buffer); } in getPointer() function
120 T* getPointer() { assert(hasVal); return reinterpret_cast<T*>(storage.buffer); } in getPointer() function
DPointerIntPair.h56 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function
147 static PointerT getPointer(intptr_t Value) { in getPointer() function
/external/swiftshader/src/Vulkan/
DVkBufferView.cpp37 void *BufferView::getPointer() const in getPointer() function in vk::BufferView
/external/llvm/lib/Support/
DStreamingMemoryObject.cpp65 const uint8_t *RawMemoryObject::getPointer(uint64_t address, in getPointer() function in __anon37581e9f0111::RawMemoryObject
107 const uint8_t *StreamingMemoryObject::getPointer(uint64_t Address, in getPointer() function in llvm::StreamingMemoryObject
/external/swiftshader/third_party/subzero/pnacl-llvm/
DStreamingMemoryObject.cpp63 const uint8_t *RawMemoryObject::getPointer(uint64_t address, in getPointer() function in __anoncb2bfdad0111::RawMemoryObject
108 const uint8_t *StreamingMemoryObject::getPointer(uint64_t Address, in getPointer() function in llvm::StreamingMemoryObject
/external/llvm-project/llvm/include/llvm/Support/
DSMLoc.h34 const char *getPointer() const { return Ptr; } in getPointer() function
/external/llvm/include/llvm/Support/
DSMLoc.h34 const char *getPointer() const { return Ptr; } in getPointer() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSMLoc.h34 const char *getPointer() const { return Ptr; } in getPointer() function
/external/llvm-project/clang/test/Analysis/
Dstack-frame-context-revision.cpp17 PointerTy getPointer() const { in getPointer() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSMLoc.h35 const char *getPointer() const { return Ptr; } in getPointer() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DOptional.h253 const T *getPointer() const { return &Storage.getValue(); } in getPointer() function
254 T *getPointer() { return &Storage.getValue(); } in getPointer() function
DPointerIntPair.h59 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function
/external/llvm-project/llvm/include/llvm/ADT/
DOptional.h255 constexpr const T *getPointer() const { return &Storage.getValue(); } in getPointer() function
256 T *getPointer() { return &Storage.getValue(); } in getPointer() function
DPointerIntPair.h59 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function
/external/google-fruit/include/fruit/impl/data_structures/
Dpacked_pointer_and_bool.defn.h46 inline T* PackedPointerAndBool<T>::getPointer() const { in getPointer() function
/external/llvm/unittests/Support/
DStreamingMemoryObjectTest.cpp57 TEST(StreamingMemoryObjectTest, getPointer) { in TEST() argument
/external/pdfium/core/fxcodec/jbig2/
DJBig2_BitStream.cpp162 const uint8_t* CJBig2_BitStream::getPointer() const { in getPointer() function in CJBig2_BitStream
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h214 Value *getPointer() const { return CurNode->getValue(); } in getPointer() function
/external/clang/test/Analysis/
Dedges-new.mm316 - (int *)getPointer; method
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-make-shared.cpp35 std::shared_ptr<Base> getPointer() { in getPointer() function

12