Searched refs:currStmt (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 1109 void ExprEngine::ProcessStmt(const Stmt *currStmt, ExplodedNode *Pred) { in ProcessStmt() argument 1114 currStmt->getBeginLoc(), in ProcessStmt() 1119 if (shouldRemoveDeadBindings(AMgr, currStmt, Pred, in ProcessStmt() 1121 removeDead(Pred, CleanedStates, currStmt, in ProcessStmt() 1131 Visit(currStmt, I, DstI); in ProcessStmt()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 5420 unsigned currStmt = 0; member in __anonef2f84bd0711::StmtPrinterHelper 5486 void setStmtID(unsigned i) { currStmt = i; } in setStmtID() 5495 && I->second.second == currStmt) { in handledStmt() 5510 && I->second.second == currStmt) { in handleDecl()
|