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

Declarations

usr/include/c++/7.4.0/bits/basic_string.h
 2270       swap(basic_string& __s) _GLIBCXX_NOEXCEPT;

References

lib/MC/MCContext.cpp
  588         Path.swap(RemappedPath);
tools/clang/lib/AST/DeclBase.cpp
  615           ResultMessage.swap(*Message);
  622     Message->swap(ResultMessage);
tools/clang/lib/AST/TypePrinter.cpp
 1908   buffer.swap(str);
tools/clang/lib/CodeGen/TargetInfo.cpp
 8774   E.Swapped.swap(E.Str); // swap out the Recursive
 8775   E.Str.swap(StubEnc);
 8803     E.Swapped.swap(E.Str);
tools/lldb/source/Core/ValueObject.cpp
  221       m_old_value_str.swap(m_value_str);
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 1328         command.swap(command_string);
 1342         command.swap(command_string);
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
  261       m_comment.swap(description);
tools/lldb/source/Utility/Event.cpp
  184   m_bytes.swap(new_bytes);
usr/include/c++/7.4.0/bits/basic_string.h
 6249     { __lhs.swap(__rhs); }
usr/include/c++/7.4.0/bits/locale_facets_nonio.tcc
  343 	  __units.swap(__res);