Home
last modified time | relevance | path

Searched refs:SWIGInitCallback (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h45 typedef PyObject *(*SWIGInitCallback)(void); typedef
47 typedef void (*SWIGInitCallback)(void); typedef
419 SWIGInitCallback python_swig_init_callback,
H A DScriptInterpreterPython.cpp60 static ScriptInterpreterPython::SWIGInitCallback g_swig_init_callback = nullptr;
3235 SWIGInitCallback swig_init_callback, in InitializeInterpreter()