/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kCollapseMOVEMPass.cpp | 87 void setBase(int Value) { in setBase() function in __anon55c4489a0111::MOVEMState 225 State.setBase(Reg); in ProcessMI()
|
/netbsd-src/external/apache2/llvm/dist/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 | 2682 void setBase(Expr *E) { SubExprs[BASE] = E; } in setBase() function 3164 void setBase(Expr *E) { Base = E; } in setBase() function 5308 void setBase(Expr *Base) { BaseAndUpdaterExprs[0] = Base; } in setBase() function 5850 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 205 void setBase(const Value *NewBase) { Base = NewBase; } in setBase() function in __anon59e977a60111::GuardWideningImpl::RangeCheck 631 Check.setBase(OpLHS); in parseRangeChecks() 639 Check.setBase(OpLHS); in parseRangeChecks()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 938 E->setBase(Record.readSubExpr()); in VisitMatrixSubscriptExpr() 946 E->setBase(Record.readSubExpr()); in VisitOMPArraySectionExpr() 958 E->setBase(Record.readSubExpr()); in VisitOMPArrayShapingExpr() 1063 E->setBase(Record.readSubExpr()); in VisitObjCIsaExpr() 1168 E->setBase(Record.readSubExpr()); in VisitExtVectorElementExpr() 1257 E->setBase(Record.readSubExpr()); in VisitDesignatedInitUpdateExpr() 1476 E->setBase(Record.readSubExpr()); in VisitObjCIvarRefExpr() 1496 E->setBase(Record.readSubExpr()); in VisitObjCPropertyRefExpr() 2213 E->setBase(Record.readSubExpr()); in VisitMSPropertySubscriptExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 5814 IV->setBase(BaseExpr); in RewriteObjCIvarRefExpr() 5855 IV->setBase(PE); in RewriteObjCIvarRefExpr() 5891 IV->setBase(PE); in RewriteObjCIvarRefExpr()
|
H A D | RewriteModernObjC.cpp | 7460 IV->setBase(BaseExpr); in RewriteObjCIvarRefExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 943 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anon1be828e00111::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 __anonccaa7e1c1111::CurrentInstantiationRebuilder
|
H A D | SemaOverload.cpp | 14375 MemExpr->setBase(ObjectArg.get()); in BuildCallToMemberFunction()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Expr.cpp | 4766 setBase(Op); in OMPArrayShapingExpr()
|