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

References

include/llvm/ADT/Optional.h
  204       value = std::move(y);
include/llvm/Support/YAMLTraits.h
  802     if ( matchEnumScalar(Str, outputting() && Val == static_cast<T>(ConstVal)) ) {
  803       Val = ConstVal;
  814       Val = static_cast<T>(static_cast<typename FBT::BaseType>(Res));
include/llvm/Support/type_traits.h
  122     static auto get(F*) -> decltype(std::declval<F &>() = std::declval<const F &>(), std::true_type{});
  130     static auto get(F*) -> decltype(std::declval<F &>() = std::declval<F &&>(), std::true_type{});