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.h156 LLDBSwigPythonCallBreakpointResolver(void *implementor,
166 LLDBSwigPythonStopHookCallHandleStop(void *implementor,
170 static size_t LLDBSwigPython_CalculateNumChildren(PyObject *implementor,
173 static PyObject *LLDBSwigPython_GetChildAtIndex(PyObject *implementor,
176 static int LLDBSwigPython_GetIndexOfChildWithName(PyObject *implementor,
182 static bool LLDBSwigPython_UpdateSynthProviderInstance(PyObject *implementor);
185 LLDBSwigPython_MightHaveChildrenSynthProviderInstance(PyObject *implementor);
188 LLDBSwigPython_GetValueSynthProviderInstance(PyObject *implementor);
198 LLDBSwigPythonCallCommandObject(PyObject *implementor,
203 LLDBSwigPythonCallParsedCommandObject(PyObject *implementor,
[all …]
H A DScriptInterpreterPython.cpp1499 PythonObject implementor(PyRefType::Borrowed, in GetRecognizedArguments() local
1502 if (!implementor.IsAllocated()) in GetRecognizedArguments()
1507 implementor.get(), frame_sp)); in GetRecognizedArguments()
2024 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in CalculateNumChildren() local
2025 if (!implementor) in CalculateNumChildren()
2033 ret_val = SWIGBridge::LLDBSwigPython_CalculateNumChildren(implementor, max); in CalculateNumChildren()
2047 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetChildAtIndex() local
2048 if (!implementor) in GetChildAtIndex()
2056 SWIGBridge::LLDBSwigPython_GetChildAtIndex(implementor, idx); in GetChildAtIndex()
2081 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetIndexOfChildWithName() local
[all …]
H A DScriptInterpreterPythonImpl.h107 GetRecognizedArguments(const StructuredData::ObjectSP &implementor,
128 size_t CalculateNumChildren(const StructuredData::ObjectSP &implementor,
132 GetChildAtIndex(const StructuredData::ObjectSP &implementor,
135 int GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor,
139 const StructuredData::ObjectSP &implementor) override;
142 const StructuredData::ObjectSP &implementor) override;
145 GetSyntheticValue(const StructuredData::ObjectSP &implementor) override;
148 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));
363 void *implementor, lldb::ExecutionContextRefSP exc_ctx_sp,
370 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
403 PyObject * implementor, char *callee_name,
407 PythonObject self(PyRefType::Borrowed, static_cast<PyObject *>(implementor));
424 size_t lldb_private::python::SWIGBridge::LLDBSwigPython_CalculateNumChildren(PyObject * implementor,
426 PythonObject self(PyRefType::Borrowed, implementor);
457 PyObject *lldb_private::python::SWIGBridge::LLDBSwigPython_GetChildAtIndex(PyObject * implementor,
461 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
381 CalculateNumChildren(const StructuredData::ObjectSP &implementor, in CalculateNumChildren() argument
387 GetChildAtIndex(const StructuredData::ObjectSP &implementor, uint32_t idx) { in GetChildAtIndex() argument
392 GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor, in GetIndexOfChildWithName() argument
398 UpdateSynthProviderInstance(const StructuredData::ObjectSP &implementor) { in UpdateSynthProviderInstance() argument
403 const StructuredData::ObjectSP &implementor) { in MightHaveChildrenSynthProviderInstance() argument
408 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue() argument
413 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { in GetSyntheticTypeName() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h247 PythonObject implementor(PyRefType::Borrowed, in Dispatch()
250 if (!implementor.IsAllocated()) in Dispatch()
264 [&implementor, &method_name, &expected_return_object](auto &&...args) { in Dispatch()
267 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