Searched refs:currStmt (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 769 void ExprEngine::ProcessStmt(const Stmt *currStmt, ExplodedNode *Pred) { in ProcessStmt() argument 774 currStmt->getBeginLoc(), in ProcessStmt() 779 if (shouldRemoveDeadBindings(AMgr, currStmt, Pred, in ProcessStmt() 781 removeDead(Pred, CleanedStates, currStmt, in ProcessStmt() 791 Visit(currStmt, I, DstI); in ProcessStmt()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 430 const Stmt *currStmt = S.getStmt(); in ProcessStmt() local 432 currStmt->getLocStart(), in ProcessStmt() 438 removeDead(Pred, CleanedStates, currStmt, Pred->getLocationContext()); in ProcessStmt() 448 Visit(currStmt, *I, DstI); in ProcessStmt()
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 4002 unsigned currStmt; member in __anon4350aedf0211::StmtPrinterHelper 4007 : currentBlock(0), currStmt(0), LangOpts(LO) in StmtPrinterHelper() 4067 void setStmtID(unsigned i) { currStmt = i; } in setStmtID() 4076 && I->second.second == currStmt) { in handledStmt() 4091 && I->second.second == currStmt) { in handleDecl()
|
/external/llvm-project/clang/lib/Analysis/ |
D | CFG.cpp | 5119 unsigned currStmt = 0; member in __anon875bb5ad0611::StmtPrinterHelper 5185 void setStmtID(unsigned i) { currStmt = i; } in setStmtID() 5194 && I->second.second == currStmt) { in handledStmt() 5209 && I->second.second == currStmt) { in handleDecl()
|