Searched defs:argumentType (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | tupleLowering.cpp | 42 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/ |
| D | returnStatement.cpp | 81 checker::Type *argumentType = argument_->Check(checker); in SetReturnType() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 142 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() 280 … Type *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
|
| D | typeCheckingHelpers.cpp | 928 Type *const argumentType = arrowFuncExpr->Check(this); in CheckLambdaInvocable() local 1002 Type *const argumentType = arrowFuncExpr->Check(this); in TypeInference() local
|
| D | helpers.cpp | 493 void ETSChecker::ResolveReturnStatement(checker::Type *funcReturnType, checker::Type *argumentType, in ResolveReturnStatement()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzerHelpers.cpp | 551 …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
|
| D | ETSAnalyzer.cpp | 1999 checker::Type *argumentType = st->argument_->Check(checker); in GetFunctionReturnType() local
|