Home
last modified time | relevance | path

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

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