| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Record.cpp | 46 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 D | MemberPointer.h | 54 Pointer getBase() const { in getBase() function
|
| H A D | Record.h | 93 const Base *getBase(unsigned I) const { in getBase() function
|
| H A D | Pointer.h | 317 [[nodiscard]] Pointer getBase() const { in getBase() function
|
| H A D | Pointer.cpp | 613 auto getBase = [](const Pointer &P) -> Pointer { in computeSplitPoint() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | mem_map_base.h | 74 uptr getBase() { return invokeImpl(&Derived::getBaseImpl); } in getBase() function 117 uptr getBase() { return invokeImpl(&Derived::getBaseImpl); } in getBase() function
|
| H A D | list.h | 37 T *getBase() const { return nullptr; } in getBase() function 62 T *getBase() const { return Base; } in getBase() function
|
| H A D | release.h | 27 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 D | SelectionDAGAddressAnalysis.h | 50 SDValue getBase() { return Base; } in getBase() function 51 SDValue getBase() const { return Base; } in getBase() function
|
| H A D | MachineDominanceFrontier.h | 38 ForwardDominanceFrontierBase<MachineBasicBlock> &getBase() { return Base; } in getBase() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.h | 47 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 D | BaseSubobject.h | 43 const CXXRecordDecl *getBase() const { return Base; } in getBase() function
|
| H A D | ExprOpenMP.h | 90 Expr *getBase() { return getTrailingObjects<Expr *>()[NumDims]; } in getBase() function 91 const Expr *getBase() const { return getTrailingObjects<Expr *>()[NumDims]; } in getBase() function
|
| H A D | VTTBuilder.h | 44 const CXXRecordDecl *getBase() const { in getBase() function
|
| H A D | ExprObjC.h | 581 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 D | Expr.h | 2493 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 D | ExprCXX.h | 1031 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 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/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | UDTLayout.h | 160 const PDBSymbolTypeBaseClass &getBase() const { return *Base; } in getBase() function
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | IntegerLiteralSeparatorFixer.cpp | 22 static Base getBase(const StringRef IntegerLiteral) { in getBase() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kCollapseMOVEMPass.cpp | 71 unsigned getBase() const { in getBase() function in __anon143e10ef0111::MOVEMState
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 317 const unsigned char *getBase() const { return Base; } in getBase() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 299 const NamedDecl *getBase() const { return Base.getPointer(); } in getBase() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GuardWidening.cpp | 253 const Value *getBase() const { return Base; } in getBase() function in __anonfd3b26bb0111::GuardWideningImpl::RangeCheck
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 3416 element_iterator getBase() const { return Op.get(); } in getBase() function
|