Home
last modified time | relevance | path

Searched refs:ProcessStmt (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h301 void ProcessStmt(const Stmt *S, ExplodedNode *Pred);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp806 ProcessStmt(E.castAs<CFGStmt>().getStmt(), Pred); in processCFGElement()
938 void ExprEngine::ProcessStmt(const Stmt *currStmt, ExplodedNode *Pred) { in ProcessStmt() function in ExprEngine