Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dconversion.cpp271 auto *const unboxedType = unboxed.Result(); in Unboxing() local
DtypeCheckingHelpers.cpp798 auto unboxedType = ETSBuiltinTypeAsPrimitiveType(target); in CheckUnboxedTypeWidenable() local
Darithmetic.cpp1098 void ETSChecker::FlagExpressionWithUnboxing(Type *type, Type *unboxedType, ir::Expression *typeExpr… in FlagExpressionWithUnboxing()
Dhelpers.cpp376 …Type *unboxedType = isCondExpr ? ETSBuiltinTypeAsConditionalType(type) : ETSBuiltinTypeAsPrimitive… in ApplyUnaryOperatorPromotion() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1580 auto unboxedType = checker->ETSBuiltinTypeAsPrimitiveType(operandType); in Check() local