HomeSort by relevance Sort by last modified time
    Searched refs:getWorkList (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 62 Engine.getWorkList()->enqueue(Node);
347 Engine.getWorkList()->enqueue(*PSI, calleeCtx->getCallSiteBlock(),
451 Engine.getWorkList()->enqueue(N);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 149 WorkList *getWorkList() const { return WList.get(); }
ExprEngine.h 295 bool hasEmptyWorkList() const { return !Engine.getWorkList()->hasWork(); }
  /external/clang/lib/StaticAnalyzer/Checkers/
IdempotentOperationChecker.cpp 603 if (CE.getWorkList()->visitItemsInWorkList(visitWL))

Completed in 251 milliseconds