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

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 498 class PathDiagnosticEventPiece : public PathDiagnosticSpotPiece {
508 PathDiagnosticEventPiece(const PathDiagnosticLocation &pos,
514 ~PathDiagnosticEventPiece();
590 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallEnterEvent() const;
591 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
593 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallExitEvent() const;
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 212 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callEnter =
219 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callEnterWithinCaller =
233 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callExit =
325 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
PathDiagnostic.cpp 34 if (isa<PathDiagnosticEventPiece>(*I))
59 PathDiagnosticEventPiece::~PathDiagnosticEventPiece() {}
75 IntrusiveRefCntPtr<PathDiagnosticEventPiece> CallEnter =
80 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callExit =
    [all...]
BugReporterVisitors.cpp 122 PathDiagnosticPiece *P = new PathDiagnosticEventPiece(L,
330 return new PathDiagnosticEventPiece(L, Out.str());
708 return new PathDiagnosticEventPiece(L, os.str());
777 PathDiagnosticEventPiece *X = new PathDiagnosticEventPiece(L, os.str());
    [all...]
BugReporter.cpp 77 static PathDiagnosticEventPiece *
78 eventsDescribeSameCondition(PathDiagnosticEventPiece *X,
79 PathDiagnosticEventPiece *Y) {
127 if (PathDiagnosticEventPiece *nextEvent =
128 dyn_cast<PathDiagnosticEventPiece>(path.front().get())) {
129 PathDiagnosticEventPiece *event =
130 cast<PathDiagnosticEventPiece>(piece);
134 if (PathDiagnosticEventPiece *pieceToKeep =
191 PathDiagnosticEventPiece *event = cast<PathDiagnosticEventPiece>(piece)
    [all...]
HTMLDiagnostics.cpp 565 if (PathDiagnosticEventPiece *EP = dyn_cast<PathDiagnosticEventPiece>(*I)) {
  /external/clang/lib/StaticAnalyzer/Checkers/
TestAfterDivZeroChecker.cpp 131 return new PathDiagnosticEventPiece(
MacOSKeychainAPIChecker.cpp 618 return new PathDiagnosticEventPiece(Pos, "Data is allocated here.");
MallocChecker.cpp 432 return new PathDiagnosticEventPiece(L, BR.getDescription(), false);
    [all...]
RetainCountChecker.cpp     [all...]

Completed in 257 milliseconds