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

References

lib/Transforms/Coroutines/CoroFrame.cpp
  292   unsigned FieldNo = InvalidFieldIndex;
  307     assert(FieldNo != InvalidFieldIndex && "Accessing unassigned field");
  311     assert(FieldNo == InvalidFieldIndex && "Reassigning field number");
  601   unsigned Index = InvalidFieldIndex;
  641     assert(Index != InvalidFieldIndex && "accessing unassigned field number");