Home
last modified time | relevance | path

Searched refs:invocationCtx (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp406 auto const invocationCtx = in CheckInvokable() local
411 return invocationCtx.IsInvocable() || CheckOptionalLambdaFunction(argument, substitutedSig, index); in CheckInvokable()
418 auto const invocationCtx = checker::InvocationContext( in ValidateSignatureInvocationContext() local
421 if (!invocationCtx.IsInvocable()) { in ValidateSignatureInvocationContext()
444 auto const invocationCtx = checker::InvocationContext( in ValidateSignatureRestParams() local
450 if (!invocationCtx.IsInvocable()) { in ValidateSignatureRestParams()
468 auto const invocationCtx = checker::InvocationContext( in ValidateSignatureRestParams() local
473 if (!invocationCtx.IsInvocable()) { in ValidateSignatureRestParams()
H A DtypeCheckingHelpers.cpp955 checker::InvocationContext invocationCtx(Relation(), arrowFuncExpr, argumentType, parameterType,
957 return invocationCtx.IsInvocable();

Completed in 5 milliseconds