Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp313 bool ETSChecker::CheckOptionalLambdaFunction(ir::Expression *argument, Signature *substitutedSig, std::size_t index) in CheckOptionalLambdaFunction() function in ETSChecker
411 return invocationCtx.IsInvocable() || CheckOptionalLambdaFunction(argument, substitutedSig, index); in CheckInvokable()
422 return CheckOptionalLambdaFunction(argument, substitutedSig, index); in ValidateSignatureInvocationContext()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.h408 bool CheckOptionalLambdaFunction(ir::Expression *argument, Signature *substitutedSig, std::size_t index);

Completed in 6 milliseconds