Searched refs:removeUnneededCalls (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 194 static bool removeUnneededCalls(PathPieces &pieces, BugReport *R, in removeUnneededCalls() function 211 if (!removeUnneededCalls(call.path, R, LCM, in removeUnneededCalls() 220 if (!removeUnneededCalls(macro.subPieces, R, LCM, IsInteresting)) in removeUnneededCalls() 1981 removeUnneededCalls(PD->getMutablePieces(), R, LCM); in generatePathDiagnosticForConsumer()
|