Searched defs:hasRest (Results 1 – 3 of 3) sorted by relevance
680 Type *GlobalTypesHolder::GlobalFunctionBuiltinType(size_t nargs, bool hasRest) in GlobalFunctionBuiltinType()689 Type *GlobalTypesHolder::GlobalLambdaBuiltinType(size_t nargs, bool hasRest) in GlobalLambdaBuiltinType()
114 inline std::string FunctionalInterfaceInvokeName(size_t arity, bool hasRest) in FunctionalInterfaceInvokeName()
234 auto const getItf = [typeHolder](size_t arity, bool hasRest) { in IntializeFunctionInterfaces()