| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kCollapseMOVEMPass.cpp | 88 void setBase(int Value) { in setBase() function in __anond7d71e650111::MOVEMState 226 State.setBase(Reg); in ProcessMI()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 88 void setBase(Expr *E) { SubExprs[BASE] = E; } in setBase() function 169 void setBase(Expr *Op) { getTrailingObjects<Expr *>()[NumDims] = Op; } in setBase() function
|
| H A D | ExprObjC.h | 585 void setBase(Expr * base) { Base = base; } in setBase() function 825 void setBase(Expr *Base) { Receiver = Base; } in setBase() function 1515 void setBase(Expr *E) { Base = E; } in setBase() function
|
| H A D | Expr.h | 2746 void setBase(Expr *E) { SubExprs[BASE] = E; } in setBase() function 3231 void setBase(Expr *E) { Base = E; } in setBase() function 5448 void setBase(Expr *Base) { BaseAndUpdaterExprs[0] = Base; } in setBase() function 6103 void setBase(Expr *E) { Base = E; } in setBase() function
|
| H A D | ExprCXX.h | 1008 void setBase(Expr *Base) { SubExprs[BASE_EXPR] = Base; } in setBase() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.h | 50 void setBase(Register NewBase) { BaseReg = NewBase; } in setBase() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GuardWidening.cpp | 248 void setBase(const Value *NewBase) { Base = NewBase; } in setBase() function in __anon19265eb10111::GuardWideningImpl::RangeCheck 842 Check.setBase(OpLHS); in parseRangeChecks() 850 Check.setBase(OpLHS); in parseRangeChecks()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.cpp | 89 Info.setBase(Ptr); in getPointerInfo() 93 Info.setBase(BaseReg); in getPointerInfo()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 953 E->setBase(Record.readSubExpr()); in VisitMatrixSubscriptExpr() 961 E->setBase(Record.readSubExpr()); in VisitOMPArraySectionExpr() 973 E->setBase(Record.readSubExpr()); in VisitOMPArrayShapingExpr() 1084 E->setBase(Record.readSubExpr()); in VisitObjCIsaExpr() 1195 E->setBase(Record.readSubExpr()); in VisitExtVectorElementExpr() 1287 E->setBase(Record.readSubExpr()); in VisitDesignatedInitUpdateExpr() 1506 E->setBase(Record.readSubExpr()); in VisitObjCIvarRefExpr() 1526 E->setBase(Record.readSubExpr()); in VisitObjCPropertyRefExpr() 2299 E->setBase(Record.readSubExpr()); in VisitMSPropertySubscriptExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 5802 IV->setBase(BaseExpr); in RewriteObjCIvarRefExpr() 5843 IV->setBase(PE); in RewriteObjCIvarRefExpr() 5879 IV->setBase(PE); in RewriteObjCIvarRefExpr()
|
| H A D | RewriteModernObjC.cpp | 7448 IV->setBase(BaseExpr); in RewriteObjCIvarRefExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 1237 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anon0819d12b0211::TemplateInstantiator
|
| H A D | TreeTransform.h | 191 void setBase(SourceLocation Loc, DeclarationName Entity) { } in setBase() function 207 Self.getDerived().setBase(Location, Entity); in TemporaryBase() 211 Self.getDerived().setBase(OldLocation, OldEntity); in ~TemporaryBase()
|
| H A D | SemaTemplate.cpp | 11445 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anon6a6d17471511::CurrentInstantiationRebuilder
|
| H A D | SemaOverload.cpp | 15461 MemExpr->setBase(ObjectArg.get()); in BuildCallToMemberFunction()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 5070 setBase(Op); in OMPArrayShapingExpr()
|