Searched defs:unboxedType (Results 1 – 6 of 6) sorted by relevance
282 auto *const unboxedType = unboxed.Result(); in Unboxing() local
1220 void ETSChecker::FlagExpressionWithUnboxing(Type *type, Type *unboxedType, ir::Expression *typeExpr… in FlagExpressionWithUnboxing()
1368 auto unboxedType = MaybeUnboxInRelation(target); in CheckUnboxedTypeWidenable() local
382 …Type *unboxedType = isCondExpr ? MaybeUnboxConditionalInRelation(type) : MaybeUnboxInRelation(type… in ApplyUnaryOperatorPromotion() local
1084 auto const callUnbox = [this, node](std::string_view sig, checker::Type const *unboxedType) { in ApplyUnboxingConversion()1250 auto const callBox = [this, node](std::string_view sig, checker::Type const *unboxedType) { in EmitBoxingConversion()
2680 auto unboxedType = checker->MaybeUnboxInRelation(operandType); in Check() local