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

References

include/llvm/XRay/Profile.h
  109     swap(L.Roots, R.Roots);
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 2587     std::swap(DeferredCompleteTypes, TypesToEmit);
lib/Target/X86/X86CmovConversion.cpp
  530   std::swap(TempGroups, CmovInstGroups);
lib/Transforms/Utils/InlineFunction.cpp
 2166       std::swap(Returns, NormalReturns);
 2204     std::swap(Returns, NormalReturns);
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 2055     std::swap(TeamAndReductions.second, LastPrivatesReductions);
tools/clang/lib/Sema/SemaDeclCXX.cpp
 7166   std::swap(Overriding, DelayedOverridingExceptionSpecChecks);
 7167   std::swap(Equivalent, DelayedEquivalentExceptionSpecChecks);
11838     std::swap(DelayedDllExportMemberFunctions, WorkList);
11857     std::swap(DelayedDllExportClasses, WorkList);
unittests/ADT/SmallVectorTest.cpp
  406   std::swap(this->theVector, this->otherVector);