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

References

include/llvm/ADT/ImmutableSet.h
  498       assert(!isEmpty(L) && "Left tree cannot be empty to have a height >= 2");
  506       assert(!isEmpty(LR) && "LR cannot be empty because it has a height >= 1");
  515       assert(!isEmpty(R) && "Right tree cannot be empty to have a height >= 2");
  523       assert(!isEmpty(RL) && "RL cannot be empty because it has a height >= 1");
  538     if (isEmpty(T))
  558     if (isEmpty(T))
  577     if (isEmpty(L))
  579     if (isEmpty(R))
  587     assert(!isEmpty(T));
  588     if (isEmpty(getLeft(T))) {