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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp31 static bool scan_dealloc(Stmt *S, Selector Dealloc) { function
46 if (*I && scan_dealloc(*I, Dealloc))
185 if (MD->getBody() && !scan_dealloc(MD->getBody(), S)) {

Completed in 736 milliseconds