Home
last modified time | relevance | path

Searched refs:EnhanceSubstitutionForArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp183 …return EnhanceSubstitutionForArray(typeParams, paramType->AsETSArrayType(), argumentType, substitu… in EnhanceSubstitutionForType()
279 bool ETSChecker::EnhanceSubstitutionForArray(const ArenaVector<Type *> &typeParams, ETSArrayType *c… in EnhanceSubstitutionForArray() function in ark::es2panda::checker::ETSChecker
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h369 …[[nodiscard]] bool EnhanceSubstitutionForArray(const ArenaVector<Type *> &typeParams, ETSArrayType…