Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp312 const SubRegion **OutRegionWithAdjustments) { in createTemporaryRegionIfNeeded() argument
323 if (OutRegionWithAdjustments) in createTemporaryRegionIfNeeded()
324 *OutRegionWithAdjustments = nullptr; in createTemporaryRegionIfNeeded()
455 if (OutRegionWithAdjustments) in createTemporaryRegionIfNeeded()
456 *OutRegionWithAdjustments = cast<SubRegion>(Reg.getAsRegion()); in createTemporaryRegionIfNeeded()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h847 const SubRegion **OutRegionWithAdjustments = nullptr);