Searched refs:implementor (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptedProcessPythonInterface.cpp | 89 PythonObject implementor(PyRefType::Borrowed, in GetStatusFromMethod() local 92 if (!implementor.IsAllocated()) in GetStatusFromMethod() 97 PyObject_GetAttrString(implementor.get(), method_name.str().c_str())); in GetStatusFromMethod() 115 PyObject_CallMethod(implementor.get(), in GetStatusFromMethod() 153 PythonObject implementor(PyRefType::Borrowed, in GetGenericInteger() local 156 if (!implementor.IsAllocated()) in GetGenericInteger() 161 PyObject_GetAttrString(implementor.get(), method_name.str().c_str())); in GetGenericInteger() 179 PyObject_CallMethod(implementor.get(), in GetGenericInteger() 238 PythonObject implementor(PyRefType::Borrowed, in ReadMemoryAtAddress() local 241 if (!implementor.IsAllocated()) in ReadMemoryAtAddress() [all …]
|
| H A D | ScriptInterpreterPython.cpp | 1573 if (!implementor.IsAllocated()) in GetRecognizedArguments() 1638 if (!implementor.IsAllocated()) in OSPlugin_RegisterInfo() 1693 if (!implementor.IsAllocated()) in OSPlugin_ThreadsInfo() 1751 if (!implementor.IsAllocated()) in OSPlugin_RegisterContextData() 1810 if (!implementor.IsAllocated()) in OSPlugin_CreateThread() 2409 if (!implementor) in CalculateNumChildren() 2432 if (!implementor) in GetChildAtIndex() 2464 if (!implementor) in GetIndexOfChildWithName() 2489 if (!implementor) in UpdateSynthProviderInstance() 2512 if (!implementor) in MightHaveChildrenSynthProviderInstance() [all …]
|
| H A D | ScriptInterpreterPythonImpl.h | 123 GetRecognizedArguments(const StructuredData::ObjectSP &implementor, 153 size_t CalculateNumChildren(const StructuredData::ObjectSP &implementor, 157 GetChildAtIndex(const StructuredData::ObjectSP &implementor, 160 int GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor, 164 const StructuredData::ObjectSP &implementor) override; 167 const StructuredData::ObjectSP &implementor) override; 170 GetSyntheticValue(const StructuredData::ObjectSP &implementor) override; 173 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 239 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-13.1/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-wrapper.swig | 416 void *implementor, 506 void *implementor, 632 void *implementor, 679 PyObject* implementor, 708 PyObject *implementor, 746 PyObject *implementor, 776 PyObject *implementor, 806 PyObject *implementor 826 PyObject *implementor 846 PyObject *implementor [all …]
|
| /freebsd-13.1/sys/contrib/zlib/doc/ |
| H A D | rfc1951.txt | 780 recommended that the implementor of a compressor follow the general
|
| /freebsd-13.1/contrib/ncurses/ |
| H A D | aclocal.m4 | 1281 dnl What this means for the implementor is that on some systems wcwidth() can
|