Home
last modified time | relevance | path

Searched defs:newTypeArgs (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsTypeAliasType.cpp245 …TSTypeAliasType::SubstituteTypeArgs(TypeRelation *const relation, ArenaVector<Type *> &newTypeArgs, in SubstituteTypeArgs()
301 ArenaVector<Type *> newTypeArgs {checker->Allocator()->Adapter()}; in Substitute() local
DetsObjectType.cpp928 …l ETSObjectType::SubstituteTypeArgs(TypeRelation *const relation, ArenaVector<Type *> &newTypeArgs, in SubstituteTypeArgs()
945 ArenaVector<Type *> &newTypeArgs) in ComputeEffectiveSubstitution()
960 ArenaVector<Type *> &&newTypeArgs, ETSObjectType *base) in SetCopiedTypeProperties()
1017 ArenaVector<Type *> newTypeArgs {checker->Allocator()->Adapter()}; in Substitute() local