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

  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 55 PathDiagnosticCallPiece::~PathDiagnosticCallPiece() {}
128 if (const PathDiagnosticCallPiece *call =
129 dyn_cast<PathDiagnosticCallPiece>(piece)) {
483 if (PathDiagnosticCallPiece *cp = dyn_cast<PathDiagnosticCallPiece>(p)) {
511 PathDiagnosticCallPiece *
512 PathDiagnosticCallPiece::construct(const ExplodedNode *N,
517 return new PathDiagnosticCallPiece(caller, pos);
520 PathDiagnosticCallPiece *
    [all...]
BugReporter.cpp 132 PathDiagnosticCallPiece *call = cast<PathDiagnosticCallPiece>(piece);
383 typedef std::pair<PathDiagnosticCallPiece*, const ExplodedNode*> StackDiagPair;
396 PathDiagnosticCallPiece *CP = I->first;
431 PathDiagnosticCallPiece *C =
432 PathDiagnosticCallPiece::construct(N, *CE, SMgr);
444 // path is not a PathDiagnosticCallPiece, it means that the
447 // a new PathDiagnosticCallPiece.
449 PathDiagnosticCallPiece *C =
450 dyn_cast<PathDiagnosticCallPiece>(PD.getActivePath().front())
    [all...]
HTMLDiagnostics.cpp 103 if (const PathDiagnosticCallPiece *call =
104 dyn_cast<PathDiagnosticCallPiece>(piece)) {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 457 class PathDiagnosticCallPiece : public PathDiagnosticPiece {
458 PathDiagnosticCallPiece(const Decl *callerD,
463 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
484 virtual ~PathDiagnosticCallPiece();
512 static PathDiagnosticCallPiece *construct(const ExplodedNode *N,
516 static PathDiagnosticCallPiece *construct(PathPieces &pieces,

Completed in 371 milliseconds