Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp616 ExplodedNodeSet dstCallEvaluated; in VisitCallExpr() local
618 evalCall(dstCallEvaluated, N, *CallTemplate); in VisitCallExpr()
625 getCheckerManager().runCheckersForPostStmt(dst, dstCallEvaluated, CE, in VisitCallExpr()
689 ExplodedNodeSet dstCallEvaluated; in evalCall() local
690 getCheckerManager().runCheckersForEvalCall(dstCallEvaluated, dstPreVisit, in evalCall()
696 for (ExplodedNode *I : dstCallEvaluated) in evalCall()