Home
last modified time | relevance | path

Searched defs:newParamType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/
Dsignature.cpp50 auto *newParamType = param->TsType()->Substitute(relation, substitution); in Substitute() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp177 checker::Type *newParamType, in InitNewParameterVariable()
215 auto *newParamType = oldParamType->Substitute(checker->Relation(), substitution); in CreateLambdaCalleeParameters() local