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

  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 96 PathDiagnosticPiece *P = new PathDiagnosticEventPiece(L,
233 return new PathDiagnosticEventPiece(L, os.str());
282 return new PathDiagnosticEventPiece(L, os.str());
396 return new PathDiagnosticEventPiece(L, "No method is called "
443 if (PathDiagnosticEventPiece *ev =
444 dyn_cast_or_null<PathDiagnosticEventPiece>(piece))
688 PathDiagnosticEventPiece *event =
689 new PathDiagnosticEventPiece(Loc, Out.str());
721 PathDiagnosticEventPiece *event =
722 new PathDiagnosticEventPiece(Loc, Out.str())
    [all...]
PathDiagnostic.cpp 30 if (isa<PathDiagnosticEventPiece>(*I))
54 PathDiagnosticEventPiece::~PathDiagnosticEventPiece() {}
538 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
551 return new PathDiagnosticEventPiece(callEnter, msg);
554 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
565 return new PathDiagnosticEventPiece(callEnterWithin, msg);
568 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
580 return new PathDiagnosticEventPiece(callReturn, Out.str());
HTMLDiagnostics.cpp 105 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callEnter =
110 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callExit =
527 if (PathDiagnosticEventPiece *EP = dyn_cast<PathDiagnosticEventPiece>(*I)) {
BugReporter.cpp 148 PathDiagnosticEventPiece *event = cast<PathDiagnosticEventPiece>(piece);
390 if (PathDiagnosticEventPiece *ep =
391 dyn_cast<PathDiagnosticEventPiece>(P)) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 408 class PathDiagnosticEventPiece : public PathDiagnosticSpotPiece {
418 PathDiagnosticEventPiece(const PathDiagnosticLocation &pos,
424 ~PathDiagnosticEventPiece();
500 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallEnterEvent() const;
501 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
503 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallExitEvent() const;
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 676 return new PathDiagnosticEventPiece(Pos, "Data is allocated here.");
RetainCountChecker.cpp     [all...]

Completed in 632 milliseconds