| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | SelectionDAGAddressAnalysis.h | 48 SDValue getBase() { return Base; } in getBase() function 49 SDValue getBase() const { return Base; } in getBase() function
|
| D | MachinePostDominators.h | 36 PostDomTreeT &getBase() { in getBase() function
|
| D | MachineLoopInfo.h | 105 LoopInfoBase<MachineBasicBlock, MachineLoop>& getBase() { return LI; } in getBase() function
|
| D | MachineDominanceFrontier.h | 38 ForwardDominanceFrontierBase<MachineBasicBlock> &getBase() { return Base; } in getBase() function
|
| D | MachineDominators.h | 91 MachineDomTree &getBase() { in getBase() function
|
| /openbsd/src/gnu/llvm/clang/utils/TableGen/ |
| D | ASTTableGen.h | 167 ASTNode getBase() const { in getBase() function 187 DeclNode getBase() const { return DeclNode(ASTNode::getBase().getRecord()); } in getBase() function 209 TypeNode getBase() const { return TypeNode(ASTNode::getBase().getRecord()); } in getBase() function 231 StmtNode getBase() const { return StmtNode(ASTNode::getBase().getRecord()); } in getBase() function
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| 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
|
| D | BaseSubobject.h | 43 const CXXRecordDecl *getBase() const { return Base; } in getBase() function
|
| D | VTTBuilder.h | 44 const CXXRecordDecl *getBase() const { in getBase() function
|
| 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 1506 Expr *getBase() const { return cast<Expr>(Base); } in getBase() function
|
| D | Expr.h | 2425 CXXBaseSpecifier *getBase() const { in getBase() function 2693 Expr *getBase() { return lhsIsBase() ? getLHS() : getRHS(); } in getBase() function 2694 const Expr *getBase() const { return lhsIsBase() ? getLHS() : getRHS(); } in getBase() function 2760 Expr *getBase() { return cast<Expr>(SubExprs[BASE]); } in getBase() function 2761 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE]); } in getBase() function 3248 Expr *getBase() const { return cast<Expr>(Base); } in getBase() function 5391 Expr *getBase() const { return cast<Expr>(BaseAndUpdaterExprs[0]); } in getBase() function 5930 const Expr *getBase() const { return cast<Expr>(Base); } in getBase() function 5931 Expr *getBase() { return cast<Expr>(Base); } in getBase() function
|
| D | ExprCXX.h | 1025 Expr *getBase() { return cast<Expr>(SubExprs[BASE_EXPR]); } in getBase() function 1026 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE_EXPR]); } in getBase() function 2635 Expr *getBase() const { return cast<Expr>(Base); } in getBase() function 3721 Expr *getBase() const { in getBase() function 3960 Expr *getBase() { in getBase() function 3964 const Expr *getBase() const { in getBase() function
|
| /openbsd/src/gnu/llvm/clang/lib/AST/Interp/ |
| D | Record.cpp | 36 const Record::Base *Record::getBase(const RecordDecl *FD) const { in getBase() function in Record
|
| D | Record.h | 88 Base *getBase(unsigned I) { return &Bases[I]; } in getBase() function
|
| D | Pointer.h | 174 Pointer getBase() const { in getBase() function
|
| /openbsd/src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
| D | Dominators.h | 56 DominatorTreeBase &getBase() { return DT; } in getBase() function
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
| D | UDTLayout.h | 152 const PDBSymbolTypeBaseClass &getBase() const { return *Base; } in getBase() function
|
| /openbsd/src/gnu/llvm/clang/lib/Format/ |
| D | IntegerLiteralSeparatorFixer.cpp | 22 static Base getBase(const StringRef IntegerLiteral) { in getBase() function
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
| D | release_test.cpp | 128 scudo::uptr getBase() const { return 0; } in getBase() function in ReleasedPagesRecorder
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | OnDiskHashTable.h | 315 const unsigned char *getBase() const { return Base; } in getBase() function
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| D | release.h | 27 uptr getBase() const { return Base; } in getBase() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | GuardWidening.cpp | 213 const Value *getBase() const { return Base; } in getBase() function in __anon7b8b2ab70111::GuardWideningImpl::RangeCheck
|
| /openbsd/src/gnu/llvm/clang/include/clang/Sema/ |
| D | ScopeInfo.h | 290 const NamedDecl *getBase() const { return Base.getPointer(); } in getBase() function
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | DebugInfoMetadata.h | 2712 element_iterator getBase() const { return Op.get(); } in getBase() function
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaDeclCXX.cpp | 7879 Subobject getBase(CXXBaseSpecifier *Base) { in getBase() function in __anon0cfa837c1e11::DefaultedComparisonAnalyzer 8306 ExprPair getBase(CXXBaseSpecifier *Base) { in getBase() function in __anon0cfa837c1e11::DefaultedComparisonSynthesizer
|