Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp331 ExplodedNodeSet DstPostPostCallCallback; in processCallExit() local
332 getCheckerManager().runCheckersForPostCall(DstPostPostCallCallback, in processCallExit()
335 for (ExplodedNode *I : DstPostPostCallCallback) { in processCallExit()
H A DExprEngineCXX.cpp824 ExplodedNodeSet DstPostPostCallCallback; in VisitCXXNewAllocatorCall() local
825 getCheckerManager().runCheckersForPostCall(DstPostPostCallCallback, in VisitCXXNewAllocatorCall()
827 for (ExplodedNode *I : DstPostPostCallCallback) { in VisitCXXNewAllocatorCall()