Searched refs:isInInstanceDealloc (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckObjCDealloc.cpp | 153 bool isInInstanceDealloc(const CheckerContext &C, SVal &SelfValOut) const; 154 bool isInInstanceDealloc(const CheckerContext &C, const LocationContext *LCtx, 266 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction() 498 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases() 617 if (!isInInstanceDealloc(C, DeallocedInstance)) in findPropertyOnDeallocatingInstance() 968 bool ObjCDeallocChecker::isInInstanceDealloc(const CheckerContext &C, in isInInstanceDealloc() function in ObjCDeallocChecker 970 return isInInstanceDealloc(C, C.getLocationContext(), SelfValOut); in isInInstanceDealloc() 976 bool ObjCDeallocChecker::isInInstanceDealloc(const CheckerContext &C, in isInInstanceDealloc() function in ObjCDeallocChecker 999 if (isInInstanceDealloc(C, LCtx, InstanceValOut)) in instanceDeallocIsOnStack()
|