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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp808 ExplodedNodeSet DstPostPostCallCallback; local
809 getCheckerManager().runCheckersForPostCall(DstPostPostCallCallback,
811 for (ExplodedNode *I : DstPostPostCallCallback) {
H A DExprEngineCallAndReturn.cpp330 ExplodedNodeSet DstPostPostCallCallback; local
331 getCheckerManager().runCheckersForPostCall(DstPostPostCallCallback,
334 for (ExplodedNode *I : DstPostPostCallCallback) {

Completed in 118 milliseconds