Home
last modified time | relevance | path

Searched defs:boxedType (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dconversion.cpp264 auto *const boxedType = boxed.Result()->AsETSObjectType(); in Boxing() local
H A Dhelpers.cpp1260 auto boxedType = PrimitiveTypeAsETSBuiltinType(typeParams->Params().at(idx)->GetType(this)); in HandleTypeAlias() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DboxingForLocals.cpp137 auto *boxedType = checker->GlobalBuiltinBoxType(oldType); in HandleFunctionParam() local
182 auto *boxedType = checker->GlobalBuiltinBoxType(type); in HandleVariableDeclarator() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp1352 checker::Type *boxedType; in EmitBoxingConversion() local
1203 EmitUnboxedCall(const ir::AstNode *node, std::string_view signatureFlag, const checker::Type *const targetType, const checker::Type *const boxedType) EmitUnboxedCall() argument

Completed in 10 milliseconds