Searched defs:it (Results 26 - 50 of 240) sorted by relevance

12345678910

/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/forward_list/debug/
H A Derase_after9_neg.cc29 auto it = fl1.begin(); local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/
H A D23781_neg.cc28 list_type::iterator it = NULL; // { dg-error "conversion" } variable
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/
H A D51142.cc35 std::map<X, int>::iterator it = s.find(x); local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/multimap/modifiers/erase/
H A D51142.cc35 std::multimap<X, int>::iterator it = s.find(x); local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/debug/
H A Dshrink_to_fit.cc30 vector<int>::iterator it = v.begin(); local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/move_iterator/
H A Dgreedy_ops.cc29 it == it; local
30 it != it; local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/reverse_iterator/
H A Dgreedy_ops.cc26 iterator_type it; local
28 it == it; local
29 it != it; local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dhash_find_neg.cc65 map_t::iterator it = h.find(1); // { dg-error "conversion from" } local
H A Dbasic_set.cc69 cout <<* it << " "; local
H A Dpriority_queue_split_join.cc69 __gnu_pbds::priority_queue<int>::const_iterator it; local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/vstring/modifiers/insert/char/
H A Dconst_iterator.cc26 __gnu_cxx::__vstring::iterator it = vs1.insert(vs1.cbegin(), '1'); local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/vstring/modifiers/insert/wchar_t/
H A Dconst_iterator.cc26 __gnu_cxx::__wvstring::iterator it = wvs1.insert(wvs1.cbegin(), L'1'); local
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dcrash120.C18 baz<int>::bar it; // { dg-error "incomplete" } variable
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A D20091219_0.C12 Map::const_iterator it = m.find(0); local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/back_insert_iterator/
H A D2.cc29 iterator_type it = std::back_inserter(li); local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/front_insert_iterator/
H A D2.cc29 iterator_type it = std::front_inserter(li); local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D3.cc36 const streamsize it = 5; local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D3.cc34 const streamsize it = 5; local
/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); local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/ctors/char/
H A Ddefault.cc32 std::regex_iterator<char*> it; local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/ctors/wchar_t/
H A Ddefault.cc32 std::regex_iterator<wchar_t*> it; local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/ctors/char/
H A Ddefault.cc32 std::regex_token_iterator<char*> it; local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/ctors/wchar_t/
H A Ddefault.cc32 std::regex_token_iterator<wchar_t*> it; local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/requirements/
H A Diterators_default_constructor.cc27 std::tr1::unordered_set<int>::iterator it; local
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dtypeof8.C9 read_queue_t::iterator it; local

Completed in 292 milliseconds

12345678910