Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp302 const Optional<SVal> ThisRegionOpt = Call.getReturnValueUnderConstruction(); in evalCall() local
303 if (!ThisRegionOpt) in evalCall()
310 const MemRegion *ThisRegion = ThisRegionOpt->getAsRegion(); in evalCall()
332 *ThisRegionOpt, nullptr, State, C.getLocationContext(), in evalCall()