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()
273 ArenaVector<Type *> newTypeArgs {checker->Allocator()->Adapter()}; in Substitute() local
DetsObjectType.cpp1003 …l ETSObjectType::SubstituteTypeArgs(TypeRelation *const relation, ArenaVector<Type *> &newTypeArgs, in SubstituteTypeArgs()
1020 ArenaVector<Type *> &newTypeArgs) in ComputeEffectiveSubstitution()
1034 ArenaVector<Type *> &&newTypeArgs, ETSObjectType *base) in SetCopiedTypeProperties()
1094 ArenaVector<Type *> newTypeArgs {Allocator()->Adapter()}; in Substitute() local