Home
last modified time | relevance | path

Searched refs:setStorageLocation (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp157 Env.setStorageLocation(*S, *LHSLoc); in VisitBinaryOperator()
166 Env.setStorageLocation(*S, Loc); in VisitBinaryOperator()
177 Env.setStorageLocation(*S, Loc); in VisitBinaryOperator()
184 Env.setStorageLocation(*S, *Loc); in VisitBinaryOperator()
202 Env.setStorageLocation(*S, *DeclLoc); in VisitDeclRefExpr()
206 Env.setStorageLocation(*S, Loc); in VisitDeclRefExpr()
226 Env.setStorageLocation(D, *MaybeLoc); in VisitDeclStmt()
285 Env.setStorageLocation(*B, *Loc); in VisitDeclStmt()
293 Env.setStorageLocation(*VD, VDLoc); in VisitDeclStmt()
294 Env.setStorageLocation(*B, VDLoc); in VisitDeclStmt()
[all …]
H A DDataflowEnvironment.cpp211 setStorageLocation(*D, Loc); in initVars()
266 setStorageLocation(*ParamDecl, ParamLoc); in Environment()
370 setStorageLocation(*Param, Loc); in pushCallInternal()
580 void Environment::setStorageLocation(const ValueDecl &D, StorageLocation &Loc) { in setStorageLocation() function in clang::dataflow::Environment
591 void Environment::setStorageLocation(const Expr &E, StorageLocation &Loc) { in setStorageLocation() function in clang::dataflow::Environment
H A DDataflowAnalysisContext.cpp66 setStorageLocation(D, Loc); in getStableStorageLocation()
75 setStorageLocation(E, Loc); in getStableStorageLocation()
H A DTypeErasedDataflowAnalysis.cpp161 Env.setStorageLocation(Cond, *Loc); in extendFlowCondition()
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp211 Env.setStorageLocation(Expr, Loc); in forceBoolValue()
355 State.Env.setStorageLocation(*UnwrapExpr, *Loc); in transferUnwrapCall()
363 State.Env.setStorageLocation(*E, Loc); in transferMakeOptionalCall()
376 State.Env.setStorageLocation(*CallExpr, CallExprLoc); in transferOptionalHasValueCall()
441 State.Env.setStorageLocation(*E, Loc); in transferCallReturningOptional()
505 State.Env.setStorageLocation(*E, *OptionalLoc); in transferAssignment()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h263 void setStorageLocation(const ValueDecl &D, StorageLocation &Loc);
275 void setStorageLocation(const Expr &E, StorageLocation &Loc);
H A DDataflowAnalysisContext.h127 void setStorageLocation(const ValueDecl &D, StorageLocation &Loc) { in setStorageLocation() function
144 void setStorageLocation(const Expr &E, StorageLocation &Loc) { in setStorageLocation() function