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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp114 ExplodedNodeSet DstBegin; local
115 ExprEng.processBeginOfFunction(BuilderCtx, Node, DstBegin, StartLoc);
117 enqueue(DstBegin);
H A DExprEngineCallAndReturn.cpp68 ExplodedNodeSet DstBegin; local
69 processBeginOfFunction(BC, Node, DstBegin, Loc);
70 Engine.enqueue(DstBegin);

Completed in 234 milliseconds