Home
last modified time | relevance | path

Searched defs:argumentType (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DreturnStatement.cpp81 checker::Type *argumentType = argument_->Check(checker); in SetReturnType() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DtupleLowering.cpp42 auto *const argumentType = in CheckUpdateArgument() local
51 checker::Type *SetArgumentType(checker::Type *const argumentType) in SetArgumentType() argument
58 void ComputeTypes(checker::Type *const argumentType) in ComputeTypes() argument
185 auto const argumentType in ConvertTupleUpdate() local
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzerHelpers.cpp562 bool CheckReturnType(ETSChecker *checker, checker::Type *funcReturnType, checker::Type *argumentType, in CheckReturnType() argument
622 auto *argumentType = arrowFunc->TsType(); in InferReturnType() local
671 checker::Type *argumentType in ProcessReturnStatements() local
[all...]
H A DETSAnalyzer.cpp2286 checker::Type *argumentType = st->argument_->Check(checker); in CheckInferredFunctionReturnType() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp158 bool ETSChecker::EnhanceSubstitutionForType(const ArenaVector<Type *> &typeParams, Type *paramType, Type *argumentType, in EnhanceSubstitutionForType() argument
150 EnhanceSubstitutionForReadonly(const ArenaVector<Type *> &typeParams, ETSReadonlyType *paramType, Type *argumentType, Substitution *substitution) EnhanceSubstitutionForReadonly() argument
199 EnhanceSubstitutionForUnion(const ArenaVector<Type *> &typeParams, ETSUnionType *paramUn, Type *argumentType, Substitution *substitution) EnhanceSubstitutionForUnion() argument
239 EnhanceSubstitutionForObject(const ArenaVector<Type *> &typeParams, ETSObjectType *paramType, Type *argumentType, Substitution *substitution) EnhanceSubstitutionForObject() argument
289 EnhanceSubstitutionForArray(const ArenaVector<Type *> &typeParams, ETSArrayType *const paramType, Type *const argumentType, Substitution *const substitution) EnhanceSubstitutionForArray() argument
403 auto *argumentType = argument->Check(this); CheckInvokable() local
417 Type *argumentType = argument->Check(this); ValidateSignatureInvocationContext() local
440 auto *const argumentType = argument->Check(this); ValidateSignatureRestParams() local
464 auto *const argumentType = restArgument->Check(this); ValidateSignatureRestParams() local
[all...]
H A Dhelpers.cpp512 void ETSChecker::ResolveReturnStatement(checker::Type *funcReturnType, checker::Type *argumentType, in ResolveReturnStatement() argument
[all...]

Completed in 11 milliseconds