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

References

include/llvm/ADT/ilist.h
  291     base_list_type::splice(position, L2, first, last);
include/llvm/ADT/simple_ilist.h
  239     splice(I, L2, L2.begin(), L2.end());
  244     splice(I, L2, Node, std::next(Node));
  280       splice(LI, RHS, RunStart, RI);
  287   splice(LE, RHS, RI, RE);
  304   RHS.splice(RHS.end(), *this, Center, end());
unittests/ADT/SimpleIListTest.cpp
  403   L1.splice(--L1.end(), L2, ++L2.begin(), --L2.end());