HomeSort by relevance Sort by last modified time
    Searched refs:PathDiagnosticEventPiece (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 115 PathDiagnosticPiece *P = new PathDiagnosticEventPiece(L,
319 return new PathDiagnosticEventPiece(L, Out.str());
637 return new PathDiagnosticEventPiece(L, os.str());
693 PathDiagnosticEventPiece *X = new PathDiagnosticEventPiece(L, os.str());
    [all...]
PathDiagnostic.cpp 33 if (isa<PathDiagnosticEventPiece>(*I))
57 PathDiagnosticEventPiece::~PathDiagnosticEventPiece() {}
73 IntrusiveRefCntPtr<PathDiagnosticEventPiece> CallEnter =
78 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callExit =
850 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
862 return new PathDiagnosticEventPiece(callEnter, Out.str());
865 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
881 return new PathDiagnosticEventPiece(callEnterWithin, Out.str());
884 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
    [all...]
BugReporter.cpp 130 static PathDiagnosticEventPiece *
131 eventsDescribeSameCondition(PathDiagnosticEventPiece *X,
132 PathDiagnosticEventPiece *Y) {
180 if (PathDiagnosticEventPiece *nextEvent =
181 dyn_cast<PathDiagnosticEventPiece>(path.front().getPtr())) {
182 PathDiagnosticEventPiece *event =
183 cast<PathDiagnosticEventPiece>(piece);
187 if (PathDiagnosticEventPiece *pieceToKeep =
245 PathDiagnosticEventPiece *event = cast<PathDiagnosticEventPiece>(piece)
    [all...]
HTMLDiagnostics.cpp 515 if (PathDiagnosticEventPiece *EP = dyn_cast<PathDiagnosticEventPiece>(*I)) {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 463 class PathDiagnosticEventPiece : public PathDiagnosticSpotPiece {
473 PathDiagnosticEventPiece(const PathDiagnosticLocation &pos,
479 ~PathDiagnosticEventPiece();
555 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallEnterEvent() const;
556 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
558 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallExitEvent() const;
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 617 return new PathDiagnosticEventPiece(Pos, "Data is allocated here.");
MallocChecker.cpp 329 return new PathDiagnosticEventPiece(L, BR.getDescription(), false);
    [all...]
RetainCountChecker.cpp     [all...]

Completed in 80 milliseconds