| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kCollapseMOVEMPass.cpp | 87 void setBase(int Value) { in setBase() function in __anond1c1b9230111::MOVEMState 225 State.setBase(Reg); in ProcessMI()
|
| /freebsd-13.1/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 | 582 void setBase(Expr * base) { Base = base; } in setBase() function 822 void setBase(Expr *Base) { Receiver = Base; } in setBase() function 1506 void setBase(Expr *E) { Base = E; } in setBase() function
|
| H A D | Expr.h | 2738 void setBase(Expr *E) { SubExprs[BASE] = E; } in setBase() function 3231 void setBase(Expr *E) { Base = E; } in setBase() function 5375 void setBase(Expr *Base) { BaseAndUpdaterExprs[0] = Base; } in setBase() function 5917 void setBase(Expr *E) { Base = E; } in setBase() function
|
| H A D | ExprCXX.h | 1002 void setBase(Expr *Base) { SubExprs[BASE_EXPR] = Base; } in setBase() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GuardWidening.cpp | 205 void setBase(const Value *NewBase) { Base = NewBase; } in setBase() function in __anon558f31ef0111::GuardWideningImpl::RangeCheck 631 Check.setBase(OpLHS); in parseRangeChecks() 639 Check.setBase(OpLHS); in parseRangeChecks()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 948 E->setBase(Record.readSubExpr()); in VisitMatrixSubscriptExpr() 956 E->setBase(Record.readSubExpr()); in VisitOMPArraySectionExpr() 968 E->setBase(Record.readSubExpr()); in VisitOMPArrayShapingExpr() 1073 E->setBase(Record.readSubExpr()); in VisitObjCIsaExpr() 1178 E->setBase(Record.readSubExpr()); in VisitExtVectorElementExpr() 1267 E->setBase(Record.readSubExpr()); in VisitDesignatedInitUpdateExpr() 1486 E->setBase(Record.readSubExpr()); in VisitObjCIvarRefExpr() 1506 E->setBase(Record.readSubExpr()); in VisitObjCPropertyRefExpr() 2223 E->setBase(Record.readSubExpr()); in VisitMSPropertySubscriptExpr()
|
| /freebsd-13.1/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 | 7449 IV->setBase(BaseExpr); in RewriteObjCIvarRefExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 943 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anon0918bce90111::TemplateInstantiator
|
| H A D | TreeTransform.h | 189 void setBase(SourceLocation Loc, DeclarationName Entity) { } in setBase() function 205 Self.getDerived().setBase(Location, Entity); in TemporaryBase() 209 Self.getDerived().setBase(OldLocation, OldEntity); in ~TemporaryBase()
|
| H A D | SemaTemplate.cpp | 10779 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anon4bc1cdc51111::CurrentInstantiationRebuilder
|
| H A D | SemaOverload.cpp | 14395 MemExpr->setBase(ObjectArg.get()); in BuildCallToMemberFunction()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 4837 setBase(Op); in OMPArrayShapingExpr()
|