Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp862 …l ETSObjectType::SubstituteTypeArgs(TypeRelation *const relation, ArenaVector<Type *> &newTypeArgs, in SubstituteTypeArgs()
879 ArenaVector<Type *> &newTypeArgs) in ComputeEffectiveSubstitution()
894 ArenaVector<Type *> &&newTypeArgs, ETSObjectType *base) in SetCopiedTypeProperties()
956 ArenaVector<Type *> newTypeArgs {checker->Allocator()->Adapter()}; in Substitute() local