Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTestRunner.py788 str_type = basestring
790 str_type = str
792 if isinstance(arg, str_type) and kDevNull in arg:
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp141 typedef wchar_t *str_type; in InitializePythonHome() typedef
142 static str_type g_python_home = []() -> str_type { in InitializePythonHome()