Home
last modified time | relevance | path

Searched refs:getWorkList (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp353 Engine.getWorkList()->enqueue(*PSI, calleeCtx->getCallSiteBlock(), in processCallExit()
442 Engine.getWorkList()->enqueue(N); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h151 WorkList *getWorkList() const { return WList.get(); } in getWorkList() function
DExprEngine.h324 bool hasEmptyWorkList() const { return !Engine.getWorkList()->hasWork(); } in hasEmptyWorkList()