Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp30 static bool scan_dealloc(Stmt* S, Selector Dealloc) { in scan_dealloc() function
45 if (*I && scan_dealloc(*I, Dealloc)) in scan_dealloc()
184 if (MD->getBody() && !scan_dealloc(MD->getBody(), S)) { in checkObjCDealloc()