Home
last modified time | relevance | path

Searched defs:tparam (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsReadonlyType.h27 explicit ETSReadonlyType(ETSTypeParameter *tparam) : Type(TypeFlag::ETS_READONLY), tparam_(tparam) {} in ETSReadonlyType() argument
H A DetsNonNullishType.h26 explicit ETSNonNullishType(ETSTypeParameter *tparam) : Type(TypeFlag::ETS_NONNULLISH), tparam_(tparam) {} in ETSNonNullishType() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DtypeCheckingHelpers.cpp228 auto tparam = type->AsETSNonNullishType()->GetUnderlying(); in MatchConstituentOrConstraint() local
H A Dfunction.cpp165 auto *const tparam = paramType->AsETSTypeParameter(); in EnhanceSubstitutionForType() local
H A Dhelpers.cpp2083 void ETSChecker::EmplaceSubstituted(Substitution *substitution, ETSTypeParameter *tparam, Type *typeArg) in EmplaceSubstituted() argument

Completed in 10 milliseconds