Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp116 ExplodedNodeSet DstBegin; in ExecuteWorkList() local
117 SubEng.processBeginOfFunction(BuilderCtx, Node, DstBegin, StartLoc); in ExecuteWorkList()
119 enqueue(DstBegin); in ExecuteWorkList()
H A DExprEngineCallAndReturn.cpp65 ExplodedNodeSet DstBegin; in processCallEnter() local
66 processBeginOfFunction(BC, Node, DstBegin, Loc); in processCallEnter()
67 Engine.enqueue(DstBegin); in processCallEnter()