| /freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kCollapseMOVEMPass.cpp | 88 void setBase(int Value) { in setBase() function in __anon3bad31010111::MOVEMState 226 State.setBase(Reg); in ProcessMI()
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 45 void setBase(Expr *Op) { getTrailingObjects<Expr *>()[NumDims] = Op; } 88 void setBase(Expr *E) { SubExprs[BASE] = E; } setBase() function 169 void setBase(Expr *Op) { getTrailingObjects<Expr *>()[NumDims] = Op; } 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 | 2780 void setBase(Expr *E) { SubExprs[BASE] = E; } 3263 void setBase(Expr *E) { Base = E; } 5659 void setBase(Expr *Base) { BaseAndUpdaterExprs[0] = Base; } 6314 void setBase(Expr *E) { Base = E; } 6948 setBase(Base); 6961 setBase(Base); 7039 void setBase(Expr *E) { SubExprs[BASE] = E; } 2746 void setBase(Expr *E) { SubExprs[BASE] = E; } setBase() function 3231 void setBase(Expr *E) { Base = E; } setBase() function 5448 void setBase(Expr *Base) { BaseAndUpdaterExprs[0] = Base; } setBase() function 6103 void setBase(Expr *E) { Base = E; } setBase() function
|
| H A D | ExprCXX.h | 1012 void setBase(Expr *Base) { SubExprs[BASE_EXPR] = Base; } in MSPropertySubscriptExpr() 1008 void setBase(Expr *Base) { SubExprs[BASE_EXPR] = Base; } setBase() function
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.h | 50 void setBase(Register NewBase) { BaseReg = NewBase; } in setBase() function
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GuardWidening.cpp | 251 void setBase(const Value *NewBase) { Base = NewBase; } in getBase() 847 Check.setBase(OpLHS); in parseRangeChecks() 855 Check.setBase(OpLHS); in parseRangeChecks() 248 void setBase(const Value *NewBase) { Base = NewBase; } setBase() function in __anonebdf1a4d0111::GuardWideningImpl::RangeCheck
|
| /freebsd-src/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-src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 950 E->setBase(Record.readSubExpr()); 960 E->setBase(Record.readSubExpr()); in VisitOMPArraySectionExpr() 978 E->setBase(Record.readSubExpr()); in VisitOMPArrayShapingExpr() 1081 E->setBase(Record.readSubExpr()); 1192 E->setBase(Record.readSubExpr()); 1284 E->setBase(Record.readSubExpr()); 1513 E->setBase(Record.readSubExpr()); in VisitObjCPropertyRefExpr() 1533 E->setBase(Record.readSubExpr()); in VisitObjCPropertyRefExpr() 2319 E->setBase(Record.readSubExpr()); in VisitSEHExceptStmt()
|
| /freebsd-src/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 | 7446 IV->setBase(BaseExpr); in RewriteObjCIvarRefExpr()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 1375 void setBase(SourceLocation Loc, DeclarationName Entity) { 1237 void setBase(SourceLocation Loc, DeclarationName Entity) { setBase() function in __anonaef6f5c70211::TemplateInstantiator
|
| H A D | TreeTransform.h | 197 void setBase(SourceLocation Loc, DeclarationName Entity) { } 213 Self.getDerived().setBase(Location, Entity); 217 Self.getDerived().setBase(OldLocation, OldEntity); 191 void setBase(SourceLocation Loc, DeclarationName Entity) { } setBase() function
|
| H A D | SemaTemplate.cpp | 10676 void setBase(SourceLocation Loc, DeclarationName Entity) { in ActOnExplicitInstantiation() 11445 void setBase(SourceLocation Loc, DeclarationName Entity) { setBase() function in __anonb394c5631511::CurrentInstantiationRebuilder
|
| H A D | SemaOverload.cpp | 15469 MemExpr->setBase(ObjectArg.get()); in BuildCallToMemberFunction()
|
| /freebsd-src/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 5161 setBase(Op);
|