Searched refs:smatch (Results 1 – 11 of 11) 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()
67 using std::smatch;110 using std::pmr::smatch;
192 std::smatch m; in getLocation()261 std::smatch m; in error()
73 static void expandUrlPathMatches(const std::smatch &Matches, in expandUrlPathMatches()
207 std::smatch Match = *It; in parseAnnotation()218 if (std::smatch MatchStr; std::regex_match(Item, MatchStr, RStr)) { in parseAnnotation()
247 std::smatch Match; in lookupBuiltinNameHelper()
538 typedef match_results<string::const_iterator> smatch;4536 typedef match_results<string::const_iterator> smatch;4544 …_LIBCPP_PREFERRED_NAME(smatch) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wsmatch)) match_r…5818 using smatch _LIBCPP_AVAILABILITY_PMR = match_results<std::pmr::string::const_iterator>;
538 typedef match_results<string::const_iterator> smatch;4451 typedef match_results<string::const_iterator> smatch;4459 …_LIBCPP_PREFERRED_NAME(smatch) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wsmatch)) match_r…
2716 SYMBOL(smatch, std::, <regex>)3609 SYMBOL(smatch, std::pmr::, <regex>)