Home
last modified time | relevance | path

Searched refs:TryGettingFunctionTypeFromInvokeFunction (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp599 const Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in CheckReturnType()
600 const Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(argumentType); in CheckReturnType()
633 const Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(argumentType); in InferReturnType()
634 const Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in InferReturnType()
DETSAnalyzer.cpp962 const checker::Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(leftType); in Check()
963 const checker::Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(rightType); in Check()
1716 … const checker::Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(valueType); in CheckObjectExprProps()
1717 … const checker::Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(propType); in CheckObjectExprProps()
DETSchecker.h631 Type *TryGettingFunctionTypeFromInvokeFunction(Type *type);
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp390TryGettingFunctionTypeFromInvokeFunction(substitutedSig->Params()[index]->TsType()), index, flags)… in ValidateSignatureRequiredParams()
413TryGettingFunctionTypeFromInvokeFunction(targetType), "' at index ", index + 1}, in CheckInvokable()
450 const Type *targetType = TryGettingFunctionTypeFromInvokeFunction( in ValidateSignatureRestParams()
452 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ValidateSignatureRestParams()
474 …const Type *targetType = TryGettingFunctionTypeFromInvokeFunction(substitutedSig->RestVar()->TsTyp… in ValidateSignatureRestParams()
475 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ValidateSignatureRestParams()
Dhelpers.cpp499 const Type *targetType = TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in ResolveReturnStatement()
500 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ResolveReturnStatement()
747 Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(initType); in CheckAnnotationTypeForVariableDeclaration()
762 …Type *targetType = isUnionFunction ? annotationType : TryGettingFunctionTypeFromInvokeFunction(ann… in CheckAnnotationTypeForVariableDeclaration()
2510 Type *ETSChecker::TryGettingFunctionTypeFromInvokeFunction(Type *type) in TryGettingFunctionTypeFromInvokeFunction() function in ark::es2panda::checker::ETSChecker
DtypeCheckingHelpers.cpp1236TryGettingFunctionTypeFromInvokeFunction(subParameterType)->AsETSFunctionType()->CallSignatures()[… in CheckLambdaInfer()
1326 const Type *targetType = TryGettingFunctionTypeFromInvokeFunction(parameterType); in TypeInference()