Lines Matching defs:targetType
229 auto targetType{target.type().GetCategoryAndKind()};
230 RUNTIME_CHECK(terminator, xType.has_value() && targetType.has_value());
236 void>(xType->second, terminator, targetType->first, targetType->second,
242 void>(xType->second, terminator, targetType->first, targetType->second,
248 void>(xType->second, terminator, targetType->first, targetType->second,
253 targetType->first == TypeCategory::Character &&
254 targetType->second == xType->second);
259 RUNTIME_CHECK(terminator, targetType->first == TypeCategory::Logical);
320 auto targetType{target.type().GetCategoryAndKind()};
321 RUNTIME_CHECK(terminator, xType.has_value() && targetType.has_value());
327 void>(xType->second, terminator, targetType->first, targetType->second,
333 void>(xType->second, terminator, targetType->first, targetType->second,
339 void>(xType->second, terminator, targetType->first, targetType->second,
344 targetType->first == TypeCategory::Character &&
345 targetType->second == xType->second);
350 RUNTIME_CHECK(terminator, targetType->first == TypeCategory::Logical);