/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Record.cpp | 36 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 D | Record.h | 91 const Base *getBase(unsigned I) const { getBase() function
|
H A D | Pointer.h | 209 [[nodiscard]] Pointer getBase() const { getBase() function
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | mem_map_base.h | 72 uptr getBase() { return invokeImpl(&Derived::getBaseImpl); } in getBase() function 115 uptr getBase() { return invokeImpl(&Derived::getBaseImpl); } in getBase() function
|
H A D | release.h | 29 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 D | SelectionDAGAddressAnalysis.h | 49 SDValue getBase() { return Base; } in getBase() function 48 SDValue getBase() { return Base; } getBase() function
|
H A D | MachinePostDominators.h | 36 PostDomTreeT &getBase() { getBase() function
|
H A D | MachineLoopInfo.h | 114 LoopInfoBase<MachineBasicBlock, MachineLoop>& getBase() { return LI; } getBase() function
|
H A D | MachineDominanceFrontier.h | 38 ForwardDominanceFrontierBase<MachineBasicBlock> &getBase() { return Base; } in getBase() function
|
H A D | MachineDominators.h | 91 MachineDomTree &getBase() { getBase() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LoadStoreOpt.h | 46 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 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]); } 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 D | VTTBuilder.h | 44 const CXXRecordDecl *getBase() const { in getBase() function
|
H A D | ExprObjC.h | 583 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 D | Expr.h | 2409 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 D | ExprCXX.h | 1025 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 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
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | Dominators.h | 56 DominatorTreeBase &getBase() { return DT; } in getBase() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | UDTLayout.h | 152 const PDBSymbolTypeBaseClass &getBase() const { return *Base; } in getBase() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | IntegerLiteralSeparatorFixer.cpp | 22 static Base getBase(const StringRef IntegerLiteral) { in getBase() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kCollapseMOVEMPass.cpp | 71 unsigned getBase() const { in getBase() function in __anon3bad31010111::MOVEMState
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 317 const unsigned char *getBase() const { return Base; } in getBase() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 251 const Value *getBase() const { return Base; } getBase() function in __anonebdf1a4d0111::GuardWideningImpl::RangeCheck
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 296 const NamedDecl *getBase() const { return Base.getPointer(); } getBase() function
|