Searched refs:sregex_iterator (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/ctors/char/
H A Ddefault.cc34 std::sregex_iterator sit;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/char/
H A D64140.cc34 auto it = std::sregex_iterator(s.begin(), s.end(), e);
35 auto end = std::sregex_iterator();
H A Dstring_position_01.cc38 for (std::sregex_iterator it(s.begin(), s.end(), re);
39 it != std::sregex_iterator();
62 for (auto it1 = std::sregex_iterator(s.begin(), s.end(), re),
63 end = std::sregex_iterator(); it1 != end; ++it1, i++)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/
H A Dassertion.cc71 for (auto it = sregex_iterator(s.begin(), s.end(), re);
72 it != sregex_iterator();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/libstdc++-prettyprinters/
H A Dwhatis.cc124 std::sregex_iterator *sregex_iterator_ptr;
125 holder<std::sregex_iterator> sregex_iterator_holder;
126 // { dg-final { whatis-test sregex_iterator_holder "holder<std::sregex_iterator>" } }
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dregex.h2539 typedef regex_iterator<string::const_iterator> sregex_iterator; typedef

Completed in 110 milliseconds