Searched refs:IsCompatibleTypeArgument (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeRelationContext.cpp | 162 if (!checker_->IsCompatibleTypeArgument(typeParam->AsETSTypeParameter(), typeArgTypes[ix], in InstantiateType()
|
| D | function_helpers.h | 143 if (!checker->IsCompatibleTypeArgument(sigParams[ix]->AsETSTypeParameter(), instArgs[ix], in BuildExplicitSubstitutionForArguments()
|
| D | function.cpp | 71 bool ETSChecker::IsCompatibleTypeArgument(ETSTypeParameter *typeParam, Type *typeArgument, in IsCompatibleTypeArgument() function in panda::es2panda::checker::ETSChecker 98 if (!IsCompatibleTypeArgument(tparam, argumentType, substitution)) { in EnhanceSubstitutionForType()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSchecker.h | 288 …bool IsCompatibleTypeArgument(ETSTypeParameter *typeParam, Type *typeArgument, const Substitution …
|