Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlambdaLowering.cpp107 auto *oldTypeParam = enclosingFunction->Signature()->TypeParams()[ix]->AsETSTypeParameter(); in CloneTypeParams() local
125 substitution->emplace(oldTypeParam, newTypeParam); in CloneTypeParams()
129 auto *oldTypeParam = enclosingFunction->Signature()->TypeParams()[ix]->AsETSTypeParameter(); in CloneTypeParams() local
131 if (auto *oldConstraint = oldTypeParam->GetConstraintType(); oldConstraint != nullptr) { in CloneTypeParams()
137 if (auto *oldDefault = oldTypeParam->GetDefaultType(); oldDefault != nullptr) { in CloneTypeParams()

Completed in 4 milliseconds