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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp136 bool diagnoseMistakenDealloc(SymbolRef DeallocedValue,
710 /// Emits a warning if the current context is -dealloc and DeallocedValue
713 bool ObjCDeallocChecker::diagnoseMistakenDealloc(SymbolRef DeallocedValue, argument
718 if (!DeallocedValue)
724 findPropertyOnDeallocatingInstance(DeallocedValue, C);

Completed in 124 milliseconds