HomeSort by relevance Sort by last modified time
    Searched defs:PathDiagnosticControlFlowPiece (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 621 class PathDiagnosticControlFlowPiece : public PathDiagnosticPiece {
624 PathDiagnosticControlFlowPiece(const PathDiagnosticLocation &startPos,
631 PathDiagnosticControlFlowPiece(const PathDiagnosticLocation &startPos,
637 ~PathDiagnosticControlFlowPiece() override;
641 "PathDiagnosticControlFlowPiece needs at least one location.");
647 "PathDiagnosticControlFlowPiece needs at least one location.");
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 61 PathDiagnosticControlFlowPiece::~PathDiagnosticControlFlowPiece() {}
281 compareControlFlow(const PathDiagnosticControlFlowPiece &X,
282 const PathDiagnosticControlFlowPiece &Y) {
346 return compareControlFlow(cast<PathDiagnosticControlFlowPiece>(X),
347 cast<PathDiagnosticControlFlowPiece>(Y));
    [all...]

Completed in 212 milliseconds