Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp136 bool diagnoseMistakenDealloc(SymbolRef DeallocedValue,
347 if (diagnoseMistakenDealloc(M.getReceiverSVal().getAsSymbol(), M, C)) in checkPreObjCMessage()
721 bool ObjCDeallocChecker::diagnoseMistakenDealloc(SymbolRef DeallocedValue, in diagnoseMistakenDealloc() function in ObjCDeallocChecker