Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h76 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 DScriptInterpreterPython.cpp1602 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 DSystemInitializerFull.cpp199 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 DScriptInterpreter.h178 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 Drfc1951.txt780 recommended that the implementor of a compressor follow the general
/freebsd-12.1/contrib/gcc/doc/
H A Dextend.texi5866 prefixed. We intend for a library implementor to be able to simply