Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzerHelpers.cpp592 const Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in CheckReturnType()
593 const Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(argumentType); in CheckReturnType()
625 const Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(argumentType); in InferReturnType()
626 const Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in InferReturnType()
H A DETSAnalyzer.cpp869 const checker::Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(leftType); in Check()
870 const checker::Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(rightType); in Check()
1555 const checker::Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(valueType); in CheckObjectExprProps()
1556 const checker::Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(propType); in CheckObjectExprProps()
H A DETSchecker.h616 Type *TryGettingFunctionTypeFromInvokeFunction(Type *type);
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp391 TryGettingFunctionTypeFromInvokeFunction(substitutedSig->Params()[index]->TsType()), index, flags)) { in ValidateSignatureRequiredParams()
409 TryGettingFunctionTypeFromInvokeFunction(targetType), "' at index ", index + 1}, in CheckInvokable()
441 const Type *targetType = TryGettingFunctionTypeFromInvokeFunction( in ValidateSignatureRestParams()
443 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ValidateSignatureRestParams()
465 const Type *targetType = TryGettingFunctionTypeFromInvokeFunction(substitutedSig->RestVar()->TsType()); in ValidateSignatureRestParams()
466 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ValidateSignatureRestParams()
H A DtypeCheckingHelpers.cpp941 TryGettingFunctionTypeFromInvokeFunction(subParameterType)->AsETSFunctionType()->CallSignatures()[0];
1031 const Type *targetType = TryGettingFunctionTypeFromInvokeFunction(parameterType);
H A Dhelpers.cpp550 const Type *targetType = TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in ResolveReturnStatement()
551 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ResolveReturnStatement()
792 Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(initType); in CheckAnnotationTypeForVariableDeclaration()
815 TryGettingFunctionTypeFromInvokeFunction(annotationType), "'"}, in CheckAnnotationTypeForVariableDeclaration()
2559 Type *ETSChecker::TryGettingFunctionTypeFromInvokeFunction(Type *type) in TryGettingFunctionTypeFromInvokeFunction() function in ark::es2panda::checker::ETSChecker

Completed in 16 milliseconds