Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp525 PythonList::PythonList(PyInitialValue value) { in PythonList()
526 if (value == PyInitialValue::Empty) in PythonList()
581 PythonTuple::PythonTuple(PyInitialValue value) { in PythonTuple()
582 if (value == PyInitialValue::Empty) in PythonTuple()
652 PythonDictionary::PythonDictionary(PyInitialValue value) { in PythonDictionary()
653 if (value == PyInitialValue::Empty) in PythonDictionary()
687 return PythonList(PyInitialValue::Invalid); in GetKeys()
1423 PythonDictionary globals(PyInitialValue::Empty); in Init()
H A DPythonDataObjects.h186 enum class PyInitialValue { Invalid, Empty }; enum
521 explicit PythonList(PyInitialValue value);
541 explicit PythonTuple(PyInitialValue value);
563 explicit PythonDictionary(PyInitialValue value);
H A DScriptInterpreterPython.cpp410 m_session_dict(PyInitialValue::Invalid), in ScriptInterpreterPythonImpl()
411 m_sys_module_dict(PyInitialValue::Invalid), m_run_one_line_function(), in ScriptInterpreterPythonImpl()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig682 PythonList args_list(PyInitialValue::Empty);