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

  /external/clang/lib/StaticAnalyzer/Checkers/
ExprInspectionChecker.cpp 56 ExplodedNode *N = C.getPredecessor();
85 ExplodedNode *N = C.getPredecessor();
102 ExplodedNode *N = C.getPredecessor();
IdempotentOperationChecker.cpp 336 C.getPredecessor()->getLocation().castAs<StmtPoint>().getStmt();
342 Data.explodedNodes.Add(C.getPredecessor());
MacOSKeychainAPIChecker.cpp 578 ExplodedNode *N = C.addTransition(C.getState(), C.getPredecessor(), &Tag);
StreamChecker.cpp 212 const LocationContext *LCtx = C.getPredecessor()->getLocationContext();
RetainCountChecker.cpp     [all...]
MallocChecker.cpp 578 const LocationContext *LCtx = C.getPredecessor()->getLocationContext();
    [all...]
CStringChecker.cpp 817 const LocationContext *LCtx = C.getPredecessor()->getLocationContext();
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 121 ExplodedNode *getPredecessor() { return Pred; }

Completed in 129 milliseconds