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

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp65 Engine.getWorkList()->enqueue(Node);
350 Engine.getWorkList()->enqueue(*PSI, calleeCtx->getCallSiteBlock(),
454 Engine.getWorkList()->enqueue(N);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h153 WorkList *getWorkList() const { return WList.get(); } function in class:clang::ento::CoreEngine
H A DExprEngine.h308 bool hasEmptyWorkList() const { return !Engine.getWorkList()->hasWork(); }

Completed in 92 milliseconds