Searched refs:swift_class_regex (Results 1 – 1 of 1) sorted by relevance
113 const std::regex swift_class_regex("^<\\S+: 0x[[:xdigit:]]{5,}>\\s*$"); in DoExecute() local118 std::regex_match(output.data(), swift_class_regex)) { in DoExecute()