Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp696 ExplodedNodeSet DstPostPostCallCallback; in VisitCXXNewAllocatorCall() local
697 getCheckerManager().runCheckersForPostCall(DstPostPostCallCallback, in VisitCXXNewAllocatorCall()
699 for (auto I : DstPostPostCallCallback) { in VisitCXXNewAllocatorCall()
H A DExprEngineCallAndReturn.cpp328 ExplodedNodeSet DstPostPostCallCallback; in processCallExit() local
329 getCheckerManager().runCheckersForPostCall(DstPostPostCallCallback, in processCallExit()
332 for (auto I : DstPostPostCallCallback) { in processCallExit()