Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp402 ExplodedNodeSet DstPostPostCallCallback; in processCallExit() local
403 getCheckerManager().runCheckersForPostCall(DstPostPostCallCallback, in processCallExit()
406 for (ExplodedNode *I : DstPostPostCallCallback) { in processCallExit()
H A DExprEngineCXX.cpp982 ExplodedNodeSet DstPostPostCallCallback; in VisitCXXNewAllocatorCall() local
983 getCheckerManager().runCheckersForPostCall(DstPostPostCallCallback, in VisitCXXNewAllocatorCall()
985 for (ExplodedNode *I : DstPostPostCallCallback) { in VisitCXXNewAllocatorCall()