Searched defs:argumentType (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | returnStatement.cpp | 78 checker::Type *argumentType = argument_->Check(checker); in SetReturnType() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | tupleLowering.cpp | 59 auto *const argumentType = in ConvertTupleUpdate() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 85 …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
|
| D | helpers.cpp | 976 void ETSChecker::ResolveReturnStatement(checker::Type *funcReturnType, checker::Type *argumentType, in ResolveReturnStatement()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzer.cpp | 2131 …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
|