Home
last modified time | relevance | path

Searched refs:getStorageLocation (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp80 auto *Loc = Env.getStorageLocation(E); in maybeUnpackLValueExpr()
103 if (auto *Loc = Env.getStorageLocation(From)) in propagateStorageLocation()
135 auto *LHSLoc = Env.getStorageLocation(*LHS); in VisitBinaryOperator()
193 auto *DeclLoc = Env.getStorageLocation(*VD); in VisitDeclRefExpr()
219 assert(Env.getStorageLocation(D) == nullptr); in ProcessVarDecl()
243 if (auto *Loc = Env.getStorageLocation(*ME)) in ProcessVarDecl()
253 auto *VDLoc = Env.getStorageLocation(*VD); in ProcessVarDecl()
320 StorageLocation *PointeeLoc = Env.getStorageLocation(*SubExpr); in VisitImplicitCastExpr()
411 auto *Loc = Env.getStorageLocation(*Ret); in VisitReturnStmt()
434 auto *VarDeclLoc = Env.getStorageLocation(*D); in VisitMemberExpr()
[all …]
H A DDataflowEnvironment.cpp461 if (getStorageLocation(*D) != nullptr) in initFieldsGlobalsAndFuncs()
468 if (getStorageLocation(*FD) != nullptr) in initFieldsGlobalsAndFuncs()
493 cast<RecordStorageLocation>(getStorageLocation(*Arg)); in pushCall()
711 StorageLocation *Environment::getStorageLocation(const ValueDecl &D) const { in getStorageLocation() function in clang::dataflow::Environment
734 StorageLocation *Environment::getStorageLocation(const Expr &E) const { in getStorageLocation() function in clang::dataflow::Environment
828 auto *Loc = getStorageLocation(D); in getValue()
957 if (auto *InitExprLoc = getStorageLocation(*InitExpr)) in createObjectInternal()
1050 Env.getStorageLocation(*ImplicitObject)); in getImplicitObjectLocation()
H A DTypeErasedDataflowAnalysis.cpp401 auto *InitExprLoc = Env.getStorageLocation(*InitExpr); in builtinTransferInitializer()
H A DHTMLLogger.cpp280 if (auto *Loc = State.Env.getStorageLocation(*E)) in recordState()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h271 StorageLocation *getStorageLocation(const ValueDecl &D) const;
291 StorageLocation *getStorageLocation(const Expr &E) const;
301 return cast_or_null<T>(getStorageLocation(D)); in get()
306 return cast_or_null<T>(getStorageLocation(E)); in get()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp309 return Env.getStorageLocation(E); in getLocBehindPossiblePointer()
316 if (State.Env.getStorageLocation(*UnwrapExpr) == nullptr) in transferUnwrapCall()
551 if (auto *Loc = State.Env.getStorageLocation(*E->getArg(0))) in transferStdForwardCall()