Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h159 LLDBSwigPythonCallBreakpointResolver(void *implementor,
163 static size_t LLDBSwigPython_CalculateNumChildren(PyObject *implementor,
166 static PyObject *LLDBSwigPython_GetChildAtIndex(PyObject *implementor,
169 static int LLDBSwigPython_GetIndexOfChildWithName(PyObject *implementor,
175 static bool LLDBSwigPython_UpdateSynthProviderInstance(PyObject *implementor);
178 LLDBSwigPython_MightHaveChildrenSynthProviderInstance(PyObject *implementor);
181 LLDBSwigPython_GetValueSynthProviderInstance(PyObject *implementor);
191 LLDBSwigPythonCallCommandObject(PyObject *implementor,
196 PyObject *implementor, lldb::DebuggerSP debugger,
202 LLDBSwigPythonGetRepeatCommandForScriptedCommand(PyObject *implementor,
[all …]
H A DScriptInterpreterPython.cpp1482 PythonObject implementor(PyRefType::Borrowed, in GetRecognizedArguments() local
1485 if (!implementor.IsAllocated()) in GetRecognizedArguments()
1490 implementor.get(), frame_sp)); in GetRecognizedArguments()
1526 PythonObject implementor(PyRefType::Borrowed, in ShouldHide() local
1529 if (!implementor.IsAllocated()) in ShouldHide()
1533 SWIGBridge::LLDBSwigPython_ShouldHide(implementor.get(), frame_sp); in ShouldHide()
1991 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in CalculateNumChildren() local
1992 if (!implementor) in CalculateNumChildren()
2000 ret_val = SWIGBridge::LLDBSwigPython_CalculateNumChildren(implementor, max); in CalculateNumChildren()
2014 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetChildAtIndex() local
[all …]
H A DScriptInterpreterPythonImpl.h98 GetRecognizedArguments(const StructuredData::ObjectSP &implementor,
101 bool ShouldHide(const StructuredData::ObjectSP &implementor,
124 size_t CalculateNumChildren(const StructuredData::ObjectSP &implementor,
128 GetChildAtIndex(const StructuredData::ObjectSP &implementor,
132 GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor,
136 const StructuredData::ObjectSP &implementor) override;
139 const StructuredData::ObjectSP &implementor) override;
142 GetSyntheticValue(const StructuredData::ObjectSP &implementor) override;
145 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) override;
H A DScriptedPythonInterface.h
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig266 void *implementor, const char *method_name,
269 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
307 PyObject * implementor, char *callee_name,
311 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
328 size_t lldb_private::python::SWIGBridge::LLDBSwigPython_CalculateNumChildren(PyObject * implementor,
330 PythonObject self(PyRefType::Borrowed, implementor);
361 PyObject *lldb_private::python::SWIGBridge::LLDBSwigPython_GetChildAtIndex(PyObject * implementor,
365 PythonObject self(PyRefType::Borrowed, implementor);
388 PyObject * implementor, const char *child_name) {
391 PythonObject self(PyRefType::Borrowed, implementor);
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h250 const StructuredData::ObjectSP &implementor, in GetRecognizedArguments() argument
255 virtual bool ShouldHide(const StructuredData::ObjectSP &implementor, in ShouldHide() argument
361 CalculateNumChildren(const StructuredData::ObjectSP &implementor, in CalculateNumChildren() argument
367 GetChildAtIndex(const StructuredData::ObjectSP &implementor, uint32_t idx) { in GetChildAtIndex() argument
372 GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor, in GetIndexOfChildWithName() argument
378 UpdateSynthProviderInstance(const StructuredData::ObjectSP &implementor) { in UpdateSynthProviderInstance() argument
383 const StructuredData::ObjectSP &implementor) { in MightHaveChildrenSynthProviderInstance() argument
388 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue() argument
393 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { in GetSyntheticTypeName() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h350 PythonObject implementor(PyRefType::Borrowed, in Dispatch()
353 if (!implementor.IsAllocated()) in Dispatch()
367 [&implementor, &method_name, &expected_return_object](auto &&...args) { in Dispatch()
370 implementor.CallMethod(method_name.data(), args...); in Dispatch()
/freebsd/sys/contrib/zlib/doc/
H A Drfc1951.txt780 recommended that the implementor of a compressor follow the general
/freebsd/contrib/ncurses/
H A Daclocal.m41598 dnl What this means for the implementor is that on some systems wcwidth() can