Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp66 PathDiagnosticCallPiece::~PathDiagnosticCallPiece() = default;
81 auto &Call = cast<PathDiagnosticCallPiece>(*Piece); in flattenTo()
845 std::shared_ptr<PathDiagnosticCallPiece>
852 return std::shared_ptr<PathDiagnosticCallPiece>( in construct()
853 new PathDiagnosticCallPiece(caller, pos)); in construct()
856 PathDiagnosticCallPiece *
857 PathDiagnosticCallPiece::construct(PathPieces &path, in construct()
859 std::shared_ptr<PathDiagnosticCallPiece> C( in construct()
860 new PathDiagnosticCallPiece(path, caller)); in construct()
1001 PathDiagnosticCallPiece::getCallEnterEvent() const { in getCallEnterEvent()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h562 class PathDiagnosticCallPiece : public PathDiagnosticPiece {
578 PathDiagnosticCallPiece(const Decl *callerD, in PathDiagnosticCallPiece() function
582 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller) in PathDiagnosticCallPiece() function
592 ~PathDiagnosticCallPiece() override;
616 static std::shared_ptr<PathDiagnosticCallPiece>
620 static PathDiagnosticCallPiece *construct(PathPieces &pieces,
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp101 std::pair<PathDiagnosticCallPiece *, const ExplodedNode *>;
439 auto &call = cast<PathDiagnosticCallPiece>(*piece); in removeUnneededCalls()
499 auto *Call = dyn_cast<PathDiagnosticCallPiece>(I.get()); in adjustCallLocations()
531 if (auto *C = dyn_cast<PathDiagnosticCallPiece>(I->get())) in removeEdgesToDefaultInitializers()
565 if (auto *C = dyn_cast<PathDiagnosticCallPiece>(I->get())) in removePiecesWithInvalidLocations()
728 PathDiagnosticCallPiece *CP = I.first; in updateStackPiecesWithMessage()
1155 PathDiagnosticCallPiece *Call; in generatePathDiagnosticsForNode()
1201 auto Call = PathDiagnosticCallPiece::construct(*CE, SM); in generatePathDiagnosticsForNode()
3216 static PathDiagnosticCallPiece *
3217 getFirstStackedCallToHeaderFile(PathDiagnosticCallPiece *CP, in getFirstStackedCallToHeaderFile()
[all …]
H A DPlistDiagnostics.cpp118 ReportCall(o, cast<PathDiagnosticCallPiece>(P), indent, in ReportPiece()
148 void ReportCall(raw_ostream &o, const PathDiagnosticCallPiece &P,
338 void PlistPrinter::ReportCall(raw_ostream &o, const PathDiagnosticCallPiece &P, in ReportCall()
643 if (const PathDiagnosticCallPiece *Call = in FlushDiagnosticsImpl()
644 dyn_cast<PathDiagnosticCallPiece>(&Piece)) { in FlushDiagnosticsImpl()