Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp65 Engine.getWorkList()->enqueue(Node); in processCallEnter()
350 Engine.getWorkList()->enqueue(*PSI, calleeCtx->getCallSiteBlock(), in processCallExit()
454 Engine.getWorkList()->enqueue(N); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h317 bool hasEmptyWorkList() const { return !Engine.getWorkList()->hasWork(); } in hasEmptyWorkList()
DCoreEngine.h148 WorkList *getWorkList() const { return WList.get(); } in getWorkList() function