Searched refs:implementor (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | SWIGPythonBridge.h | 154 static bool LLDBSWIGPythonCallThreadPlan(void *implementor, 159 static bool LLDBSWIGPythonCallThreadPlan(void *implementor, 169 LLDBSwigPythonCallBreakpointResolver(void *implementor, 179 LLDBSwigPythonStopHookCallHandleStop(void *implementor, 183 static size_t LLDBSwigPython_CalculateNumChildren(PyObject *implementor, 186 static PyObject *LLDBSwigPython_GetChildAtIndex(PyObject *implementor, 189 static int LLDBSwigPython_GetIndexOfChildWithName(PyObject *implementor, 198 LLDBSwigPython_MightHaveChildrenSynthProviderInstance(PyObject *implementor); 201 LLDBSwigPython_GetValueSynthProviderInstance(PyObject *implementor); 211 LLDBSwigPythonCallCommandObject(PyObject *implementor, [all …]
|
| H A D | ScriptInterpreterPythonImpl.h | 132 GetRecognizedArguments(const StructuredData::ObjectSP &implementor, 150 size_t CalculateNumChildren(const StructuredData::ObjectSP &implementor, 154 GetChildAtIndex(const StructuredData::ObjectSP &implementor, 157 int GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor, 161 const StructuredData::ObjectSP &implementor) override; 164 const StructuredData::ObjectSP &implementor) override; 167 GetSyntheticValue(const StructuredData::ObjectSP &implementor) override; 170 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) override;
|
| H A D | ScriptInterpreterPython.cpp | 1497 if (!implementor.IsAllocated()) in GetRecognizedArguments() 2131 if (!implementor) in CalculateNumChildren() 2154 if (!implementor) in GetChildAtIndex() 2188 if (!implementor) in GetIndexOfChildWithName() 2213 if (!implementor) in UpdateSynthProviderInstance() 2237 if (!implementor) in MightHaveChildrenSynthProviderInstance() 2244 implementor); in MightHaveChildrenSynthProviderInstance() 2261 if (!implementor) in GetSyntheticValue() 2299 if (!implementor.IsAllocated()) in GetSyntheticTypeName() 2815 if (!implementor.IsAllocated()) in GetShortHelpForCommandObject() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-wrapper.swig | 393 void *implementor, const char *method_name, 490 void *implementor, lldb::ExecutionContextRefSP exc_ctx_sp, 530 PyObject * implementor, char *callee_name, 553 PythonObject self(PyRefType::Borrowed, implementor); 588 PythonObject self(PyRefType::Borrowed, implementor); 611 PyObject * implementor, const char *child_name) { 614 PythonObject self(PyRefType::Borrowed, implementor); 654 PyObject * implementor) { 671 PyObject * implementor) { 820 PythonObject self(PyRefType::Borrowed, implementor); [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 248 const StructuredData::ObjectSP &implementor, in GetRecognizedArguments() argument 423 CalculateNumChildren(const StructuredData::ObjectSP &implementor, in CalculateNumChildren() argument 429 GetChildAtIndex(const StructuredData::ObjectSP &implementor, uint32_t idx) { in GetChildAtIndex() argument 434 GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor, in GetIndexOfChildWithName() argument 440 UpdateSynthProviderInstance(const StructuredData::ObjectSP &implementor) { in UpdateSynthProviderInstance() argument 445 const StructuredData::ObjectSP &implementor) { in MightHaveChildrenSynthProviderInstance() argument 450 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue() argument 455 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { in GetSyntheticTypeName() argument
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedPythonInterface.h | 247 PythonObject implementor(PyRefType::Borrowed, in Dispatch() 250 if (!implementor.IsAllocated()) in Dispatch() 261 [&implementor, &method_name, &expected_return_object](auto &&...args) { in Dispatch() 264 implementor.CallMethod(method_name.data(), args...); in Dispatch()
|
| /freebsd-14.2/sys/contrib/zlib/doc/ |
| H A D | rfc1951.txt | 780 recommended that the implementor of a compressor follow the general
|
| /freebsd-14.2/contrib/ncurses/ |
| H A D | aclocal.m4 | 1505 dnl What this means for the implementor is that on some systems wcwidth() can
|