Searched refs:getMutablePieces (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 188 PathPieces &getMutablePieces() { return PD->getMutablePieces(); } in getMutablePieces() function in __anon6362d5d70111::PathDiagnosticConstruct 2058 removeUnneededCalls(Construct, Construct.getMutablePieces(), R); in generate() 2065 removePopUpNotes(Construct.getMutablePieces()); in generate() 2068 adjustCallLocations(Construct.getMutablePieces()); in generate() 2069 removePiecesWithInvalidLocations(Construct.getMutablePieces()); in generate() 2077 while (optimizeEdges(Construct, Construct.getMutablePieces(), OCS)) { in generate() 2082 dropFunctionEntryEdge(Construct, Construct.getMutablePieces()); in generate() 2088 removeRedundantMsgs(Construct.getMutablePieces()); in generate() 2089 removeEdgesToDefaultInitializers(Construct.getMutablePieces()); in generate() 2093 CompactMacroExpandedPieces(Construct.getMutablePieces(), SM); in generate() [all …]
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 883 CompactPathDiagnostic(PD.getMutablePieces(), PDB.getSourceManager()); in GenerateMinimalPathDiagnostic() 3178 bool stillHasNotes = removeUnneededCalls(PD.getMutablePieces(), R, LCM); in generatePathDiagnostic() 3184 adjustCallLocations(PD.getMutablePieces()); in generatePathDiagnostic() 3185 removePiecesWithInvalidLocations(PD.getMutablePieces()); in generatePathDiagnostic() 3194 while (optimizeEdges(PD.getMutablePieces(), SM, OCS, LCM)) {} in generatePathDiagnostic() 3198 dropFunctionEntryEdge(PD.getMutablePieces(), LCM, SM); in generatePathDiagnostic() 3204 removeRedundantMsgs(PD.getMutablePieces()); in generatePathDiagnostic() 3205 removeEdgesToDefaultInitializers(PD.getMutablePieces()); in generatePathDiagnostic()
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | PathDiagnostic.h | 811 PathPieces &getMutablePieces() { in getMutablePieces() function
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 756 PathPieces &getMutablePieces() { in getMutablePieces() function
|