Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp113 const std::regex swift_class_regex("^<\\S+: 0x[[:xdigit:]]{5,}>\\s*$"); in DoExecute() local
118 std::regex_match(output.data(), swift_class_regex)) { in DoExecute()