Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp338 SVal DeallocedInstance; in checkPreObjCMessage() local
339 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()