Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp851 bool has_varargs = in GetArgInfo() local
853 result.max_positional_args = has_varargs ? ArgInfo::UNBOUNDED : count; in GetArgInfo()
899 bool has_varargs = !!(code->co_flags & CO_VARARGS); in GetArgInfo() local
901 has_varargs ? ArgInfo::UNBOUNDED in GetArgInfo()