/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | Address.h | 38 llvm::Value *getPointer() const { in getPointer() function 84 llvm::Constant *getPointer() const { in getPointer() function
|
H A D | CGValue.h | 327 llvm::Value *getPointer() const { in getPointer() function 558 llvm::Value *getPointer() const { in getPointer() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A 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
|
H A D | PointerIntPair.h | 56 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function 147 static PointerT getPointer(intptr_t Value) { in getPointer() function
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A 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
|
H A D | PointerIntPair.h | 56 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function 147 static PointerT getPointer(intptr_t Value) { in getPointer() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | CustomizableOptional.h | 74 constexpr const T *getPointer() const { return &Storage.value(); } in getPointer() function 76 T *getPointer() { return &Storage.value(); } in getPointer() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | CustomizableOptional.h | 74 constexpr const T *getPointer() const { return &Storage.value(); } in getPointer() function 76 T *getPointer() { return &Storage.value(); } in getPointer() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | CustomizableOptional.h | 74 constexpr const T *getPointer() const { return &Storage.value(); } in getPointer() function 76 T *getPointer() { return &Storage.value(); } in getPointer() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | CustomizableOptional.h | 74 constexpr const T *getPointer() const { return &Storage.value(); } in getPointer() function 76 T *getPointer() { return &Storage.value(); } in getPointer() function
|
/aosp_15_r20/external/swiftshader/third_party/subzero/pnacl-llvm/ |
H A D | StreamingMemoryObject.cpp | 63 const uint8_t *RawMemoryObject::getPointer(uint64_t address, in getPointer() function in __anon124a245c0111::RawMemoryObject 108 const uint8_t *StreamingMemoryObject::getPointer(uint64_t Address, in getPointer() function in llvm::StreamingMemoryObject
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | StreamingMemoryObject.cpp | 65 const uint8_t *RawMemoryObject::getPointer(uint64_t address, in getPointer() function in __anone976508e0111::RawMemoryObject 107 const uint8_t *StreamingMemoryObject::getPointer(uint64_t Address, in getPointer() function in llvm::StreamingMemoryObject
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | PointerIntPair.h | 60 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function 154 static PointerT getPointer(intptr_t Value) { in getPointer() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | PointerIntPair.h | 94 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function 190 static PointerT getPointer(intptr_t Value) { in getPointer() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | PointerIntPair.h | 94 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function 190 static PointerT getPointer(intptr_t Value) { in getPointer() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | PointerIntPair.h | 94 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function 190 static PointerT getPointer(intptr_t Value) { in getPointer() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | PointerIntPair.h | 94 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer() function 190 static PointerT getPointer(intptr_t Value) { in getPointer() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Optional.h | 253 const T *getPointer() const { return &Storage.getValue(); } in getPointer() function 254 T *getPointer() { return &Storage.getValue(); } in getPointer() function
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkBufferView.cpp | 37 void *BufferView::getPointer() const in getPointer() function in vk::BufferView
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/ |
D | Memory.cpp | 535 uint8_t* MemoryAshmem::getPointer() const { in getPointer() function in android::nn::MemoryAshmem 619 uint8_t* MemoryRuntimeAHWB::getPointer() const { in getPointer() function in android::nn::MemoryRuntimeAHWB
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/ |
H A D | Tailer.java | 325 public long getPointer() throws IOException { in getPointer() method in Tailer.RandomAccessFileBridge 355 long getPointer() throws IOException; in getPointer() method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | SMLoc.h | 34 constexpr const char *getPointer() const { return Ptr; } in getPointer() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | SMLoc.h | 34 const char *getPointer() const { return Ptr; } in getPointer() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | SMLoc.h | 34 constexpr const char *getPointer() const { return Ptr; } in getPointer() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | SMLoc.h | 34 constexpr const char *getPointer() const { return Ptr; } in getPointer() function
|