/llvm-project/clang/lib/AST/Interp/ |
H A D | Record.cpp |
|
H A D | MemberPointer.h |
|
H A D | Record.h |
|
H A D | Pointer.h |
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | mem_map_base.h | 72 uptr getBase() { return invokeImpl(&Derived::getBaseImpl); } getBase() function 115 uptr getBase() { return invokeImpl(&Derived::getBaseImpl); } getBase() function [all...] |
H A D | release.h | 29 uptr getBase() const { return Base; } getBase() function 59 uptr getBase() const { return Base; } getBase() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGAddressAnalysis.h | 49 SDValue getBase() { return Base; } in getBase() function 50 SDValue getBase() const { return Base; } in getBase() function
|
H A D | MachineLoopInfo.h | 120 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 | 118 MachineDominatorTree &getBase() { getBase() function
|
/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
|
/llvm-project/clang/include/clang/AST/ |
H A D | BaseSubobject.h | 43 const CXXRecordDecl *getBase() const { return Base; } in getBase() function
|
H A D | VTTBuilder.h | 44 const CXXRecordDecl *getBase() const { 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 | 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 { return cast<Expr>(cast<Stmt *>(Receiver)); } in getBase() function 758 Expr *getBase() { getBase() function 1516 Expr *getBase() const { return cast<Expr>(Base); } getBase() function
|
/llvm-project/polly/include/polly/ |
H A D | ScheduleTreeTransform.h | 131 BaseTy &getBase() { return *this; } in getBase() function 132 const BaseTy &getBase() const { return *this; } in getBase() function
|
/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
|
/llvm-project/polly/lib/Transform/ |
H A D | ScheduleTreeTransform.cpp | 234 BaseTy &getBase() { return *this; } in getBase() function 235 const BaseTy &getBase() const { return *this; } in getBase() function 363 BaseTy &getBase() { return *this; } in getBase() function 364 const BaseTy &getBase() const { return *this; } in getBase() function 382 BaseTy &getBase() { return *this; } in getBase() function 383 const BaseTy &getBase() const { return *this; } in getBase() function 567 BaseTy &getBase() { return *this; } in getBase() function in __anonbef9369c0111::BandCollapseRewriter 568 const BaseTy &getBase() cons in getBase() function in __anonbef9369c0111::BandCollapseRewriter 841 BaseTy &getBase() { return *this; } getBase() function in __anonbef9369c0111::GreedyFusionRewriter 842 const BaseTy &getBase() const { return *this; } getBase() function in __anonbef9369c0111::GreedyFusionRewriter [all...] |
H A D | ManualOptimizer.cpp | 140 BaseTy &getBase() { return *this; } in getBase() function in __anona6b20d040111::SearchTransformVisitor 141 const BaseTy &getBase() const { return *this; } in getBase() function in __anona6b20d040111::SearchTransformVisitor
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | Dominators.h | 56 DominatorTreeBase &getBase() { return DT; } in getBase() function
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | UDTLayout.h | 152 const PDBSymbolTypeBaseClass &getBase() const { return *Base; } in getBase() function
|
/llvm-project/clang/lib/Format/ |
H A D | IntegerLiteralSeparatorFixer.cpp | 22 static Base getBase(const StringRef IntegerLiteral) { in getBase() function
|
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | HLFIRTools.h | 174 mlir::Value getBase() const { return *this; } getBase() function
|
/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kCollapseMOVEMPass.cpp | 71 unsigned getBase() const { in getBase() function in __anon7c7b1b820111::MOVEMState
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | BoxValue.cpp | 21 mlir::Value fir::getBase(const fir::ExtendedValue &exv) { in getBase() function in fir
|