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

References

include/llvm/ADT/DenseMap.h
  928         std::swap(LHSB->getFirst(), RHSB->getFirst());
include/llvm/ADT/SmallVector.h
  687     std::swap((*this)[i], RHS[i]);
lib/Analysis/LoopAccessAnalysis.cpp
 1677               std::swap(A, B);
lib/Target/AMDGPU/R600InstrInfo.cpp
  382     std::swap(Src[1], Src[2]);
  385     std::swap(Src[0], Src[1]);
  388     std::swap(Src[0], Src[1]);
  389     std::swap(Src[0], Src[2]);
  392     std::swap(Src[0], Src[2]);
  393     std::swap(Src[0], Src[1]);
  396     std::swap(Src[0], Src[2]);
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
 4275     std::swap(*I, *J);
lib/Transforms/IPO/Inliner.cpp
  604         std::swap(CallSites[i--], CallSites[--FirstCallInSCC]);
tools/llvm-diff/DifferenceEngine.cpp
   56       std::swap(data[Index], data[Target]);
   73         std::swap(Storage[0], Storage[NewSize]);
   89             std::swap(Storage[L], Storage[Index]);
  102         std::swap(Storage[IndexToTest], Storage[Index]);
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/type_traits
 2609           noexcept(swap(std::declval<_Tp&>(), std::declval<_Tp&>()))