Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction_helpers.h160 auto *constraintsSubstitution = checker->NewSubstitution(); in BuildExplicitSubstitutionForArguments() local
166 ETSChecker::EmplaceSubstituted(constraintsSubstitution, sigParams[ix]->AsETSTypeParameter(), instArgs[ix]); in BuildExplicitSubstitutionForArguments()
175 dflt = dflt->Substitute(checker->Relation(), constraintsSubstitution); in BuildExplicitSubstitutionForArguments()
177 ETSChecker::EmplaceSubstituted(constraintsSubstitution, sigParams[ix]->AsETSTypeParameter(), instArgs[ix]); in BuildExplicitSubstitutionForArguments()
189 constraintsSubstitution)) { in BuildExplicitSubstitutionForArguments()

Completed in 2 milliseconds