Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp1497 auto &targetTypeParams = target->GetSignatureInfo()->typeParams; in AdjustForTypeParameters() local
1498 if (sourceTypeParams.size() != targetTypeParams.size()) { in AdjustForTypeParameters()
1506 if (!targetTypeParams[ix]->IsETSTypeParameter()) { in AdjustForTypeParameters()
1509 ETSChecker::EmplaceSubstituted(substitution, targetTypeParams[ix]->AsETSTypeParameter(), sourceTypeParams[ix]); in AdjustForTypeParameters()

Completed in 4 milliseconds