Searched refs:isInInstanceDealloc (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckObjCDealloc.cpp | 153 bool isInInstanceDealloc(const CheckerContext &C, SVal &SelfValOut) const; 154 bool isInInstanceDealloc(const CheckerContext &C, const LocationContext *LCtx, 259 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction() 491 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases() 609 if (!isInInstanceDealloc(C, DeallocedInstance)) in findPropertyOnDeallocatingInstance() 967 bool ObjCDeallocChecker::isInInstanceDealloc(const CheckerContext &C, in isInInstanceDealloc() function in ObjCDeallocChecker 969 return isInInstanceDealloc(C, C.getLocationContext(), SelfValOut); in isInInstanceDealloc() 975 bool ObjCDeallocChecker::isInInstanceDealloc(const CheckerContext &C, in isInInstanceDealloc() function in ObjCDeallocChecker 998 if (isInInstanceDealloc(C, LCtx, InstanceValOut)) in instanceDeallocIsOnStack()
|