/external/clang/lib/CodeGen/ |
D | Address.h | 38 llvm::Value *getPointer() const { in getPointer() function 84 llvm::Constant *getPointer() const { in getPointer() function
|
D | CGValue.h | 327 llvm::Value *getPointer() const { in getPointer() function 558 llvm::Value *getPointer() const { in getPointer() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Optional.h | 119 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
|
D | PointerIntPair.h | 56 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function 147 static PointerT getPointer(intptr_t Value) { in getPointer() function
|
/external/llvm/include/llvm/ADT/ |
D | Optional.h | 119 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
|
D | PointerIntPair.h | 56 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function 147 static PointerT getPointer(intptr_t Value) { in getPointer() function
|
/external/swiftshader/src/Vulkan/ |
D | VkBufferView.cpp | 37 void *BufferView::getPointer() const in getPointer() function in vk::BufferView
|
/external/llvm/lib/Support/ |
D | StreamingMemoryObject.cpp | 65 const uint8_t *RawMemoryObject::getPointer(uint64_t address, in getPointer() function in __anonc4f85b0e0111::RawMemoryObject 107 const uint8_t *StreamingMemoryObject::getPointer(uint64_t Address, in getPointer() function in llvm::StreamingMemoryObject
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | StreamingMemoryObject.cpp | 63 const uint8_t *RawMemoryObject::getPointer(uint64_t address, in getPointer() function in __anonf3c04edc0111::RawMemoryObject 108 const uint8_t *StreamingMemoryObject::getPointer(uint64_t Address, in getPointer() function in llvm::StreamingMemoryObject
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
D | PointerIntPair.h | 60 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function 154 static PointerT getPointer(intptr_t Value) { in getPointer() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | SMLoc.h | 34 const char *getPointer() const { return Ptr; } in getPointer() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | SMLoc.h | 34 const char *getPointer() const { return Ptr; } in getPointer() function
|
/external/llvm/include/llvm/Support/ |
D | SMLoc.h | 34 const char *getPointer() const { return Ptr; } in getPointer() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | SMLoc.h | 35 const char *getPointer() const { return Ptr; } in getPointer() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Optional.h | 253 const T *getPointer() const { return &Storage.getValue(); } in getPointer() function 254 T *getPointer() { return &Storage.getValue(); } in getPointer() function
|
D | PointerIntPair.h | 59 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function
|
/external/google-fruit/include/fruit/impl/data_structures/ |
D | packed_pointer_and_bool.defn.h | 46 inline T* PackedPointerAndBool<T>::getPointer() const { in getPointer() function
|
/external/llvm/unittests/Support/ |
D | StreamingMemoryObjectTest.cpp | 57 TEST(StreamingMemoryObjectTest, getPointer) { in TEST() argument
|
/external/angle/src/common/ |
D | RingBufferAllocator.h | 101 uint8_t *getPointer() const { return mDataEnd; } in getPointer() function
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_BitStream.cpp | 169 const uint8_t* CJBig2_BitStream::getPointer() const { in getPointer() function in CJBig2_BitStream
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/ |
D | Mark.java | 158 public int getPointer() { in getPointer() method in Mark
|
/external/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 214 Value *getPointer() const { return CurNode->getValue(); } in getPointer() function
|
/external/apache-commons-io/src/main/java/org/apache/commons/io/input/ |
D | Tailer.java | 325 public long getPointer() throws IOException { in getPointer() method in Tailer.RandomAccessFileBridge 355 long getPointer() throws IOException; in getPointer() method
|
/external/golang-protobuf/internal/impl/ |
D | message.go | 99 func (mi *MessageInfo) getPointer(m protoreflect.Message) (p pointer, ok bool) { func
|
/external/clang/test/Analysis/ |
D | edges-new.mm | 316 - (int *)getPointer; method
|