Searched refs:g_regex (Results 1 – 2 of 2) sorted by relevance
189 static llvm::Regex g_regex("([^:]+|\\[[0-9a-fA-F:]+.*\\]):([0-9]+)"); in DecodeHostAndPort() local192 if (g_regex.match(host_and_port, &matches)) { in DecodeHostAndPort()
381 static RegularExpression g_regex( in GetValuesForVariableExpressionPath() local385 if (!g_regex.Execute(variable_expr_path, &matches)) { in GetValuesForVariableExpressionPath()