Searched refs:subPieces (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 32 for (PathPieces::const_iterator I = subPieces.begin(), E = subPieces.end(); in containsEvent() 86 Macro->subPieces.flattenTo(Primary, Primary, ShouldFlattenMacros); in flattenTo() 90 Macro->subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros); in flattenTo() 92 Macro->subPieces = NewPath; in flattenTo() 246 WorkList.push_back(¯o->subPieces); in HandlePathDiagnostic() 296 return comparePath(X.subPieces, Y.subPieces); in compareMacro() 1096 for (PathPieces::const_iterator I = subPieces.begin(), E = subPieces.end(); in Profile()
|
D | PlistDiagnostics.cpp | 247 for (PathPieces::const_iterator I = P.subPieces.begin(), E=P.subPieces.end(); in ReportMacro() 334 WorkList.push_back(¯o->subPieces); in FlushDiagnosticsImpl()
|
D | HTMLDiagnostics.cpp | 574 for (PathPieces::const_iterator I = P.subPieces.begin(), E=P.subPieces.end(); in ProcessMacroPiece()
|
D | BugReporter.cpp | 119 removeRedundantMsgs(cast<PathDiagnosticMacroPiece>(piece)->subPieces); in removeRedundantMsgs() 185 if (!removeUnneededCalls(macro->subPieces, R, LCM)) in removeUnneededCalls() 259 removeEdgesToDefaultInitializers(M->subPieces); in removeEdgesToDefaultInitializers() 294 removePiecesWithInvalidLocations(M->subPieces); in removePiecesWithInvalidLocations() 3000 MacroStack.back().first->subPieces.push_back(piece); in CompactPathDiagnostic() 3034 MacroGroup->subPieces.push_back(NewGroup); in CompactPathDiagnostic() 3045 MacroGroup->subPieces.push_back(piece); in CompactPathDiagnostic()
|
/external/llvm-project/clang/lib/Analysis/ |
D | PathDiagnostic.cpp | 98 Macro.subPieces.flattenTo(Primary, Primary, ShouldFlattenMacros); in flattenTo() 102 Macro.subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros); in flattenTo() 104 Macro.subPieces = NewPath; in flattenTo() 198 WorkList.push_back(¯o->subPieces); in HandlePathDiagnostic() 247 return comparePath(X.subPieces, Y.subPieces); in compareMacro() 1122 for (const auto &I : subPieces) in Profile()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 694 PathPieces subPieces; variable 700 for (PathPieces::iterator I = subPieces.begin(), in flattenLocations() 701 E = subPieces.end(); I != E; ++I) (*I)->flattenLocations(); in flattenLocations()
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | PathDiagnostic.h | 713 PathPieces subPieces; variable 717 for (const auto &I : subPieces) in flattenLocations()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | PlistDiagnostics.cpp | 377 for (PathPieces::const_iterator I = P.subPieces.begin(), in ReportMacroSubPieces() 378 E = P.subPieces.end(); in ReportMacroSubPieces() 648 WorkList.push_back(&Macro->subPieces); in FlushDiagnosticsImpl()
|
D | BugReporter.cpp | 388 removeRedundantMsgs(cast<PathDiagnosticMacroPiece>(*piece).subPieces); in removeRedundantMsgs() 448 if (!removeUnneededCalls(C, macro.subPieces, R, IsInteresting)) in removeUnneededCalls() 532 removeEdgesToDefaultInitializers(M->subPieces); in removeEdgesToDefaultInitializers() 566 removePiecesWithInvalidLocations(M->subPieces); in removePiecesWithInvalidLocations() 2687 MacroStack.back().first->subPieces.push_back(piece); in CompactMacroExpandedPieces() 2720 MacroGroup->subPieces.push_back(NewGroup); in CompactMacroExpandedPieces() 2731 MacroGroup->subPieces.push_back(piece); in CompactMacroExpandedPieces()
|
D | HTMLDiagnostics.cpp | 1010 for (const auto &subPiece : P.subPieces) { in ProcessMacroPiece()
|