Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp424 static bool removeUnneededCalls(const PathDiagnosticConstruct &C, in removeUnneededCalls() function
441 if (!removeUnneededCalls( in removeUnneededCalls()
451 if (!removeUnneededCalls(C, macro.subPieces, R, IsInteresting)) in removeUnneededCalls()
2058 removeUnneededCalls(Construct, Construct.getMutablePieces(), R); in generate()