Searched refs:isInInstanceDealloc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckObjCDealloc.cpp | 154 bool isInInstanceDealloc(const CheckerContext &C, SVal &SelfValOut) const; 155 bool isInInstanceDealloc(const CheckerContext &C, const LocationContext *LCtx, 260 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction() 492 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases() 611 if (!isInInstanceDealloc(C, DeallocedInstance)) in findPropertyOnDeallocatingInstance() 969 bool ObjCDeallocChecker::isInInstanceDealloc(const CheckerContext &C, in isInInstanceDealloc() function in ObjCDeallocChecker 971 return isInInstanceDealloc(C, C.getLocationContext(), SelfValOut); in isInInstanceDealloc() 977 bool ObjCDeallocChecker::isInInstanceDealloc(const CheckerContext &C, in isInInstanceDealloc() function in ObjCDeallocChecker 1000 if (isInInstanceDealloc(C, LCtx, InstanceValOut)) in instanceDeallocIsOnStack()
|