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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp156 static bool removeUnneededCalls(PathPieces &pieces, BugReport *R, function
177 if (!removeUnneededCalls(call->path, R, LCM))
185 if (!removeUnneededCalls(macro->subPieces, R, LCM))
3202 bool stillHasNotes = removeUnneededCalls(PD.getMutablePieces(), R, LCM);

Completed in 82 milliseconds