Lines Matching refs:xType
215 auto xType{x.type().GetCategoryAndKind()}; in RTNAME() local
217 RUNTIME_CHECK(terminator, xType.has_value() && targetType.has_value()); in RTNAME()
218 switch (xType->first) { in RTNAME()
222 void>(xType->second, terminator, targetType->first, targetType->second, in RTNAME()
228 void>(xType->second, terminator, targetType->first, targetType->second, in RTNAME()
234 void>(xType->second, terminator, targetType->first, targetType->second, in RTNAME()
240 targetType->second == xType->second); in RTNAME()
241 ApplyCharacterKind<CharacterFindlocHelper, void>(xType->second, terminator, in RTNAME()
301 auto xType{x.type().GetCategoryAndKind()}; in RTNAME() local
303 RUNTIME_CHECK(terminator, xType.has_value() && targetType.has_value()); in RTNAME()
304 switch (xType->first) { in RTNAME()
308 void>(xType->second, terminator, targetType->first, targetType->second, in RTNAME()
314 void>(xType->second, terminator, targetType->first, targetType->second, in RTNAME()
320 void>(xType->second, terminator, targetType->first, targetType->second, in RTNAME()
326 targetType->second == xType->second); in RTNAME()
327 ApplyCharacterKind<PartialCharacterFindlocHelper, void>(xType->second, in RTNAME()