Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp779 uint32_t &functions_counter, in GenerateUniqueName() argument
787 sstr.Printf("%s_%d", base_name_wanted, functions_counter++); in GenerateUniqueName()