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

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 257 const Expr *CurrentE = cast<Expr>(currentStmt);
264 state = state->BindExpr(currentStmt, LCtx, ReturnValue);
ExprEngine.cpp 82 currentStmt(NULL), currentStmtIdx(0), currentBuilderContext(0),
268 currentStmt = S.getStmt();
270 currentStmt->getLocStart(),
280 SymbolReaper SymReaper(LC, currentStmt, SymMgr, getStoreManager());
306 Bldr.generateNode(currentStmt, EntryNode, CleanedState, false, &cleanupTag);
313 SymReaper, currentStmt, *this);
338 Bldr.generateNode(currentStmt, *I, CleanedCheckerSt, false, &cleanupTag,
347 Visit(currentStmt, *I, DstI);
357 currentStmt = 0;
364 // We don't set EntryNode and currentStmt. And we don't clean up state
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 73 /// currentStmt - The current block-level statement.
74 const Stmt *currentStmt;
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 215 milliseconds