Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp188 PathPieces &getMutablePieces() { return PD->getMutablePieces(); } in getMutablePieces() function in __anon3daf33780111::PathDiagnosticConstruct
2050 removeUnneededCalls(Construct, Construct.getMutablePieces(), R); in generate()
2057 removePopUpNotes(Construct.getMutablePieces()); in generate()
2060 adjustCallLocations(Construct.getMutablePieces()); in generate()
2061 removePiecesWithInvalidLocations(Construct.getMutablePieces()); in generate()
2069 while (optimizeEdges(Construct, Construct.getMutablePieces(), OCS)) { in generate()
2074 dropFunctionEntryEdge(Construct, Construct.getMutablePieces()); in generate()
2080 removeRedundantMsgs(Construct.getMutablePieces()); in generate()
2081 removeEdgesToDefaultInitializers(Construct.getMutablePieces()); in generate()
2085 CompactMacroExpandedPieces(Construct.getMutablePieces(), SM); in generate()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h809 PathPieces &getMutablePieces() { in getMutablePieces() function