Searched refs:isInInstanceDealloc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckObjCDealloc.cpp | 159 bool isInInstanceDealloc(const CheckerContext &C, SVal &SelfValOut) const; 160 bool isInInstanceDealloc(const CheckerContext &C, const LocationContext *LCtx, 265 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction() 499 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases() 617 if (!isInInstanceDealloc(C, DeallocedInstance)) in findPropertyOnDeallocatingInstance() 958 bool ObjCDeallocChecker::isInInstanceDealloc(const CheckerContext &C, in isInInstanceDealloc() function in ObjCDeallocChecker 960 return isInInstanceDealloc(C, C.getLocationContext(), SelfValOut); in isInInstanceDealloc() 966 bool ObjCDeallocChecker::isInInstanceDealloc(const CheckerContext &C, in isInInstanceDealloc() function in ObjCDeallocChecker 989 if (isInInstanceDealloc(C, LCtx, InstanceValOut)) in instanceDeallocIsOnStack()
|