Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dregex
/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;
H A Dregex.cppm
/freebsd/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp192 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/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp207 std::smatch Match = *It; in parseAnnotation()
218 if (std::smatch MatchStr; std::regex_match(Item, MatchStr, RStr)) { in parseAnnotation()
H A DSPIRVBuiltins.cpp247 std::smatch Match; in lookupBuiltinNameHelper()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dregex538 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>;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dregex538 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…
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2716 SYMBOL(smatch, std::, <regex>)
3609 SYMBOL(smatch, std::pmr::, <regex>)