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 | 150 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() 289 … Type *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
|
| D | typeCheckingHelpers.cpp | 1247 Type *const argumentType = arrowFuncExpr->Check(this); in CheckLambdaTypeAnnotation() local 1325 Type *const argumentType = arrowFuncExpr->Check(this); in TypeInference() local
|
| D | helpers.cpp | 462 void ETSChecker::ResolveReturnStatement(checker::Type *funcReturnType, checker::Type *argumentType, in ResolveReturnStatement()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzerHelpers.cpp | 568 …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
|
| D | ETSAnalyzer.cpp | 634 Type *argumentType = element->AsSpreadElement()->Argument()->Check(checker); in AddSpreadElementTypes() local 2510 checker::Type *argumentType = st->argument_->Check(checker); in CheckInferredFunctionReturnType() local
|