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

References

include/llvm/ADT/DirectedGraph.h
  174   DirectedGraph(const DGraphType &G) : Nodes(G.Nodes) {}
  175   DirectedGraph(DGraphType &&RHS) : Nodes(std::move(RHS.Nodes)) {}
  176   DGraphType &operator=(const DGraphType &G) {
  176   DGraphType &operator=(const DGraphType &G) {
  180   DGraphType &operator=(const DGraphType &&G) {
  180   DGraphType &operator=(const DGraphType &&G) {