Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp137 bool diagnoseMistakenDealloc(SymbolRef DeallocedValue,
715 bool ObjCDeallocChecker::diagnoseMistakenDealloc(SymbolRef DeallocedValue, in diagnoseMistakenDealloc() argument
720 if (!DeallocedValue) in diagnoseMistakenDealloc()
726 findPropertyOnDeallocatingInstance(DeallocedValue, C); in diagnoseMistakenDealloc()