Searched defs:getPointer (Results 1 - 25 of 27) sorted by relevance

12

/external/llvm/include/llvm/Support/
H A DSMLoc.h34 const char *getPointer() const { return Ptr; } function in class:llvm::SMLoc
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DSMLoc.h32 const char *getPointer() const { return Ptr; } function in class:llvm::SMLoc
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DSMLoc.h35 const char *getPointer() const { return Ptr; } function in class:llvm::SMLoc
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DOptional.h41 const T* getPointer() const { assert(hasVal); return &x; } function in class:llvm::Optional
46 const T* operator->() const { return getPointer(); }
56 return Val.getPointer();
H A DPointerIntPair.h67 PointerTy getPointer() const { function in class:llvm::PointerIntPair
95 assert(Value == reinterpret_cast<intptr_t>(getPointer()) &&
H A DSmallBitVector.h87 BitVector *getPointer() const { function in class:llvm::SmallBitVector
152 switchToLarge(new BitVector(*RHS.getPointer()));
157 delete getPointer();
162 return isSmall() ? getSmallSize() == 0 : getPointer()->empty();
167 return isSmall() ? getSmallSize() : getPointer()->size();
180 return getPointer()->count();
187 return getPointer()->any();
194 return getPointer()->all();
201 return getPointer()->none();
217 return getPointer()
[all...]
/external/clang/lib/CodeGen/
H A DAddress.h38 llvm::Value *getPointer() const { function in class:clang::CodeGen::Address
45 return llvm::cast<llvm::PointerType>(getPointer()->getType());
63 return getPointer()->getName();
84 llvm::Constant *getPointer() const { function in class:clang::CodeGen::ConstantAddress
85 return llvm::cast<llvm::Constant>(Address::getPointer());
89 return ConstantAddress(llvm::ConstantExpr::getBitCast(getPointer(), ty),
98 return llvm::isa<llvm::Constant>(addr.getPointer());
101 return ConstantAddress(llvm::cast<llvm::Constant>(addr.getPointer()),
H A DCGValue.h60 return V1.getPointer();
66 return std::make_pair(V1.getPointer(), V2.getPointer());
72 auto align = reinterpret_cast<uintptr_t>(V2.getPointer()) >> AggAlignShift;
73 return Address(V1.getPointer(), CharUnits::fromQuantity(align));
77 return V1.getPointer();
108 ER.V1.setPointer(addr.getPointer());
327 llvm::Value *getPointer() const { function in class:clang::CodeGen::LValue
331 Address getAddress() const { return Address(getPointer(), getAlignment()); }
334 V = address.getPointer();
558 llvm::Value *getPointer() const { function in class:clang::CodeGen::AggValueSlot
[all...]
/external/llvm/include/llvm/ADT/
H A DPointerIntPair.h56 PointerTy getPointer() const { return Info::getPointer(Value); } function in class:llvm::PointerIntPair
84 assert(Value == reinterpret_cast<intptr_t>(getPointer()) &&
147 static PointerT getPointer(intptr_t Value) {
H A DOptional.h119 const T* getPointer() const { assert(hasVal); return reinterpret_cast<const T*>(storage.buffer); } function in class:llvm::Optional
120 T* getPointer() { assert(hasVal); return reinterpret_cast<T*>(storage.buffer); } function in class:llvm::Optional
121 const T& getValue() const LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); }
122 T& getValue() LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); }
126 const T* operator->() const { return getPointer(); }
127 T* operator->() { return getPointer(); }
128 const T& operator*() const LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); }
129 T& operator*() LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); }
137 T&& getValue() && { assert(hasVal); return std::move(*getPointer()); }
138 T&& operator*() && { assert(hasVal); return std::move(*getPointer()); }
[all...]
H A DSmallBitVector.h91 BitVector *getPointer() const { function in class:llvm::SmallBitVector
156 switchToLarge(new BitVector(*RHS.getPointer()));
165 delete getPointer();
170 return isSmall() ? getSmallSize() == 0 : getPointer()->empty();
175 return isSmall() ? getSmallSize() : getPointer()->size();
184 return getPointer()->count();
191 return getPointer()->any();
198 return getPointer()->all();
205 return getPointer()->none();
216 return getPointer()
[all...]
/external/llvm/lib/Support/
H A DStreamingMemoryObject.cpp30 const uint8_t *getPointer(uint64_t address, uint64_t size) const override;
65 const uint8_t *RawMemoryObject::getPointer(uint64_t address, function in class:__anon12906::RawMemoryObject
107 const uint8_t *StreamingMemoryObject::getPointer(uint64_t Address, function in class:llvm::StreamingMemoryObject
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DPointerIntPair.h56 PointerTy getPointer() const { return Info::getPointer(Value); } function in class:llvm::PointerIntPair
84 assert(Value == reinterpret_cast<intptr_t>(getPointer()) &&
147 static PointerT getPointer(intptr_t Value) {
H A DOptional.h119 const T* getPointer() const { assert(hasVal); return reinterpret_cast<const T*>(storage.buffer); } function in class:llvm::Optional
120 T* getPointer() { assert(hasVal); return reinterpret_cast<T*>(storage.buffer); } function in class:llvm::Optional
121 const T& getValue() const LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); }
122 T& getValue() LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); }
126 const T* operator->() const { return getPointer(); }
127 T* operator->() { return getPointer(); }
128 const T& operator*() const LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); }
129 T& operator*() LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); }
137 T&& getValue() && { assert(hasVal); return std::move(*getPointer()); }
138 T&& operator*() && { assert(hasVal); return std::move(*getPointer()); }
[all...]
/external/swiftshader/third_party/subzero/pnacl-llvm/
H A DStreamingMemoryObject.cpp30 const uint8_t *getPointer(uint64_t address, uint64_t size) const override;
65 const uint8_t *RawMemoryObject::getPointer(uint64_t address, function in class:__anon20635::RawMemoryObject
107 const uint8_t *StreamingMemoryObject::getPointer(uint64_t Address, function in class:llvm::StreamingMemoryObject
/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_BitStream.cpp158 const uint8_t* CJBig2_BitStream::getPointer() const { function in class:CJBig2_BitStream
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h214 Value *getPointer() const { return CurNode->getValue(); } function
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DAliasSetTracker.h207 Value *getPointer() const { return CurNode->getValue(); } function
/external/clang/include/clang/AST/
H A DVTableBuilder.h126 return reinterpret_cast<CXXRecordDecl *>(getPointer());
133 return reinterpret_cast<CXXMethodDecl *>(getPointer());
138 return reinterpret_cast<CXXDestructorDecl *>(getPointer());
143 return reinterpret_cast<CXXMethodDecl *>(getPointer());
201 uintptr_t getPointer() const { function in class:clang::VTableComponent
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVType.h245 SPIRVTypePointer *getPointer() const { return Pointer; } function in class:SPIRV::SPIRVTypeForwardPointer
/external/clang/include/clang/Sema/
H A DDeclSpec.h1477 static DeclaratorChunk getPointer(unsigned TypeQuals, SourceLocation Loc, function in struct:clang::DeclaratorChunk
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 715 milliseconds

12