Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c367 iidesc_match_t smatch; in sort_iidescs() local
407 &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()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dregex.inc67 using std::smatch;
110 using std::pmr::smatch;
/freebsd/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp194 std::smatch m; in getLocation()
261 std::smatch m; in error()
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp73 static void expandUrlPathMatches(const std::smatch &Matches, in expandUrlPathMatches()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dregex538 typedef match_results<string::const_iterator> smatch;
4534 typedef match_results<string::const_iterator> smatch;
4542 …_LIBCPP_PREFERRED_NAME(smatch) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wsmatch)) match_r…
5800 using smatch _LIBCPP_AVAILABILITY_PMR = match_results<std::pmr::string::const_iterator>;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2654 SYMBOL(smatch, std::, <regex>)
3525 SYMBOL(smatch, std::pmr::, <regex>)