reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/WorkList.cpp
  146     return !(StackUnexplored.empty() && StackOthers.empty());
  166         StackOthers.push_back(U);
  170     MaxQueueSize.updateMax(StackUnexplored.size() + StackOthers.size());
  179       WorkListUnit &U = StackOthers.back();
  180       StackOthers.pop_back();