/external/deqp/framework/common/ |
D | tcuArray.hpp | 44 inline const T* getPtr (void) const { return m_data; } in getPtr() function in tcu::Array 45 inline T* getPtr (void) { return m_data; } in getPtr() function in tcu::Array
|
D | tcuVector.hpp | 113 const T* getPtr (void) const { return &m_data[0]; } in getPtr() function in tcu::Vector 114 T* getPtr (void) { return &m_data[0]; } in getPtr() function in tcu::Vector
|
/external/llvm-project/clang/test/Analysis/ |
D | live-variables.m | 9 int *getPtr(); function
|
D | NewDelete-atomics.cpp | 58 Obj *getPtr() const { return Ptr; } // no-warning in getPtr() function in IntrusivePtr
|
D | objc-for.m | 171 int* getPtr(); function
|
D | NSContainers.m | 216 - (int *)getPtr; method
|
/external/clang/test/Analysis/ |
D | live-variables.m | 9 int *getPtr(); function
|
D | objc-for.m | 167 int* getPtr(); function
|
D | NSContainers.m | 214 - (int *)getPtr; method
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcABISupport.h | 59 void **getPtr(unsigned Idx) const { llvm_unreachable("Not supported"); } in getPtr() function 100 void **getPtr(unsigned Idx) const { in getPtr() function
|
/external/llvm-project/lldb/test/API/lang/cpp/covariant-return-types/ |
D | main.cpp | 17 virtual Base* getPtr() { return this; } in getPtr() function 25 Derived* getPtr() override { return this; } in getPtr() function
|
/external/deqp/modules/gles2/functional/ |
D | es2fBufferTestUtil.hpp | 87 deUint8* getPtr (int offset = 0) { return &m_data[offset]; } in getPtr() function in deqp::gles2::Functional::BufferTestUtil::ReferenceBuffer 88 const deUint8* getPtr (int offset = 0) const { return &m_data[offset]; } in getPtr() function in deqp::gles2::Functional::BufferTestUtil::ReferenceBuffer
|
/external/deqp/framework/delibs/decpp/ |
D | deArrayBuffer.hpp | 214 void* ArrayBuffer<T,Alignment,Stride>::getPtr (void) throw() in getPtr() function in de::ArrayBuffer 220 const void* ArrayBuffer<T,Alignment,Stride>::getPtr (void) const throw() in getPtr() function in de::ArrayBuffer
|
D | deSocket.hpp | 62 deSocketAddress* getPtr (void) { return m_address; } in getPtr() function in de::SocketAddress
|
/external/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
D | AddressSanitizerCommon.h | 44 Value *getPtr() { return PtrUse->get(); } in getPtr() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcABISupport.h | 63 void **getPtr(unsigned Idx) const { llvm_unreachable("Not supported"); } in getPtr() function 105 void **getPtr(unsigned Idx) const { in getPtr() function
|
/external/clang/test/Analysis/inlining/ |
D | false-positive-suppression.m | 10 - (int *)getPtr; method
|
D | path-notes.m | 127 - (int *)getPtr; method
|
/external/llvm-project/clang/test/Analysis/inlining/ |
D | false-positive-suppression.m | 13 - (int *)getPtr; method
|
D | path-notes.m | 127 - (int *)getPtr; method
|
/external/deqp/modules/glshared/ |
D | glsBufferTestUtil.hpp | 94 deUint8* getPtr (int offset = 0) { return &m_data[offset]; } in getPtr() function in deqp::gls::BufferTestUtil::ReferenceBuffer 95 const deUint8* getPtr (int offset = 0) const { return &m_data[offset]; } in getPtr() function in deqp::gls::BufferTestUtil::ReferenceBuffer
|
/external/antlr/runtime/ObjC/Framework/ |
D | PtrBuffer.m | 183 {
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IndirectionUtils.h | 349 void **getPtr(unsigned Idx) const { in getPtr() function
|
/external/nist-sip/java/gov/nist/core/ |
D | LexerCore.java | 746 public int getPtr() { in getPtr() method in LexerCore
|
/external/llvm/include/llvm/Support/ |
D | Error.h | 236 ErrorInfoBase *getPtr() const { in getPtr() function
|