Searched refs:implementor (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.h | 76 typedef bool (*SWIGPythonCallThreadPlan)(void *implementor, 85 typedef unsigned int (*SWIGPythonCallBreakpointResolver)(void *implementor, 97 void *implementor, const lldb::StackFrameSP &frame_sp); 99 typedef size_t (*SWIGPythonCalculateNumChildren)(void *implementor, 104 typedef int (*SWIGPythonGetIndexOfChildWithName)(void *implementor, 125 void *implementor, lldb::DebuggerSP &debugger, const char *args, 240 GetRecognizedArguments(const StructuredData::ObjectSP &implementor, 270 size_t CalculateNumChildren(const StructuredData::ObjectSP &implementor, 274 GetChildAtIndex(const StructuredData::ObjectSP &implementor, 281 const StructuredData::ObjectSP &implementor) override; [all …]
|
| H A D | ScriptInterpreterPython.cpp | 1602 if (!implementor.IsAllocated()) in OSPlugin_RegisterInfo() 1657 if (!implementor.IsAllocated()) in OSPlugin_ThreadsInfo() 1743 if (!implementor.IsAllocated()) in OSPlugin_RegisterContextData() 1802 if (!implementor.IsAllocated()) in OSPlugin_CreateThread() 2349 if (!implementor) in CalculateNumChildren() 2375 if (!implementor) in GetChildAtIndex() 2411 if (!implementor) in GetIndexOfChildWithName() 2439 if (!implementor) in UpdateSynthProviderInstance() 2465 if (!implementor) in MightHaveChildrenSynthProviderInstance() 2491 if (!implementor) in GetSyntheticValue() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SystemInitializerFull.cpp | 199 extern "C" bool LLDBSWIGPythonCallThreadPlan(void *implementor, 210 void *implementor, 215 extern "C" size_t LLDBSwigPython_CalculateNumChildren(void *implementor, 218 extern "C" void *LLDBSwigPython_GetChildAtIndex(void *implementor, 221 extern "C" int LLDBSwigPython_GetIndexOfChildWithName(void *implementor, 229 extern "C" bool LLDBSwigPython_UpdateSynthProviderInstance(void *implementor); 232 LLDBSwigPython_MightHaveChildrenSynthProviderInstance(void *implementor); 235 LLDBSwigPython_GetValueSynthProviderInstance(void *implementor); 245 LLDBSwigPythonCallCommandObject(void *implementor, lldb::DebuggerSP &debugger, 264 extern "C" void *LLDBSwigPython_GetRecognizedArguments(void *implementor,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 178 const StructuredData::ObjectSP &implementor, in GetRecognizedArguments() argument 337 CalculateNumChildren(const StructuredData::ObjectSP &implementor, in CalculateNumChildren() argument 343 GetChildAtIndex(const StructuredData::ObjectSP &implementor, uint32_t idx) { in GetChildAtIndex() argument 348 GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor, in GetIndexOfChildWithName() argument 354 UpdateSynthProviderInstance(const StructuredData::ObjectSP &implementor) { in UpdateSynthProviderInstance() argument 359 const StructuredData::ObjectSP &implementor) { in MightHaveChildrenSynthProviderInstance() argument 364 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue() argument 369 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { in GetSyntheticTypeName() argument
|
| /freebsd-12.1/sys/contrib/zlib/doc/ |
| H A D | rfc1951.txt | 780 recommended that the implementor of a compressor follow the general
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | extend.texi | 5866 prefixed. We intend for a library implementor to be able to simply
|