Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DVariable.cpp399 static RegularExpression g_regex ("^([A-Za-z_:][A-Za-z_0-9:]*)(.*)"); in GetValuesForVariableExpressionPath() local
401 if (g_regex.Execute(variable_expr_path, &regex_match)) in GetValuesForVariableExpressionPath()
/external/lldb/source/Core/
DConnectionFileDescriptor.cpp57 static RegularExpression g_regex ("([^:]+):([0-9]+)"); in DecodeHostAndPort() local
59 if (g_regex.Execute (host_and_port, &regex_match)) in DecodeHostAndPort()