Home
last modified time | relevance | path

Searched refs:CreateFunctionalInterfaceForFunctionType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h407 void CreateFunctionalInterfaceForFunctionType(ir::ETSFunctionType *funcType);
DETSAnalyzer.cpp414 checker->CreateFunctionalInterfaceForFunctionType(node); in Check()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1377 void ETSChecker::CreateFunctionalInterfaceForFunctionType(ir::ETSFunctionType *funcType) in CreateFunctionalInterfaceForFunctionType() function in panda::es2panda::checker::ETSChecker