Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp339 SVal DeallocedInstance; in checkPreObjCMessage() local
340 if (!instanceDeallocIsOnStack(C, DeallocedInstance)) in checkPreObjCMessage()
616 SVal DeallocedInstance; in findPropertyOnDeallocatingInstance() local
617 if (!isInInstanceDealloc(C, DeallocedInstance)) in findPropertyOnDeallocatingInstance()
627 if (DeallocedInstance.castAs<loc::MemRegionVal>().getRegion() != in findPropertyOnDeallocatingInstance()