Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction_helpers.h188 if (!checker->IsCompatibleTypeArgument(sigParams[ix]->AsETSTypeParameter(), instArgs[ix], in BuildExplicitSubstitutionForArguments()
H A Dfunction.cpp64 bool ETSChecker::IsCompatibleTypeArgument(ETSTypeParameter *typeParam, Type *typeArgument, in IsCompatibleTypeArgument() function in ark::es2panda::checker::ETSChecker
98 IsCompatibleTypeArgument(typeParams[index]->AsETSTypeParameter(), objectParam, substitution) && in InsertTypeIntoSubstitution()
175 return IsCompatibleTypeArgument(tparam, argumentType, substitution); in EnhanceSubstitutionForType()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.h363 bool IsCompatibleTypeArgument(ETSTypeParameter *typeParam, Type *typeArgument, const Substitution *substitution);

Completed in 8 milliseconds