Home
last modified time | relevance | path

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

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