Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp315 const Expr *InitWithAdjustments, const Expr *Result, in createTemporaryRegionIfNeeded() argument
322 SVal InitValWithAdjustments = State->getSVal(InitWithAdjustments, LC); in createTemporaryRegionIfNeeded()
331 Result = InitWithAdjustments; in createTemporaryRegionIfNeeded()
368 const Expr *Init = InitWithAdjustments->skipRValueSubobjectAdjustments( in createTemporaryRegionIfNeeded()
410 State = State->invalidateRegions(Reg, InitWithAdjustments, in createTemporaryRegionIfNeeded()
437 Result, LC, InitWithAdjustments->getType(), in createTemporaryRegionIfNeeded()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h872 const Expr *InitWithAdjustments, const Expr *Result = nullptr,