Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp508 Env.ThisPointeeLoc = &Env.getResultObjectLocation(*Call); in pushCall()
764 Environment::getResultObjectLocation(const Expr &RecordPRValue) const { in getResultObjectLocation() function in clang::dataflow::Environment
787 return getResultObjectLocation(*Op->getRHS()); in getResultObjectLocation()
798 return getResultObjectLocation(*cast<Expr>(children[0])); in getResultObjectLocation()
816 &RecordVal->getLoc() == &getResultObjectLocation(CanonE)); in setValue()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp333 *E, createOptionalValue(State.Env.getResultObjectLocation(*E), in transferMakeOptionalCall()
407 Loc = &State.Env.getResultObjectLocation(*E); in transferCallReturningOptional()
424 RecordStorageLocation &Loc = Env.getResultObjectLocation(E); in constructOptionalValue()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h346 getResultObjectLocation(const Expr &RecordPRValue) const;