Lines Matching defs:toDerived
42 const typeInfo::DerivedType *toDerived{
47 if (toDerived != fromDerived) {
247 const typeInfo::DerivedType *toDerived{
249 if (toDerived && (flags & NeedFinalization) &&
250 toDerived->noFinalizationNeeded()) {
258 return !toDerived && to.rank() == from.rank() && to.IsContiguous() &&
309 if ((flags & NeedFinalization) && toDerived) {
310 Finalize(*deferDeallocation, *toDerived, &terminator);
331 if (toDerived && (flags & CanBeDefinedAssignment)) {
342 if (const auto *special{toDerived->FindSpecialBinding(
347 if (const auto *special{toDerived->FindSpecialBinding(
349 return DoElementalDefinedAssignment(to, from, *toDerived, *special);