Home
last modified time | relevance | path

Searched refs:boxedTypeArg (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DtypeRelationContext.cpp92 auto *const boxedTypeArg = checker_->PrimitiveTypeAsETSBuiltinType(paramType); in InstantiateType() local
93 ASSERT(boxedTypeArg); in InstantiateType()
94 paramType = boxedTypeArg->Instantiate(checker_->Allocator(), checker_->Relation(), in InstantiateType()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzerHelpers.cpp769 auto *const boxedTypeArg = checker->PrimitiveTypeAsETSBuiltinType(paramType); in InstantiateBoxedPrimitiveType() local
770 ASSERT(boxedTypeArg); in InstantiateBoxedPrimitiveType()
772 boxedTypeArg->Instantiate(checker->Allocator(), checker->Relation(), checker->GetGlobalTypesHolder()); in InstantiateBoxedPrimitiveType()

Completed in 3 milliseconds