Home
last modified time | relevance | path

Searched refs:FunctionTypeToFunctionalInterfaceType (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsUnionType.cpp275 … ct = checker->FunctionTypeToFunctionalInterfaceType(ct->AsETSFunctionType()->CallSignatures()[0]); in LinearizeAndEraseIdentical()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp643 ETSObjectType *ETSChecker::FunctionTypeToFunctionalInterfaceType(Signature *signature) in FunctionTypeToFunctionalInterfaceType() function in ark::es2panda::checker::ETSChecker
Dhelpers.cpp710FunctionTypeToFunctionalInterfaceType(initType->AsETSFunctionType()->CallSignatures().front()); in CheckVariableDeclaration()
715 types.push_back(FunctionTypeToFunctionalInterfaceType(signature)); in CheckVariableDeclaration()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp735 funcInterfaces.push_back(checker->FunctionTypeToFunctionalInterfaceType( in BuildLambdaClass()
1066 : checker->FunctionTypeToFunctionalInterfaceType(call->Signature()); in InsertInvokeCall()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h266 ETSObjectType *FunctionTypeToFunctionalInterfaceType(Signature *signature);