Searched defs:DstPostCall (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp293 ExplodedNodeSet DstPostCall; local
294 getCheckerManager().runCheckersForPostCall(DstPostCall, DstEvaluated,
296 getCheckerManager().runCheckersForPostStmt(destNodes, DstPostCall, CE, *this);
339 ExplodedNodeSet DstPostCall; local
H A DExprEngineCallAndReturn.cpp330 ExplodedNodeSet DstPostCall; local
331 getCheckerManager().runCheckersForPostCall(DstPostCall, CEENode,
337 getCheckerManager().runCheckersForPostObjCMessage(Dst, DstPostCall, *Msg,
341 getCheckerManager().runCheckersForPostStmt(Dst, DstPostCall, CE,
344 Dst.insert(DstPostCall);

Completed in 1207 milliseconds