Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DtupleLowering.cpp42 auto *const argumentType = in CheckUpdateArgument() local
51 checker::Type *SetArgumentType(checker::Type *const argumentType) in SetArgumentType()
58 void ComputeTypes(checker::Type *const argumentType) in ComputeTypes()
185 auto const argumentType = converter.CheckUpdateArgument(); in ConvertTupleUpdate() local
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DreturnStatement.cpp81 checker::Type *argumentType = argument_->Check(checker); in SetReturnType() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp150 Type *argumentType, Substitution *substitution) in EnhanceSubstitutionForReadonly()
157 …anceSubstitutionForType(const ArenaVector<Type *> &typeParams, Type *paramType, Type *argumentType, in EnhanceSubstitutionForType()
199 Type *argumentType, Substitution *substitution) in EnhanceSubstitutionForUnion()
239 Type *argumentType, Substitution *substitution) in EnhanceSubstitutionForObject()
289Type *const argumentType, Substitution *const substitution) in EnhanceSubstitutionForArray()
402 auto *argumentType = argument->Check(this); in CheckInvokable() local
424 Type *argumentType = argument->Check(this); in ValidateSignatureInvocationContext() local
449 auto *const argumentType = argument->Check(this); in ValidateSignatureRestParams() local
473 auto *const argumentType = restArgument->Check(this); in ValidateSignatureRestParams() local
DtypeCheckingHelpers.cpp1247 Type *const argumentType = arrowFuncExpr->Check(this); in CheckLambdaTypeAnnotation() local
1325 Type *const argumentType = arrowFuncExpr->Check(this); in TypeInference() local
Dhelpers.cpp462 void ETSChecker::ResolveReturnStatement(checker::Type *funcReturnType, checker::Type *argumentType, in ResolveReturnStatement()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp568 …ol CheckReturnType(ETSChecker *checker, checker::Type *funcReturnType, checker::Type *argumentType, in CheckReturnType() argument
630 auto *argumentType = arrowFunc->TsType(); in InferReturnType() local
680 checker::Type *argumentType = checker->GetNonConstantType(stArgument->Check(checker)); in ProcessReturnStatements() local
DETSAnalyzer.cpp634 Type *argumentType = element->AsSpreadElement()->Argument()->Check(checker); in AddSpreadElementTypes() local
2510 checker::Type *argumentType = st->argument_->Check(checker); in CheckInferredFunctionReturnType() local