Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp575 const Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in CheckReturnType()
576 const Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(argumentType); in CheckReturnType()
608 const Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(argumentType); in InferReturnType()
609 const Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in InferReturnType()
DETSAnalyzer.cpp728 const checker::Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(leftType); in Check()
729 const checker::Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(rightType); in Check()
1370 … const checker::Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(valueType); in CheckObjectExprProps()
1371 … const checker::Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(propType); in CheckObjectExprProps()
DETSchecker.h598 Type *TryGettingFunctionTypeFromInvokeFunction(Type *type);
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp380TryGettingFunctionTypeFromInvokeFunction(substitutedSig->Params()[index]->TsType()), index, flags)… in ValidateSignatureRequiredParams()
398TryGettingFunctionTypeFromInvokeFunction(targetType), "' at index ", index + 1}, in CheckInvokable()
430 const Type *targetType = TryGettingFunctionTypeFromInvokeFunction( in ValidateSignatureRestParams()
432 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ValidateSignatureRestParams()
454 …const Type *targetType = TryGettingFunctionTypeFromInvokeFunction(substitutedSig->RestVar()->TsTyp… in ValidateSignatureRestParams()
455 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ValidateSignatureRestParams()
Dhelpers.cpp528 const Type *targetType = TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in ResolveReturnStatement()
529 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ResolveReturnStatement()
747 Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(initType); in CheckAnnotationTypeForVariableDeclaration()
770 TryGettingFunctionTypeFromInvokeFunction(annotationType), "'"}); in CheckAnnotationTypeForVariableDeclaration()
2472 Type *ETSChecker::TryGettingFunctionTypeFromInvokeFunction(Type *type) in TryGettingFunctionTypeFromInvokeFunction() function in ark::es2panda::checker::ETSChecker
DtypeCheckingHelpers.cpp1003 const Type *targetType = TryGettingFunctionTypeFromInvokeFunction(parameterType); in TypeInference()