Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp400 ExplodedNodeSet DstPostPostCallCallback; in processCallExit() local
401 getCheckerManager().runCheckersForPostCall(DstPostPostCallCallback, in processCallExit()
404 for (ExplodedNode *I : DstPostPostCallCallback) { in processCallExit()
H A DExprEngineCXX.cpp987 ExplodedNodeSet DstPostPostCallCallback; in VisitCXXNewAllocatorCall() local
988 getCheckerManager().runCheckersForPostCall(DstPostPostCallCallback, in VisitCXXNewAllocatorCall()
990 for (ExplodedNode *I : DstPostPostCallCallback) { in VisitCXXNewAllocatorCall()