Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DreturnStatement.cpp81 checker::Type *argumentType = argument_->Check(checker); in SetReturnType() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp82 Type *argumentType, Substitution *substitution) in EnhanceSubstitutionForReadonly()
89 …anceSubstitutionForType(const ArenaVector<Type *> &typeParams, Type *paramType, Type *argumentType, in EnhanceSubstitutionForType()
138 …r::ValidateTypeSubstitution(const ArenaVector<Type *> &typeParams, Type *ctype, Type *argumentType, in ValidateTypeSubstitution()
150 Type *argumentType, Substitution *substitution) in EnhanceSubstitutionForUnion()
251 Type *argumentType, Substitution *substitution) in EnhanceSubstitutionForFunction()
315 Type *argumentType, Substitution *substitution) in EnhanceSubstitutionForObject()
337Type *const argumentType, Substitution *const substitution) in EnhanceSubstitutionForArray()
346 … ETSResizableArrayType *const paramType, Type *const argumentType, in EnhanceSubstitutionForResizableArray()
485 Type *argumentType = argument->Check(this); in ValidateSignatureInvocationContext() local
503 const auto argumentType = argument->Check(this); in IsValidRestArgument() local
[all …]
DtypeCheckingHelpers.cpp1501 Type *const argumentType = arrowFuncExpr->Check(this); in CheckLambdaTypeAnnotation() local
1531 Type *const argumentType = arrowFuncExpr->Check(this); in CheckLambdaTypeAnnotation() local
1582 Type *const argumentType = arrowFuncExpr->Check(this); in ResolveLambdaArgumentType() local
Dhelpers.cpp486 void ETSChecker::ResolveReturnStatement(checker::Type *funcReturnType, checker::Type *argumentType, in ResolveReturnStatement()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp633 …ol CheckReturnType(ETSChecker *checker, checker::Type *funcReturnType, checker::Type *argumentType, in CheckReturnType() argument
697 auto *argumentType = arrowFunc->TsType(); in InferReturnType() local
767 checker::Type *argumentType = checker->GetNonConstantType(stArgument->Check(checker)); in ProcessReturnStatements() local
DETSAnalyzer.cpp3245 checker::Type *argumentType = st->argument_->Check(checker); in CheckInferredFunctionReturnType() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DArkValueTransformer.ts998 const argumentType = this.resolveTypeNode(newArrayExpression.typeArguments[0]); constant