Home
last modified time | relevance | path

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

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