Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp311 const Expr *InitWithAdjustments, const Expr *Result, in createTemporaryRegionIfNeeded() argument
318 SVal InitValWithAdjustments = State->getSVal(InitWithAdjustments, LC); in createTemporaryRegionIfNeeded()
327 Result = InitWithAdjustments; in createTemporaryRegionIfNeeded()
364 const Expr *Init = InitWithAdjustments->skipRValueSubobjectAdjustments( in createTemporaryRegionIfNeeded()
407 State = State->invalidateRegions(Reg, InitWithAdjustments, in createTemporaryRegionIfNeeded()
434 Result, LC, InitWithAdjustments->getType(), in createTemporaryRegionIfNeeded()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h846 const Expr *InitWithAdjustments, const Expr *Result = nullptr,