Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DRecord.cpp45 const Record::Base *Record::getBase(const RecordDecl *FD) const { in getBase() function in Record
51 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.h90 const Base *getBase(unsigned I) const { in getBase() function
H A DPointer.h288 [[nodiscard]] Pointer getBase() const { in getBase() function
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_base.h72 uptr getBase() { return invokeImpl(&Derived::getBaseImpl); } in getBase() function
115 uptr getBase() { return invokeImpl(&Derived::getBaseImpl); } in getBase() function
H A Drelease.h29 uptr getBase() const { return Base; } in getBase() function
59 uptr getBase() const { return Base; } in getBase() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h49 SDValue getBase() { return Base; } in getBase() function
50 SDValue getBase() const { return Base; } in getBase() function
H A DMachineDominanceFrontier.h38 ForwardDominanceFrontierBase<MachineBasicBlock> &getBase() { return Base; } in getBase() function
H A DMachineDominators.h118 MachineDominatorTree &getBase() { 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 DExpr.h2443 CXXBaseSpecifier *getBase() const { in getBase() function
2711 Expr *getBase() { return lhsIsBase() ? getLHS() : getRHS(); } in getBase() function
2712 const Expr *getBase() const { return lhsIsBase() ? getLHS() : getRHS(); } in getBase() function
2778 Expr *getBase() { return cast<Expr>(SubExprs[BASE]); } in getBase() function
2779 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE]); } in getBase() function
3264 Expr *getBase() const { return cast<Expr>(Base); } in getBase() function
5658 Expr *getBase() const { return cast<Expr>(BaseAndUpdaterExprs[0]); } in getBase() function
6312 const Expr *getBase() const { return cast<Expr>(Base); } in getBase() function
6313 Expr *getBase() { return cast<Expr>(Base); } in getBase() function
6982 Expr *getBase() { return cast<Expr>(SubExprs[BASE]); } in getBase() function
[all …]
H A DExprCXX.h1029 Expr *getBase() { return cast<Expr>(SubExprs[BASE_EXPR]); } in getBase() function
1030 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE_EXPR]); } in getBase() function
2660 Expr *getBase() const { return cast<Expr>(Base); } in getBase() function
3776 Expr *getBase() const { in getBase() function
4015 Expr *getBase() { in getBase() function
4019 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.h152 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.cpp254 const Value *getBase() const { return Base; } in getBase() function in __anonfd3b26bb0111::GuardWideningImpl::RangeCheck
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2827 element_iterator getBase() const { return Op.get(); } in getBase() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp703 PointerUnion<CallsiteInfo *, AllocInfo *> getBase() const { return *this; } in getBase() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8015 Subobject getBase(CXXBaseSpecifier *Base) { in getBase() function in __anon42c808801f11::DefaultedComparisonAnalyzer
8444 ExprPair getBase(CXXBaseSpecifier *Base) { in getBase() function in __anon42c808801f11::DefaultedComparisonSynthesizer