Home
last modified time | relevance | path

Searched refs:VariadicFunctionTypeThreshold (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/
DglobalTypesHolder.cpp674 size_t GlobalTypesHolder::VariadicFunctionTypeThreshold() in VariadicFunctionTypeThreshold() function in ark::es2panda::checker::GlobalTypesHolder
682 if (nargs < VariadicFunctionTypeThreshold()) { in GlobalFunctionBuiltinType()
691 if (nargs < VariadicFunctionTypeThreshold()) { in GlobalLambdaBuiltinType()
DglobalTypesHolder.h315 size_t VariadicFunctionTypeThreshold();
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.cpp238 for (size_t arity = 0; arity < typeHolder->VariadicFunctionTypeThreshold(); arity++) { in IntializeFunctionInterfaces()
651 return GetGlobalTypesHolder()->VariadicFunctionTypeThreshold(); in GlobalBuiltinFunctionTypeVariadicThreshold()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsFunctionType.cpp98 if (arity >= checker->GetGlobalTypesHolder()->VariadicFunctionTypeThreshold()) { in FunctionTypeToFunctionalInterfaceType()
DetsObjectType.cpp560 …r (size_t arity = 0; arity < checker->GetGlobalTypesHolder()->VariadicFunctionTypeThreshold(); ++a… in GetFunctionalInterfaceInvokeType()