/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGAddressAnalysis.h | 48 SDValue getBase() { return Base; } in getBase() function 49 SDValue getBase() const { return Base; } in getBase() function
|
H A D | MachinePostDominators.h | 36 PostDomTreeT &getBase() { in getBase() function
|
H A D | MachineLoopInfo.h | 106 LoopInfoBase<MachineBasicBlock, MachineLoop>& getBase() { return LI; } in getBase() function
|
H A D | MachineDominanceFrontier.h | 38 ForwardDominanceFrontierBase<MachineBasicBlock> &getBase() { return Base; } in getBase() function
|
H A D | MachineDominators.h | 87 DomTreeT &getBase() { in getBase() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | BaseSubobject.h | 43 const CXXRecordDecl *getBase() const { return Base; } in getBase() function
|
H A D | ExprOpenMP.h | 85 Expr *getBase() { return cast<Expr>(SubExprs[BASE]); } in getBase() function 86 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE]); } in getBase() function 214 Expr *getBase() { return getTrailingObjects<Expr *>()[NumDims]; } in getBase() function 215 const Expr *getBase() const { return getTrailingObjects<Expr *>()[NumDims]; } in getBase() function
|
H A D | VTTBuilder.h | 44 const CXXRecordDecl *getBase() const { in getBase() function
|
H A D | ExprObjC.h | 580 const Expr *getBase() const { return cast<Expr>(Base); } in getBase() function 581 Expr *getBase() { return cast<Expr>(Base); } in getBase() function 752 const Expr *getBase() const { in getBase() function 755 Expr *getBase() { in getBase() function 1507 Expr *getBase() const { return cast<Expr>(Base); } in getBase() function
|
H A D | Expr.h | 2346 CXXBaseSpecifier *getBase() const { in getBase() function 2613 Expr *getBase() { return lhsIsBase() ? getLHS() : getRHS(); } in getBase() function 2614 const Expr *getBase() const { return lhsIsBase() ? getLHS() : getRHS(); } in getBase() function 2680 Expr *getBase() { return cast<Expr>(SubExprs[BASE]); } in getBase() function 2681 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE]); } in getBase() function 3165 Expr *getBase() const { return cast<Expr>(Base); } in getBase() function 5307 Expr *getBase() const { return cast<Expr>(BaseAndUpdaterExprs[0]); } in getBase() function 5848 const Expr *getBase() const { return cast<Expr>(Base); } in getBase() function 5849 Expr *getBase() { return cast<Expr>(Base); } in getBase() function
|
H A D | ExprCXX.h | 1019 Expr *getBase() { return cast<Expr>(SubExprs[BASE_EXPR]); } in getBase() function 1020 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE_EXPR]); } in getBase() function 2560 Expr *getBase() const { return cast<Expr>(Base); } in getBase() function 3648 Expr *getBase() const { in getBase() function 3887 Expr *getBase() { in getBase() function 3891 const Expr *getBase() const { in getBase() function
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | ASTTableGen.h | 166 ASTNode getBase() const { in getBase() function 186 DeclNode getBase() const { return DeclNode(ASTNode::getBase().getRecord()); } in getBase() function 208 TypeNode getBase() const { return TypeNode(ASTNode::getBase().getRecord()); } in getBase() function 230 StmtNode getBase() const { return StmtNode(ASTNode::getBase().getRecord()); } in getBase() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Record.cpp | 36 const Record::Base *Record::getBase(const RecordDecl *FD) const { in getBase() function in Record
|
H A D | Record.h | 77 Base *getBase(unsigned I) { return &Bases[I]; } in getBase() function
|
H A D | Pointer.h | 151 Pointer getBase() const { in getBase() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | Dominators.h | 56 DominatorTreeBase &getBase() { return DT; } in getBase() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
H A D | UDTLayout.h | 153 const PDBSymbolTypeBaseClass &getBase() const { return *Base; } in getBase() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kCollapseMOVEMPass.cpp | 70 unsigned getBase() const { in getBase() function in __anon55c4489a0111::MOVEMState
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 316 const unsigned char *getBase() const { return Base; } in getBase() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 208 const Value *getBase() const { return Base; } in getBase() function in __anon59e977a60111::GuardWideningImpl::RangeCheck
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 282 const NamedDecl *getBase() const { return Base.getPointer(); } in getBase() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 2655 element_iterator getBase() const { return Op.get(); } in getBase() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 7702 Subobject getBase(CXXBaseSpecifier *Base) { in getBase() function in __anon26624a2b1f11::DefaultedComparisonAnalyzer 8112 ExprPair getBase(CXXBaseSpecifier *Base) { in getBase() function in __anon26624a2b1f11::DefaultedComparisonSynthesizer
|