Home
last modified time | relevance | path

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

/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.h75 PointerTy getPointer() const { in getPointer() function
DSmallBitVector.h94 BitVector *getPointer() const { in getPointer() function
/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/include/llvm/Support/
DSMLoc.h34 const char *getPointer() const { return Ptr; } in getPointer() function
DStreamingMemoryObject.h31 const uint8_t *getPointer(uint64_t address, uint64_t size) const override { in getPointer() function
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DbtHashPtr.java64 public long getPointer() { in getPointer() method in btHashPtr
/external/llvm/lib/Support/
DStreamingMemoryObject.cpp65 const uint8_t *RawMemoryObject::getPointer(uint64_t address, in getPointer() function in __anoncfe6cef90111::RawMemoryObject
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_BitStream.cpp158 const uint8_t* CJBig2_BitStream::getPointer() const { in getPointer() function in CJBig2_BitStream
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
DInputEvent.java66 public int getPointer () { in getPointer() method in InputEvent
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h209 Value *getPointer() const { return CurNode->getValue(); } in getPointer() function
/external/clang/test/Analysis/
Dedges-new.mm316 - (int *)getPointer; method
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtHashMap.h128 const void* getPointer() const in getPointer() function
/external/clang/include/clang/AST/
DVTableBuilder.h201 uintptr_t getPointer() const { in getPointer() function
/external/clang/include/clang/Sema/
DDeclSpec.h1445 static DeclaratorChunk getPointer(unsigned TypeQuals, SourceLocation Loc, in getPointer() function
/external/libgdx/gdx/jni/android/
DAndroidGL20.cpp84 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining) in getPointer() function