Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp385 void transferUnwrapCall(const Expr *UnwrapExpr, const Expr *ObjectExpr, in transferUnwrapCall() argument
389 if (State.Env.getStorageLocation(*UnwrapExpr) == nullptr) in transferUnwrapCall()
390 State.Env.setStorageLocation(*UnwrapExpr, locForValue(*OptionalLoc)); in transferUnwrapCall()
394 void transferArrowOpCall(const Expr *UnwrapExpr, const Expr *ObjectExpr, in transferArrowOpCall() argument
399 *UnwrapExpr, State.Env.create<PointerValue>(locForValue(*OptionalLoc))); in transferArrowOpCall()