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

Definitions

include/llvm/ADT/APInt.h
  734   APInt &operator=(const APInt &RHS) {
include/llvm/ADT/CachedHashString.h
  121   CachedHashString &operator=(CachedHashString Other) {
include/llvm/ADT/Optional.h
  249   Optional &operator=(const Optional &O) = default;
include/llvm/ADT/SmallVector.h
  874   const SmallVector &operator=(const SmallVector &RHS) {
include/llvm/IR/Value.h
  736 Value *Use::operator=(Value *RHS) {
  741 const Use &Use::operator=(const Use &RHS) {
include/llvm/IR/ValueHandle.h
  147   WeakVH &operator=(const WeakVH &RHS) = default;
include/llvm/MCA/Instruction.h
  158   WriteState &operator=(const WriteState &Other) = default;
include/llvm/Support/Endian.h
  222   void operator=(value_type newValue) {
include/llvm/Support/YAMLTraits.h
 1656 LLVM_YAML_STRONG_TYPEDEF(uint8_t, Hex8)
include/llvm/Transforms/Scalar/GVNExpression.h
  493   int_op_inserter &operator=(unsigned int val) {
lib/ObjectYAML/ELFYAML.cpp
  850 LLVM_YAML_STRONG_TYPEDEF(StringRef, StOtherPiece)
tools/clang/include/clang/Basic/PartialDiagnostic.h
  234   PartialDiagnostic &operator=(const PartialDiagnostic &Other) {
tools/clang/include/clang/Tooling/Refactoring/AtomicChange.h
   52   AtomicChange &operator=(const AtomicChange &) = default;
tools/lldb/include/lldb/Core/ModuleSpec.h
   53   ModuleSpec &operator=(const ModuleSpec &rhs) {
tools/lldb/include/lldb/Utility/SharingPtr.h
  217 inline SharingPtr<T> &SharingPtr<T>::operator=(const SharingPtr &r) {
tools/lldb/source/API/SBValue.cpp
  232 SBValue &SBValue::operator=(const SBValue &rhs) {
tools/lldb/source/Core/Address.cpp
  239 const Address &Address::operator=(const Address &rhs) {
tools/lldb/source/Core/IOHandler.cpp
 2010   TreeItem &operator=(const TreeItem &rhs) {
tools/lldb/source/Core/Value.cpp
   74 Value &Value::operator=(const Value &rhs) {
tools/lldb/source/Symbol/SymbolContext.cpp
   58 const SymbolContext &SymbolContext::operator=(const SymbolContext &rhs) {
tools/lldb/source/Utility/FileSpec.cpp
  178 const FileSpec &FileSpec::operator=(const FileSpec &rhs) {
unittests/ADT/SmallVectorTest.cpp
   66   Constructable & operator=(const Constructable & src) {
usr/include/c++/7.4.0/bits/basic_string.h
  654       operator=(const basic_string& __str)
  693       operator=(const _CharT* __s)
  722       operator=(basic_string&& __str)
usr/include/c++/7.4.0/bits/shared_ptr.h
  296       shared_ptr& operator=(const shared_ptr&) noexcept = default;
  553       operator=(const weak_ptr& __r) noexcept = default;
usr/include/c++/7.4.0/bits/std_function.h
  480       operator=(const function& __x)
usr/include/c++/7.4.0/bits/stl_bvector.h
   84     operator=(bool __x) _GLIBCXX_NOEXCEPT
   94     operator=(const _Bit_reference& __x) _GLIBCXX_NOEXCEPT
usr/include/c++/7.4.0/bits/stl_iterator.h
  490       operator=(const typename _Container::value_type& __value)
  497       operator=(typename _Container::value_type&& __value)
  693       operator=(const typename _Container::value_type& __value)
  701       operator=(typename _Container::value_type&& __value)
usr/include/c++/7.4.0/bits/stl_pair.h
  378       operator=(typename conditional<
usr/include/c++/7.4.0/bits/stl_set.h
  288       operator=(const set&) = default;
usr/include/c++/7.4.0/tuple
  835       operator=(const tuple& __in)