Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp171 bool PythonObject::IsNone() const { return m_py_obj == Py_None; } in IsNone() function in PythonObject
175 bool PythonObject::IsAllocated() const { return IsValid() && !IsNone(); } in IsAllocated()
884 if (im_self.IsValid() && !im_self.IsNone()) in GetNumArguments()
895 if (im_self.IsValid() && !im_self.IsNone()) in GetNumArguments()
H A DPythonDataObjects.h186 bool IsNone() const;