Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dconversion.cpp270 auto *const unboxedType = unboxed.Result(); in Unboxing() local
Dhelpers.cpp78 auto *unboxedType = ETSBuiltinTypeAsConditionalType(type); in CheckTruthinessOfType() local
853 …Type *unboxedType = isCondExpr ? ETSBuiltinTypeAsConditionalType(type) : ETSBuiltinTypeAsPrimitive… in ApplyUnaryOperatorPromotion() local
2084 auto unboxedType = ETSBuiltinTypeAsPrimitiveType(target); in CheckUnboxedTypeWidenable() local
Darithmetic.cpp727 void ETSChecker::FlagExpressionWithUnboxing(Type *type, Type *unboxedType, ir::Expression *typeExpr… in FlagExpressionWithUnboxing()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1680 auto unboxedType = checker->ETSBuiltinTypeAsPrimitiveType(operandType); in Check() local