Searched refs:PreVisit (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1149 ExplodedNodeSet &PreVisit,
1157 Dst = PreVisit;
1160 StmtNodeBuilder StmtBldr(PreVisit, Dst, *currBldrCtx);
1161 for (ExplodedNode *Node : PreVisit) {
1356 ExplodedNodeSet PreVisit; local
1357 getCheckerManager().runCheckersForPreStmt(PreVisit, Pred, S, *this);
1359 VisitCXXBindTemporaryExpr(cast<CXXBindTemporaryExpr>(S), PreVisit, Next); local
1426 ExplodedNodeSet PreVisit; local
1427 getCheckerManager().runCheckersForPreStmt(PreVisit, Pred, S, *this);
1430 StmtNodeBuilder Bldr2(PreVisit, Tm
1148 VisitCXXBindTemporaryExpr(const CXXBindTemporaryExpr *BTE, ExplodedNodeSet &PreVisit, ExplodedNodeSet &Dst) argument
1624 ExplodedNodeSet PreVisit; local
1638 ExplodedNodeSet PreVisit; local
1784 ExplodedNodeSet PreVisit; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h518 ExplodedNodeSet &PreVisit,

Completed in 114 milliseconds