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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp31 static bool scan_dealloc(Stmt *S, Selector Dealloc) { function
46 if (*I && scan_dealloc(*I, Dealloc))
189 if (MD->getBody() && !scan_dealloc(MD->getBody(), S)) {

Completed in 87 milliseconds