Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsDynamicFunctionType.h26 …explicit ETSDynamicFunctionType(ETSChecker *checker, util::StringView name, ArenaVector<Signature … in ETSDynamicFunctionType() function
33 explicit ETSDynamicFunctionType(ETSChecker *checker, Signature *signature, Language lang) in ETSDynamicFunctionType() function
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dtype.h34 class ETSDynamicFunctionType; variable