Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp189 static llvm::Regex g_regex("([^:]+|\\[[0-9a-fA-F:]+.*\\]):([0-9]+)"); in DecodeHostAndPort() local
192 if (g_regex.match(host_and_port, &matches)) { in DecodeHostAndPort()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp381 static RegularExpression g_regex( in GetValuesForVariableExpressionPath() local
385 if (!g_regex.Execute(variable_expr_path, &matches)) { in GetValuesForVariableExpressionPath()