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

References

include/llvm/ADT/SparseBitVector.h
  465     Elements = std::move(RHS.Elements);
include/llvm/Option/ArgList.h
  404     SynthesizedStrings = std::move(RHS.SynthesizedStrings);
include/llvm/Support/type_traits.h
  130     static auto get(F*) -> decltype(std::declval<F &>() = std::declval<F &&>(), std::true_type{});
include/llvm/XRay/Profile.h
   94     Blocks = std::move(O.Blocks);
   95     NodeStorage = std::move(O.NodeStorage);
usr/include/c++/7.4.0/bits/stl_pair.h
  397 	second = std::forward<second_type>(__p.second);
utils/TableGen/GlobalISelEmitter.cpp
  867   RuleMatcher &operator=(RuleMatcher &&Other) = default;