Searched defs:Dealloc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp31 static bool scan_dealloc(Stmt *S, Selector Dealloc) { argument
34 if (ME->getSelector() == Dealloc) {
46 if (*I && scan_dealloc(*I, Dealloc))
/external/clang/include/clang/StaticAnalyzer/Checkers/
H A DObjCRetainCount.h36 Dealloc, enumerator in enum:clang::ento::objc_retain::ArgEffect

Completed in 92 milliseconds