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

References

include/llvm/Support/type_traits.h
  130     static auto get(F*) -> decltype(std::declval<F &>() = std::declval<F &&>(), std::true_type{});
lib/Transforms/InstCombine/InstructionCombining.cpp
 2371     DIIs = FindDbgAddrUses(&MI);
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  367       Invariants = collectHomogenousInstGraphLoopInvariants(L, *CondInst, LI);
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
  157     DbgDeclares = FindDbgAddrUses(AI);
unittests/ADT/TinyPtrVectorTest.cpp
  168   MultipleElements = std::move(SingleElement);
  177   this->V = std::move(this->V2);
  185   this->V = std::move(this->V2);
  193   this->V = std::move(this->V2);
  201   this->V = std::move(this->V2);
  209   this->V = std::move(this->V2);
  217   this->V = std::move(this->V2);
  225   this->V = std::move(this->V2);
  232   this->V = std::move(this->V2);
  240   this->V = std::move(this->V2);
  248   this->V = std::move(this->V2);
  256   this->V = std::move(this->V2);
  264   this->V = std::move(this->V2);
  272   this->V = std::move(this->V2);
  280   this->V = std::move(this->V2);
  288   this->V = std::move(this->V2);
  296   this->V = std::move(this->V2);
usr/include/c++/7.4.0/bits/stl_pair.h
  397 	second = std::forward<second_type>(__p.second);