Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp323 const SubRegion **OutRegionWithAdjustments) { in createTemporaryRegionIfNeeded() argument
334 if (OutRegionWithAdjustments) in createTemporaryRegionIfNeeded()
335 *OutRegionWithAdjustments = nullptr; in createTemporaryRegionIfNeeded()
465 if (OutRegionWithAdjustments) in createTemporaryRegionIfNeeded()
466 *OutRegionWithAdjustments = cast<SubRegion>(Reg.getAsRegion()); in createTemporaryRegionIfNeeded()
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h901 const SubRegion **OutRegionWithAdjustments = nullptr);