Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsReadonlyType.h27 …explicit ETSReadonlyType(ETSTypeParameter *tparam) : Type(TypeFlag::ETS_READONLY), tparam_(tparam)… in ETSReadonlyType()
DetsNonNullishType.h26 …explicit ETSNonNullishType(ETSTypeParameter *tparam) : Type(TypeFlag::ETS_NONNULLISH), tparam_(tpa… in ETSNonNullishType()
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dsignature.cpp40 for (auto *tparam : signatureInfo_->typeParams) { in Substitute() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp241 auto tparam = type->AsETSNonNullishType()->GetUnderlying(); in MatchConstituentOrConstraint() local
245 auto tparam = type->AsETSPartialTypeParameter()->GetUnderlying(); in MatchConstituentOrConstraint() local
Dfunction.cpp97 auto *const tparam = paramType->AsETSTypeParameter(); in EnhanceSubstitutionForType() local
Dhelpers.cpp2378 void ETSChecker::EmplaceSubstituted(Substitution *substitution, ETSTypeParameter *tparam, Type *typ… in EmplaceSubstituted()