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.cpp142 Type *argumentType, Substitution *substitution) in EnhanceSubstitutionForReadonly()
149 …anceSubstitutionForType(const ArenaVector<Type *> &typeParams, Type *paramType, Type *argumentType, in EnhanceSubstitutionForType()
190 Type *argumentType, Substitution *substitution) in EnhanceSubstitutionForUnion()
230 Type *argumentType, Substitution *substitution) in EnhanceSubstitutionForObject()
280Type *const argumentType, Substitution *const substitution) in EnhanceSubstitutionForArray()
392 auto *argumentType = argument->Check(this); in CheckInvokable() local
406 Type *argumentType = argument->Check(this); in ValidateSignatureInvocationContext() local
429 auto *const argumentType = argument->Check(this); in ValidateSignatureRestParams() local
453 auto *const argumentType = restArgument->Check(this); in ValidateSignatureRestParams() local
DtypeCheckingHelpers.cpp928 Type *const argumentType = arrowFuncExpr->Check(this); in CheckLambdaInvocable() local
1002 Type *const argumentType = arrowFuncExpr->Check(this); in TypeInference() local
Dhelpers.cpp493 void ETSChecker::ResolveReturnStatement(checker::Type *funcReturnType, checker::Type *argumentType, in ResolveReturnStatement()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp551 …id CheckReturnType(ETSChecker *checker, checker::Type *funcReturnType, checker::Type *argumentType, in CheckReturnType() argument
605 auto *argumentType = arrowFunc->TsType(); in InferReturnType() local
647 checker::Type *argumentType = stArgument->Check(checker); in ProcessReturnStatements() local
DETSAnalyzer.cpp1999 checker::Type *argumentType = st->argument_->Check(checker); in GetFunctionReturnType() local