Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp914 Type *const parameterType, TypeRelationFlag flags) in CheckLambdaInvocable()
936 … ir::ArrowFunctionExpression *const arrowFuncExpr, Type *const parameterType, in CheckLambdaTypeAnnotation()
998 Type *const parameterType = signature->Params()[index]->TsType(); in TypeInference() local