| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kCollapseMOVEMPass.cpp | 88 void setBase(int Value) { in setBase() function in __anon143e10ef0111::MOVEMState 226 State.setBase(Reg); in ProcessMI()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.h | 51 void setBase(Register NewBase) { BaseReg = NewBase; } in setBase() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GuardWidening.cpp | 250 void setBase(const Value *NewBase) { Base = NewBase; } in setBase() function in __anonfd3b26bb0111::GuardWideningImpl::RangeCheck 846 Check.setBase(OpLHS); in parseRangeChecks() 854 Check.setBase(OpLHS); in parseRangeChecks()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 45 void setBase(Expr *Op) { getTrailingObjects<Expr *>()[NumDims] = Op; } in setBase() function
|
| H A D | ExprObjC.h | 583 void setBase(Expr * base) { Base = base; } in setBase() function 819 void setBase(Expr *Base) { Receiver = Base; } in setBase() function 1508 void setBase(Expr *E) { Base = E; } in setBase() function
|
| H A D | Expr.h | 2825 void setBase(Expr *E) { SubExprs[BASE] = E; } in setBase() function 3361 void setBase(Expr *E) { Base = E; } in setBase() function 5862 void setBase(Expr *Base) { BaseAndUpdaterExprs[0] = Base; } in setBase() function 6511 void setBase(Expr *E) { Base = E; } in setBase() function 7116 setBase(Base); in ArraySectionExpr() 7129 setBase(Base); in ArraySectionExpr() 7207 void setBase(Expr *E) { SubExprs[BASE] = E; } in setBase() function
|
| H A D | ExprCXX.h | 1014 void setBase(Expr *Base) { SubExprs[BASE_EXPR] = Base; } in setBase() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.cpp | 86 Info.setBase(Ptr); in getPointerInfo() 90 Info.setBase(BaseReg); in getPointerInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 958 E->setBase(Record.readSubExpr()); in VisitMatrixSubscriptExpr() 968 E->setBase(Record.readSubExpr()); in VisitArraySectionExpr() 986 E->setBase(Record.readSubExpr()); in VisitOMPArrayShapingExpr() 1094 E->setBase(Record.readSubExpr()); in VisitObjCIsaExpr() 1206 E->setBase(Record.readSubExpr()); in VisitExtVectorElementExpr() 1298 E->setBase(Record.readSubExpr()); in VisitDesignatedInitUpdateExpr() 1532 E->setBase(Record.readSubExpr()); in VisitObjCIvarRefExpr() 1552 E->setBase(Record.readSubExpr()); in VisitObjCPropertyRefExpr() 2339 E->setBase(Record.readSubExpr()); in VisitMSPropertySubscriptExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 5781 IV->setBase(BaseExpr); in RewriteObjCIvarRefExpr() 5822 IV->setBase(PE); in RewriteObjCIvarRefExpr() 5858 IV->setBase(PE); in RewriteObjCIvarRefExpr()
|
| H A D | RewriteModernObjC.cpp | 7412 IV->setBase(BaseExpr); in RewriteObjCIvarRefExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 1438 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anondb690eb50211::TemplateInstantiator
|
| H A D | TreeTransform.h | 202 void setBase(SourceLocation Loc, DeclarationName Entity) { } in setBase() function 218 Self.getDerived().setBase(Location, Entity); in TemporaryBase() 222 Self.getDerived().setBase(OldLocation, OldEntity); in ~TemporaryBase()
|
| H A D | SemaTemplate.cpp | 11235 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anon75c807111811::CurrentInstantiationRebuilder
|
| H A D | SemaOverload.cpp | 16286 MemExpr->setBase(ObjectArg.get()); in BuildCallToMemberFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 5256 setBase(Op); in OMPArrayShapingExpr()
|