Searched defs:getBase (Results 1 - 15 of 15) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h33 uint64_t getBase() const { return 0; } function in class:llvm::StringRefMemoryObject
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
H A DGeneralSubtree.java159 public GeneralName getBase() method in class:GeneralSubtree
/external/clang/include/clang/AST/
H A DBaseSubobject.h40 /// getBase - Returns the base class declaration.
41 const CXXRecordDecl *getBase() const { return Base; } function in class:clang::BaseSubobject
70 DenseMapInfo<const clang::CXXRecordDecl *>::getHashValue(Base.getBase()) ^
H A DVTTBuilder.h37 : BaseAndIsVirtual(Base.getBase(), BaseIsVirtual),
40 const CXXRecordDecl *getBase() const { function in class:clang::VTTVTable
53 return BaseSubobject(getBase(), getBaseOffset());
H A DExprObjC.h202 const Expr *getBase() const { return cast<Expr>(Base); } function in class:clang::ObjCIvarRefExpr
203 Expr *getBase() { return cast<Expr>(Base); } function in class:clang::ObjCIvarRefExpr
216 : SourceRange(getBase()->getLocStart(), Loc);
331 const Expr *getBase() const { function in class:clang::ObjCPropertyRefExpr
334 Expr *getBase() { function in class:clang::ObjCPropertyRefExpr
385 return SourceRange((isObjectReceiver() ? getBase()->getLocStart()
958 Expr *getBase() const { return cast<Expr>(Base); }
969 return SourceRange(getBase()->getLocStart(), IsaMemberLoc);
H A DExprCXX.h1424 Expr *getBase() const { return cast<Expr>(Base); } function in class:clang::CXXPseudoDestructorExpr
2430 Expr *getBase() const {
2646 Expr *getBase() { function in class:clang::UnresolvedMemberExpr
2650 const Expr *getBase() const { function in class:clang::UnresolvedMemberExpr
H A DExpr.h1593 CXXBaseSpecifier *getBase() const { function in class:clang::StringLiteral::OffsetOfExpr::OffsetOfNode
1830 /// - getBase() and getIdx() always present the normalized view: A[4].
1831 /// In this case getBase() returns "A" and getIdx() returns "4".
1835 /// predicate the format conversion in getBase and getIdx only on the
1846 Expr *getBase() { function in class:clang::StringLiteral::OffsetOfExpr::ArraySubscriptExpr
1850 const Expr *getBase() const { function in class:clang::StringLiteral::OffsetOfExpr::ArraySubscriptExpr
1869 SourceLocation getExprLoc() const { return getBase()->getExprLoc(); }
2114 Expr *getBase() const { return cast<Expr>(Base); } function
2252 return getBase() && getBase()
4015 const Expr *getBase() const { return cast<Expr>(Base); } function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::DesignatedInitExpr::ExtVectorElementExpr
4016 Expr *getBase() { return cast<Expr>(Base); } function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::DesignatedInitExpr::ExtVectorElementExpr
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineDominators.h49 DominatorTreeBase<MachineBasicBlock>& getBase() { return *DT; } function in class:llvm::MachineDominatorTree
H A DMachineLoopInfo.h74 LoopInfoBase<MachineBasicBlock, MachineLoop>& getBase() { return LI; } function in class:llvm::MachineLoopInfo
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp108 uint64_t getBase() const { return BasePC; } function in class:__anon6737::DisasmMemoryObject
H A DEDDisassembler.cpp225 uint64_t getBase() const { return 0x0; } function in class:__anon6738::EDMemoryObject
/external/llvm/tools/llvm-mc/
H A DDisassembler.cpp44 uint64_t getBase() const { return 0; } function in class:__anon7140::VectorMemoryObject
/external/clang/include/clang/Basic/
H A DOnDiskHashTable.h263 const unsigned char* getBase() const { return Base; } function in class:clang::OnDiskChainedHashTable
/external/llvm/include/llvm/Analysis/
H A DDominators.h703 DominatorTreeBase<BasicBlock>& getBase() { return *DT; } function in class:llvm::DominatorTree
730 if (DT->compare(Other.getBase()))
H A DLoopInfo.h961 LoopInfoBase<BasicBlock, Loop>& getBase() { return LI; } function in class:llvm::LoopInfo

Completed in 271 milliseconds