Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngine.cpp324 const SubRegion **OutRegionWithAdjustments) { in createTemporaryRegionIfNeeded() argument
335 if (OutRegionWithAdjustments) in createTemporaryRegionIfNeeded()
336 *OutRegionWithAdjustments = nullptr; in createTemporaryRegionIfNeeded()
470 if (OutRegionWithAdjustments) in createTemporaryRegionIfNeeded()
471 *OutRegionWithAdjustments = cast<SubRegion>(Reg.getAsRegion()); in createTemporaryRegionIfNeeded()
/freebsd-head/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDExprEngine.h877 const SubRegion **OutRegionWithAdjustments = nullptr);