Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp166 auto *const originalTparam = tparam->GetOriginal(); in EnhanceSubstitutionForType() local
167 if (std::find(typeParams.begin(), typeParams.end(), originalTparam) != typeParams.end() && in EnhanceSubstitutionForType()
168 substitution->count(originalTparam) == 0) { in EnhanceSubstitutionForType()
174 ETSChecker::EmplaceSubstituted(substitution, originalTparam, argumentType); in EnhanceSubstitutionForType()

Completed in 4 milliseconds