Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp423 static bool removeUnneededCalls(const PathDiagnosticConstruct &C, in removeUnneededCalls() function
440 if (!removeUnneededCalls( in removeUnneededCalls()
450 if (!removeUnneededCalls(C, macro.subPieces, R, IsInteresting)) in removeUnneededCalls()
2058 removeUnneededCalls(Construct, Construct.getMutablePieces(), R); in generate()