Home
last modified time | relevance | path

Searched defs:hasRest (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/
DglobalTypesHolder.cpp680 Type *GlobalTypesHolder::GlobalFunctionBuiltinType(size_t nargs, bool hasRest) in GlobalFunctionBuiltinType()
689 Type *GlobalTypesHolder::GlobalLambdaBuiltinType(size_t nargs, bool hasRest) in GlobalLambdaBuiltinType()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectTypeConstants.h114 inline std::string FunctionalInterfaceInvokeName(size_t arity, bool hasRest) in FunctionalInterfaceInvokeName()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.cpp234 auto const getItf = [typeHolder](size_t arity, bool hasRest) { in IntializeFunctionInterfaces()