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

References

include/llvm/ADT/PriorityWorklist.h
  101     assert(V[Index] == X && "Value not actually at index in map!");
  102     if (Index != (ptrdiff_t)(V.size() - 1)) {
  104       V[Index] = T();
  105       Index = (ptrdiff_t)V.size();