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.cpp324 const Expr *InitWithAdjustments, const Expr *Result, in createTemporaryRegionIfNeeded() argument
331 SVal InitValWithAdjustments = State->getSVal(InitWithAdjustments, LC); in createTemporaryRegionIfNeeded()
340 Result = InitWithAdjustments; in createTemporaryRegionIfNeeded()
377 const Expr *Init = InitWithAdjustments->skipRValueSubobjectAdjustments( in createTemporaryRegionIfNeeded()
450 getCFGElementRef(), LC, InitWithAdjustments->getType(), in createTemporaryRegionIfNeeded()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h889 const Expr *InitWithAdjustments, const Expr *Result = nullptr,