Searched defs:argumentType (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | returnStatement.cpp | 81 checker::Type *argumentType = argument_->Check(checker); in SetReturnType() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 82 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() 337 … Type *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 …]
|
| D | typeCheckingHelpers.cpp | 1501 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
|
| D | helpers.cpp | 486 void ETSChecker::ResolveReturnStatement(checker::Type *funcReturnType, checker::Type *argumentType, in ResolveReturnStatement()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzerHelpers.cpp | 633 …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
|
| D | ETSAnalyzer.cpp | 3245 checker::Type *argumentType = st->argument_->Check(checker); in CheckInferredFunctionReturnType() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/ |
| D | ArkValueTransformer.ts | 998 const argumentType = this.resolveTypeNode(newArrayExpression.typeArguments[0]); constant
|