Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h302 void ProcessStmt(const Stmt *S, ExplodedNode *Pred);
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp971 ProcessStmt(E.castAs<CFGStmt>().getStmt(), Pred); in processCFGElement()
1103 void ExprEngine::ProcessStmt(const Stmt *currStmt, ExplodedNode *Pred) { in ProcessStmt() function in ExprEngine