Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDSocket.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-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDVariable.cpp381 static RegularExpression g_regex( in GetValuesForVariableExpressionPath() local
385 if (!g_regex.Execute(variable_expr_path, &matches)) { in GetValuesForVariableExpressionPath()