Home
last modified time | relevance | path

Searched defs:ETSFunctionType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsFunctionType.h27 explicit ETSFunctionType(util::StringView name, Signature *signature, ArenaAllocator *allocator) in ETSFunctionType() function
33 explicit ETSFunctionType(util::StringView name, ArenaAllocator *allocator) in ETSFunctionType() function
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsFunctionType.h31 explicit ETSFunctionType(FunctionSignature &&signature, ir::ScriptFunctionFlags funcFlags) in ETSFunctionType() function