Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/
Dsignature.cpp43 for (auto *tparam : signatureInfo_->typeParams) { in Substitute() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp2325 void ETSChecker::EmplaceSubstituted(Substitution *substitution, ETSTypeParameter *tparam, Type *typ… in EmplaceSubstituted()
Dfunction.cpp90 auto *const tparam = paramType->AsETSTypeParameter(); in EnhanceSubstitutionForType() local