Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h439 void runCheckersForEvalCall(ExplodedNodeSet &Dst, const ExplodedNodeSet &Src,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp651 void CheckerManager::runCheckersForEvalCall(ExplodedNodeSet &Dst, in runCheckersForEvalCall() function in CheckerManager
H A DExprEngineCallAndReturn.cpp690 getCheckerManager().runCheckersForEvalCall(dstCallEvaluated, dstPreVisit, in evalCall()
H A DExprEngineCXX.cpp789 getCheckerManager().runCheckersForEvalCall(DstEvaluated, N, *Call, *this, in handleConstructor()