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

  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 59 PathDiagnosticCallPiece::~PathDiagnosticCallPiece() {}
73 PathDiagnosticCallPiece *Call = cast<PathDiagnosticCallPiece>(Piece);
123 static PathDiagnosticCallPiece *
124 getFirstStackedCallToHeaderFile(PathDiagnosticCallPiece *CP,
145 if (PathDiagnosticCallPiece *CPInner =
146 dyn_cast<PathDiagnosticCallPiece>(Path.back())) {
164 if (PathDiagnosticCallPiece *CP = dyn_cast<PathDiagnosticCallPiece>(LastP))
    [all...]
BugReporter.cpp 116 removeRedundantMsgs(cast<PathDiagnosticCallPiece>(piece)->path);
169 PathDiagnosticCallPiece *call = cast<PathDiagnosticCallPiece>(piece);
220 PathDiagnosticCallPiece *Call = dyn_cast<PathDiagnosticCallPiece>(*I);
254 if (PathDiagnosticCallPiece *C = dyn_cast<PathDiagnosticCallPiece>(*I))
495 typedef std::pair<PathDiagnosticCallPiece*, const ExplodedNode*> StackDiagPair;
508 PathDiagnosticCallPiece *CP = I->first;
545 PathDiagnosticCallPiece *C
    [all...]