Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DreturnStatement.cpp78 checker::Type *argumentType = argument_->Check(checker); in SetReturnType() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DtupleLowering.cpp59 auto *const argumentType = in ConvertTupleUpdate() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp85 …anceSubstitutionForType(const ArenaVector<Type *> &typeParams, Type *paramType, Type *argumentType, in EnhanceSubstitutionForType()
124 Type *argumentType, Substitution *substitution, in EnhanceSubstitutionForObject()
252 auto *const argumentType = argument->Check(this); in ValidateSignature() local
278 auto *const argumentType = restArgument->Check(this); in ValidateSignature() local
287 auto *const argumentType = argument->Check(this); in ValidateSignature() local
Dhelpers.cpp976 void ETSChecker::ResolveReturnStatement(checker::Type *funcReturnType, checker::Type *argumentType, in ResolveReturnStatement()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp2131 …id CheckReturnType(ETSChecker *checker, checker::Type *funcReturnType, checker::Type *argumentType, in CheckReturnType() argument
2220 checker::Type *argumentType = stArgument->Check(checker); in ProcessReturnStatements() local
2279 checker::Type *argumentType = st->argument_->Check(checker); in GetFunctionReturnType() local