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

References

include/llvm/IR/ValueHandle.h
  465     assert(!Poisoned && "Tried to delete an already poisoned handle!");
  466     Poisoned = true;
  472     assert(!Poisoned && "Tried to RAUW an already poisoned handle!");
  473     Poisoned = true;
  484     assert(!Poisoned && "Accessed a poisoned value handle!");
  494       : CallbackVH(RHS), Poisoned(RHS.Poisoned) {}
  497     if (Poisoned)
  502     if (Poisoned)
  505     Poisoned = RHS.Poisoned;
  505     Poisoned = RHS.Poisoned;