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 622 class PathDiagnosticControlFlowPiece : public PathDiagnosticPiece {
625 PathDiagnosticControlFlowPiece(const PathDiagnosticLocation &startPos,
632 PathDiagnosticControlFlowPiece(const PathDiagnosticLocation &startPos,
638 ~PathDiagnosticControlFlowPiece() override;
642 "PathDiagnosticControlFlowPiece needs at least one location.");
648 "PathDiagnosticControlFlowPiece needs at least one location.");
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 61 PathDiagnosticControlFlowPiece::~PathDiagnosticControlFlowPiece() {}
284 compareControlFlow(const PathDiagnosticControlFlowPiece &X,
285 const PathDiagnosticControlFlowPiece &Y) {
349 return compareControlFlow(cast<PathDiagnosticControlFlowPiece>(X),
350 cast<PathDiagnosticControlFlowPiece>(Y));
    [all...]

Completed in 57 milliseconds