HomeSort by relevance Sort by last modified time
    Searched defs:ExecuteWorkList (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 108 bool ExecuteWorkList(const LocationContext *L, unsigned Steps = 150000) {
109 return Engine.ExecuteWorkList(L, Steps, nullptr);
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 164 /// ExecuteWorkList - Run the worklist algorithm for a maximum number of steps.
165 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned Steps,
288 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState);

Completed in 43 milliseconds