Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp92 struct InitializePythonRAII { struct
94 InitializePythonRAII() { in InitializePythonRAII() function
128 ~InitializePythonRAII() { in ~InitializePythonRAII() argument
3011 InitializePythonRAII initialize_guard; in Initialize()