Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp325 const SubRegion **OutRegionWithAdjustments) { in createTemporaryRegionIfNeeded() argument
336 if (OutRegionWithAdjustments) in createTemporaryRegionIfNeeded()
337 *OutRegionWithAdjustments = nullptr; in createTemporaryRegionIfNeeded()
471 if (OutRegionWithAdjustments) in createTemporaryRegionIfNeeded()
472 *OutRegionWithAdjustments = cast<SubRegion>(Reg.getAsRegion()); in createTemporaryRegionIfNeeded()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h890 const SubRegion **OutRegionWithAdjustments = nullptr);