Home
last modified time | relevance | path

Searched defs: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
899 bool has_varargs = !!(code->co_flags & CO_VARARGS); in GetArgInfo() local