Home
last modified time | relevance | path

Searched defs:unboxedType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dconversion.cpp276 auto *const unboxedType = unboxed.Result(); in Unboxing() local
Darithmetic.cpp1170 void ETSChecker::FlagExpressionWithUnboxing(Type *type, Type *unboxedType, ir::Expression *typeExpr… in FlagExpressionWithUnboxing()
DtypeCheckingHelpers.cpp1113 auto unboxedType = MaybeUnboxInRelation(target); in CheckUnboxedTypeWidenable() local
Dhelpers.cpp344 …Type *unboxedType = isCondExpr ? MaybeUnboxConditionalInRelation(type) : MaybeUnboxInRelation(type… in ApplyUnaryOperatorPromotion() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp1142 auto const callUnbox = [this, node](std::string_view sig, checker::Type const *unboxedType) { in ApplyUnboxingConversion()
1296 auto const callBox = [this, node](std::string_view sig, checker::Type const *unboxedType) { in EmitBoxingConversion()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1983 auto unboxedType = checker->MaybeUnboxInRelation(operandType); in Check() local