Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp72 PathDiagnosticCallPiece::~PathDiagnosticCallPiece() = default;
87 auto &Call = cast<PathDiagnosticCallPiece>(*Piece); in flattenTo()
195 if (const auto *call = dyn_cast<PathDiagnosticCallPiece>(piece)) in HandlePathDiagnostic()
250 static Optional<bool> compareCall(const PathDiagnosticCallPiece &X, in compareCall()
251 const PathDiagnosticCallPiece &Y) { in compareCall()
303 return compareCall(cast<PathDiagnosticCallPiece>(X), in comparePiece()
304 cast<PathDiagnosticCallPiece>(Y)); in comparePiece()
846 std::shared_ptr<PathDiagnosticCallPiece>
847 PathDiagnosticCallPiece::construct(const CallExitEnd &CE, in construct()
853 return std::shared_ptr<PathDiagnosticCallPiece>( in construct()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h565 class PathDiagnosticCallPiece : public PathDiagnosticPiece {
581 PathDiagnosticCallPiece(const Decl *callerD, in PathDiagnosticCallPiece() function
585 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller) in PathDiagnosticCallPiece() function
595 ~PathDiagnosticCallPiece() override;
619 static std::shared_ptr<PathDiagnosticCallPiece>
623 static PathDiagnosticCallPiece *construct(PathPieces &pieces,
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp99 std::pair<PathDiagnosticCallPiece *, const ExplodedNode *>;
385 removeRedundantMsgs(cast<PathDiagnosticCallPiece>(*piece).path); in removeRedundantMsgs()
436 auto &call = cast<PathDiagnosticCallPiece>(*piece); in removeUnneededCalls()
496 auto *Call = dyn_cast<PathDiagnosticCallPiece>(I.get()); in adjustCallLocations()
528 if (auto *C = dyn_cast<PathDiagnosticCallPiece>(I->get())) in removeEdgesToDefaultInitializers()
562 if (auto *C = dyn_cast<PathDiagnosticCallPiece>(I->get())) in removePiecesWithInvalidLocations()
725 PathDiagnosticCallPiece *CP = I.first; in updateStackPiecesWithMessage()
1152 PathDiagnosticCallPiece *Call; in generatePathDiagnosticsForNode()
1154 Call = cast<PathDiagnosticCallPiece>(C.getActivePath().front().get()); in generatePathDiagnosticsForNode()
1159 Call = PathDiagnosticCallPiece::construct(C.getActivePath(), Caller); in generatePathDiagnosticsForNode()
[all …]
DPlistDiagnostics.cpp117 ReportCall(o, cast<PathDiagnosticCallPiece>(P), indent, in ReportPiece()
147 void ReportCall(raw_ostream &o, const PathDiagnosticCallPiece &P,
337 void PlistPrinter::ReportCall(raw_ostream &o, const PathDiagnosticCallPiece &P, in ReportCall()
644 if (const PathDiagnosticCallPiece *Call = in FlushDiagnosticsImpl()
645 dyn_cast<PathDiagnosticCallPiece>(&Piece)) { in FlushDiagnosticsImpl()