Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp927 ExplodedNodeSet DstPostPostCallCallback; in VisitCXXNewAllocatorCall() local
928 getCheckerManager().runCheckersForPostCall(DstPostPostCallCallback, in VisitCXXNewAllocatorCall()
930 for (ExplodedNode *I : DstPostPostCallCallback) { in VisitCXXNewAllocatorCall()
H A DExprEngineCallAndReturn.cpp348 ExplodedNodeSet DstPostPostCallCallback; in processCallExit() local
349 getCheckerManager().runCheckersForPostCall(DstPostPostCallCallback, in processCallExit()
352 for (ExplodedNode *I : DstPostPostCallCallback) { in processCallExit()