Searched refs:smatch (Results 1 – 8 of 8) sorted by relevance
367 iidesc_match_t smatch; in sort_iidescs() local407 &ssym, &smatch.iim_file)) { in sort_iidescs()412 smatch.iim_fuzzy = fuzzymatch; in sort_iidescs()413 smatch.iim_name = (char *)strdata->d_buf + ssym.st_name; in sort_iidescs()414 smatch.iim_bind = GELF_ST_BIND(ssym.st_info); in sort_iidescs()417 smatch.iim_name); in sort_iidescs()419 iidesc = find_iidesc(td, &smatch); in sort_iidescs()
194 std::smatch m; in getLocation()261 std::smatch m; in error()
73 static void expandUrlPathMatches(const std::smatch &Matches, in expandUrlPathMatches()
212 std::smatch Match = *It; in parseAnnotation()223 if (std::smatch MatchStr; std::regex_match(Item, MatchStr, RStr)) { in parseAnnotation()
538 typedef match_results<string::const_iterator> smatch;4528 typedef match_results<string::const_iterator> smatch;4536 …_LIBCPP_PREFERRED_NAME(smatch) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wsmatch)) match_r…5811 using smatch _LIBCPP_AVAILABILITY_PMR = match_results<std::pmr::string::const_iterator>;
2654 SYMBOL(smatch, std::, <regex>)3525 SYMBOL(smatch, std::pmr::, <regex>)