Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2566 bool got_string = false; in GetSyntheticTypeName() local
2614 got_string = true; in GetSyntheticTypeName()
2618 if (got_string) in GetSyntheticTypeName()
3215 bool got_string = false; in GetLongHelpForCommandObject() local
3265 got_string = true; in GetLongHelpForCommandObject()
3268 return got_string; in GetLongHelpForCommandObject()