Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp853 result.max_positional_args = has_varargs ? ArgInfo::UNBOUNDED : count; in GetArgInfo()
901 has_varargs ? ArgInfo::UNBOUNDED in GetArgInfo()
910 PythonCallable::ArgInfo::UNBOUNDED; // FIXME delete after c++17 member in PythonCallable::ArgInfo
H A DPythonDataObjects.h624 static constexpr unsigned UNBOUNDED = UINT_MAX; // FIXME c++17 inline