Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DRecord.cpp36 const Record::Base *Record::getBase(const RecordDecl *FD) const { getBase() function in Record
42 const Record::Base *Record::getBase(QualType T) const { getBase() function in Record
H A DRecord.h91 const Base *getBase(unsigned I) const { getBase() function
H A DPointer.h209 [[nodiscard]] Pointer getBase() const { getBase() function
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h49 SDValue getBase() { return Base; } in getBase() function
48 SDValue getBase() { return Base; } getBase() function
H A DMachinePostDominators.h36 PostDomTreeT &getBase() { getBase() function
H A DMachineLoopInfo.h114 LoopInfoBase<MachineBasicBlock, MachineLoop>& getBase() { return LI; } getBase() function
H A DMachineDominanceFrontier.h38 ForwardDominanceFrontierBase<MachineBasicBlock> &getBase() { return Base; } in getBase() function
H A DMachineDominators.h91 MachineDomTree &getBase() { getBase() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLoadStoreOpt.h46 Register getBase() { return BaseReg; } in getBase() function
47 Register getBase() const { return BaseReg; } in getBase() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DBaseSubobject.h43 const CXXRecordDecl *getBase() const { return Base; } in getBase() function
H A DExprOpenMP.h85 Expr *getBase() { return cast<Expr>(SubExprs[BASE]); } getBase() function
86 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE]); } getBase() function
214 Expr *getBase() { return getTrailingObjects<Expr *>()[NumDims]; } getBase() function
215 const Expr *getBase() const { return getTrailingObjects<Expr *>()[NumDims]; } getBase() function
H A DVTTBuilder.h44 const CXXRecordDecl *getBase() const { in getBase() function
H A DExprObjC.h583 const Expr *getBase() const { return cast<Expr>(Base); } in getBase() function
584 Expr *getBase() { return cast<Expr>(Base); } in getBase() function
755 const Expr *getBase() const { in getBase() function
758 Expr *getBase() { in getBase() function
1516 Expr *getBase() const { return cast<Expr>(Base); } in getBase() function
H A DExpr.h2409 CXXBaseSpecifier *getBase() const { getBase() function
2677 Expr *getBase() { return lhsIsBase() ? getLHS() : getRHS(); } getBase() function
2678 const Expr *getBase() const { return lhsIsBase() ? getLHS() : getRHS(); } getBase() function
2744 Expr *getBase() { return cast<Expr>(SubExprs[BASE]); } getBase() function
2745 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE]); } getBase() function
3232 Expr *getBase() const { return cast<Expr>(Base); } getBase() function
5447 Expr *getBase() const { return cast<Expr>(BaseAndUpdaterExprs[0]); } getBase() function
6101 const Expr *getBase() const { return cast<Expr>(Base); } getBase() function
6102 Expr *getBase() { return cast<Expr>(Base); } getBase() function
[all...]
H A DExprCXX.h1025 Expr *getBase() { return cast<Expr>(SubExprs[BASE_EXPR]); } getBase() function
1026 const Expr *getBase() const { return cast<Expr>(SubExprs[BASE_EXPR]); } getBase() function
2644 Expr *getBase() const { return cast<Expr>(Base); } getBase() function
3739 Expr *getBase() const { getBase() function
3978 Expr *getBase() { getBase() function
3982 const Expr *getBase() const { getBase() function
/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DDominators.h56 DominatorTreeBase &getBase() { return DT; } in getBase() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h152 const PDBSymbolTypeBaseClass &getBase() const { return *Base; } in getBase() function
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp22 static Base getBase(const StringRef IntegerLiteral) { in getBase() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp71 unsigned getBase() const { in getBase() function in __anon3bad31010111::MOVEMState
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h317 const unsigned char *getBase() const { return Base; } in getBase() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp251 const Value *getBase() const { return Base; } getBase() function in __anonebdf1a4d0111::GuardWideningImpl::RangeCheck
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h296 const NamedDecl *getBase() const { return Base.getPointer(); } getBase() function

12