Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp104 Env.setStorageLocation(To, *Loc); in propagateStorageLocation()
147 Env.setStorageLocation(*S, *LHSLoc); in VisitBinaryOperator()
197 Env.setStorageLocation(*S, *DeclLoc); in VisitDeclRefExpr()
221 Env.setStorageLocation(D, Env.createObject(D)); in ProcessVarDecl()
244 Env.setStorageLocation(*B, *Loc); in ProcessVarDecl()
255 Env.setStorageLocation(*B, *VDLoc); in ProcessVarDecl()
438 Env.setStorageLocation(*S, *VarDeclLoc); in VisitMemberExpr()
450 Env.setStorageLocation(*S, *MemberLoc); in VisitMemberExpr()
538 Env.setStorageLocation(*S, *LocDst); in VisitCXXOperatorCallExpr()
570 Env.setStorageLocation(*S, *ArgLoc); in VisitCallExpr()
[all …]
H A DDataflowEnvironment.cpp395 setStorageLocation(*ParamDecl, createObject(*ParamDecl, nullptr)); in initialize()
408 setStorageLocation(*VarDecl, createObject(*VarDecl, nullptr)); in initialize()
464 setStorageLocation(*D, createObject(*D)); in initFieldsGlobalsAndFuncs()
471 setStorageLocation(*FD, Loc); in initFieldsGlobalsAndFuncs()
535 setStorageLocation(*Param, createObject(*Param, Args[ArgIndex])); in pushCallInternal()
552 setStorageLocation(*Call, *CalleeEnv.ReturnLoc); in popCall()
706 void Environment::setStorageLocation(const ValueDecl &D, StorageLocation &Loc) { in setStorageLocation() function in clang::dataflow::Environment
723 void Environment::setStorageLocation(const Expr &E, StorageLocation &Loc) { in setStorageLocation() function in clang::dataflow::Environment
1107 Env.setStorageLocation(Expr, NewVal.getLoc()); in refreshRecordValue()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h267 void setStorageLocation(const ValueDecl &D, StorageLocation &Loc);
283 void setStorageLocation(const Expr &E, StorageLocation &Loc);
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp317 State.Env.setStorageLocation(*UnwrapExpr, locForValue(*OptionalLoc)); in transferUnwrapCall()
412 State.Env.setStorageLocation(*E, *Loc); in transferCallReturningOptional()
477 State.Env.setStorageLocation(*E, *Loc); in transferAssignment()
552 State.Env.setStorageLocation(*E, *Loc); in transferStdForwardCall()