Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp323 const Expr *InitWithAdjustments, const Expr *Result, in createTemporaryRegionIfNeeded() argument
330 SVal InitValWithAdjustments = State->getSVal(InitWithAdjustments, LC); in createTemporaryRegionIfNeeded()
339 Result = InitWithAdjustments; in createTemporaryRegionIfNeeded()
376 const Expr *Init = InitWithAdjustments->skipRValueSubobjectAdjustments( in createTemporaryRegionIfNeeded()
422 State = State->invalidateRegions(Reg, InitWithAdjustments, in createTemporaryRegionIfNeeded()
449 Result, LC, InitWithAdjustments->getType(), in createTemporaryRegionIfNeeded()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h876 const Expr *InitWithAdjustments, const Expr *Result = nullptr,