Home
last modified time | relevance | path

Searched defs:getBase (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DRecord.cpp46 const Record::Base *Record::getBase(const RecordDecl *FD) const { in getBase() function in Record
52 const Record::Base *Record::getBase(QualType T) const { in getBase() function in Record
H A DMemberPointer.h54 Pointer getBase() const { in getBase() function
H A DRecord.h93 const Base *getBase(unsigned I) const { in getBase() function
H A DPointer.h317 [[nodiscard]] Pointer getBase() const { in getBase() function
H A DPointer.cpp613 auto getBase = [](const Pointer &P) -> Pointer { in computeSplitPoint() local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_base.h74 uptr getBase() { return invokeImpl(&Derived::getBaseImpl); } in getBase() function
117 uptr getBase() { return invokeImpl(&Derived::getBaseImpl); } in getBase() function
H A Dlist.h37 T *getBase() const { return nullptr; } in getBase() function
62 T *getBase() const { return Base; } in getBase() function
H A Drelease.h27 uptr getBase() const { return Base; } in getBase() function
53 uptr getBase() const { return Base; } in getBase() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h50 SDValue getBase() { return Base; } in getBase() function
51 SDValue getBase() const { return Base; } in getBase() function
H A DMachineDominanceFrontier.h38 ForwardDominanceFrontierBase<MachineBasicBlock> &getBase() { return Base; } in getBase() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLoadStoreOpt.h47 Register getBase() { return BaseReg; } in getBase() function
48 Register getBase() const { return BaseReg; } in getBase() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBaseSubobject.h43 const CXXRecordDecl *getBase() const { return Base; } in getBase() function
H A DExprOpenMP.h90 Expr *getBase() { return getTrailingObjects<Expr *>()[NumDims]; } in getBase() function
91 const Expr *getBase() const { return getTrailingObjects<Expr *>()[NumDims]; } in getBase() function
H A DVTTBuilder.h44 const CXXRecordDecl *getBase() const { in getBase() function
H A DExprObjC.h581 const Expr *getBase() const { return cast<Expr>(Base); } in getBase() function
582 Expr *getBase() { return cast<Expr>(Base); } in getBase() function
753 const Expr *getBase() const { return cast<Expr>(cast<Stmt *>(Receiver)); } in getBase() function
754 Expr *getBase() { return cast<Expr>(cast<Stmt *>(Receiver)); } in getBase() function
1509 Expr *getBase() const { return cast<Expr>(Base); } in getBase() function
H A DExpr.h2493 CXXBaseSpecifier *getBase() const { in getBase() function
2756 Expr *getBase() { return lhsIsBase() ? getLHS() : getRHS(); } in getBase() function
2757 const Expr *getBase() const { return lhsIsBase() ? getLHS() : getRHS(); } in getBase() function
2823 Expr *getBase() { return cast<Expr>(SubExprs[BASE]); } in getBase() function
2824 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE]); } in getBase() function
3362 Expr *getBase() const { return cast<Expr>(Base); } in getBase() function
5861 Expr *getBase() const { return cast<Expr>(BaseAndUpdaterExprs[0]); } in getBase() function
6509 const Expr *getBase() const { return cast<Expr>(Base); } in getBase() function
6510 Expr *getBase() { return cast<Expr>(Base); } in getBase() function
7150 Expr *getBase() { return cast<Expr>(SubExprs[BASE]); } in getBase() function
[all …]
H A DExprCXX.h1031 Expr *getBase() { return cast<Expr>(SubExprs[BASE_EXPR]); } in getBase() function
1032 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE_EXPR]); } in getBase() function
2769 Expr *getBase() const { return cast<Expr>(Base); } in getBase() function
3898 Expr *getBase() const { in getBase() function
4137 Expr *getBase() { in getBase() function
4141 const Expr *getBase() const { in getBase() function
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h167 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
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h160 const PDBSymbolTypeBaseClass &getBase() const { return *Base; } in getBase() function
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp22 static Base getBase(const StringRef IntegerLiteral) { in getBase() function
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp71 unsigned getBase() const { in getBase() function in __anon143e10ef0111::MOVEMState
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h317 const unsigned char *getBase() const { return Base; } in getBase() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h299 const NamedDecl *getBase() const { return Base.getPointer(); } in getBase() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp253 const Value *getBase() const { return Base; } in getBase() function in __anonfd3b26bb0111::GuardWideningImpl::RangeCheck
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3416 element_iterator getBase() const { return Op.get(); } in getBase() function

12