Home
last modified time | relevance | path

Searched defs:setBase (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp88 void setBase(int Value) { in setBase() function in __anon143e10ef0111::MOVEMState
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h45 void setBase(Expr *Op) { getTrailingObjects<Expr *>()[NumDims] = Op; } in setBase() function
H A DExpr.h2780 void setBase(Expr *E) { SubExprs[BASE] = E; } in setBase() function
3263 void setBase(Expr *E) { Base = E; } in setBase() function
5659 void setBase(Expr *Base) { BaseAndUpdaterExprs[0] = Base; } in setBase() function
6314 void setBase(Expr *E) { Base = E; } in setBase() function
7039 void setBase(Expr *E) { SubExprs[BASE] = E; } in setBase() function
H A DExprCXX.h1012 void setBase(Expr *Base) { SubExprs[BASE_EXPR] = Base; } in setBase() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp251 void setBase(const Value *NewBase) { Base = NewBase; } in setBase() function in __anonfd3b26bb0111::GuardWideningImpl::RangeCheck
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1375 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anondb690eb50211::TemplateInstantiator
H A DSemaTemplate.cpp10676 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anon75c807111111::CurrentInstantiationRebuilder
H A DTreeTransform.h197 void setBase(SourceLocation Loc, DeclarationName Entity) { } in setBase() function