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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 70 ExplodedNode *getPredecessor() { return Pred; }
  /external/clang/lib/StaticAnalyzer/Checkers/
IdempotentOperationChecker.cpp 334 = cast<StmtPoint>(C.getPredecessor()->getLocation()).getStmt();
340 Data.explodedNodes.Add(C.getPredecessor());
MacOSKeychainAPIChecker.cpp 590 ExplodedNode *N = C.addTransition(C.getState(), C.getPredecessor(), &Tag);
638 ExplodedNode *N = C.addTransition(C.getState(), C.getPredecessor(), &Tag);
StreamChecker.cpp 224 const LocationContext *LCtx = C.getPredecessor()->getLocationContext();
RetainCountChecker.cpp     [all...]
CStringChecker.cpp 831 const LocationContext *LCtx = C.getPredecessor()->getLocationContext();
    [all...]

Completed in 552 milliseconds