Searched refs:PathDiagnosticEventPiece (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp212 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callEnter =
219 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callEnterWithinCaller =
233 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callExit =
325 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
H A DPathDiagnostic.cpp34 if (isa<PathDiagnosticEventPiece>(*I))
59 PathDiagnosticEventPiece::~PathDiagnosticEventPiece() {}
75 IntrusiveRefCntPtr<PathDiagnosticEventPiece> CallEnter =
80 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callExit =
981 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
993 return new PathDiagnosticEventPiece(callEnter, Out.str());
996 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
1012 return new PathDiagnosticEventPiece(callEnterWithin, Out.str());
1015 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
[all...]
H A DBugReporterVisitors.cpp122 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());
1107 return new PathDiagnosticEventPiece(L, OS.str());
1164 if (PathDiagnosticEventPiece *ev=dyn_cast<PathDiagnosticEventPiece>(piece))
1408 PathDiagnosticEventPiece *event =
1409 new PathDiagnosticEventPiece(Lo
[all...]
H A DBugReporter.cpp77 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>(piec
[all...]
H A DHTMLDiagnostics.cpp565 if (PathDiagnosticEventPiece *EP = dyn_cast<PathDiagnosticEventPiece>(*I)) {
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h498 class PathDiagnosticEventPiece : public PathDiagnosticSpotPiece { class in namespace:clang::ento
508 PathDiagnosticEventPiece(const PathDiagnosticLocation &pos, function in class:clang::ento::PathDiagnosticEventPiece
514 ~PathDiagnosticEventPiece();
590 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallEnterEvent() const;
591 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
593 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallExitEvent() const;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp131 return new PathDiagnosticEventPiece(
H A DMacOSKeychainAPIChecker.cpp618 return new PathDiagnosticEventPiece(Pos, "Data is allocated here.");
H A DMallocChecker.cpp432 return new PathDiagnosticEventPiece(L, BR.getDescription(), false);
2346 return new PathDiagnosticEventPiece(Pos, Msg, true, StackHint);
H A DRetainCountChecker.cpp1938 return new PathDiagnosticEventPiece(Pos, os.str());
2111 PathDiagnosticPiece *P = new PathDiagnosticEventPiece(Pos, os.str());
2312 return new PathDiagnosticEventPiece(L, os.str());

Completed in 786 milliseconds