Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp322 const Expr *InitWithAdjustments, const Expr *Result, in createTemporaryRegionIfNeeded() argument
329 SVal InitValWithAdjustments = State->getSVal(InitWithAdjustments, LC); in createTemporaryRegionIfNeeded()
338 Result = InitWithAdjustments; in createTemporaryRegionIfNeeded()
375 const Expr *Init = InitWithAdjustments->skipRValueSubobjectAdjustments( in createTemporaryRegionIfNeeded()
417 State = State->invalidateRegions(Reg, InitWithAdjustments, in createTemporaryRegionIfNeeded()
444 Result, LC, InitWithAdjustments->getType(), in createTemporaryRegionIfNeeded()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h900 const Expr *InitWithAdjustments, const Expr *Result = nullptr,