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

References

include/llvm/ADT/MapVector.h
   95     std::swap(Vector, RHS.Vector);
include/llvm/Analysis/CallGraph.h
  228     std::swap(CalledFunctions, N->CalledFunctions);
lib/Analysis/AliasSetTracker.cpp
   86       std::swap(UnknownInsts, AS.UnknownInsts);
lib/CodeGen/MachineModuleInfo.cpp
  133   std::swap(Result, I->second);
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
 2033   std::swap(InOps, Ops);
lib/Support/FileCheck.cpp
 1256     std::swap(DagNotMatches, CheckStrings->back().DagNotStrings);
 1266     std::swap(DagNotMatches, CheckStrings->back().DagNotStrings);
tools/lld/ELF/SyntheticSections.cpp
  893   std::swap(gots, mergedGots);
usr/include/c++/7.4.0/bits/stl_algobase.h
  148       swap(*__a, *__b);
usr/include/c++/7.4.0/bits/stl_pair.h
  430 	swap(second, __p.second);
usr/include/c++/7.4.0/bits/stl_queue.h
  650 	swap(c, __pq.c);
usr/include/c++/7.4.0/type_traits
 2609           noexcept(swap(std::declval<_Tp&>(), std::declval<_Tp&>()))