Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1416 static uint32_t num_created_functions = 0; in GenerateTypeScriptFunction() local
1429 num_created_functions, name_token)); in GenerateTypeScriptFunction()
1443 static uint32_t num_created_functions = 0; in GenerateScriptAliasFunction() local
1452 "lldb_autogen_python_cmd_alias_func", num_created_functions)); in GenerateScriptAliasFunction()
2136 static uint32_t num_created_functions = 0; in GenerateBreakpointCommandCallbackData() local
2146 "lldb_autogen_python_bp_callback_func_", num_created_functions)); in GenerateBreakpointCommandCallbackData()
2161 static uint32_t num_created_functions = 0; in GenerateWatchpointCommandCallbackData() local
2169 "lldb_autogen_python_wp_callback_func_", num_created_functions)); in GenerateWatchpointCommandCallbackData()