Searched refs:rit1 (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/
H A D2.cc37 sriterator rit1; local
64 rit1 = str01.rbegin(); // NB: Pointing at one-past the end, so ...
65 *rit1 = 'z'; // ... but it's taken care of here
95 rit1 = str01.rend();
97 --rit1;
98 *rit1 = 'p';
H A D3.cc35 sriterator rit1; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/
H A D2.cc37 sriterator rit1; local
64 rit1 = str01.rbegin(); // NB: Pointing at one-past the end, so ...
65 *rit1 = L'z'; // ... but it's taken care of here
95 rit1 = str01.rend();
97 --rit1;
98 *rit1 = L'p';
H A D3.cc35 sriterator rit1; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/
H A D2.cc38 sriterator rit1; local
65 rit1 = str01.rbegin(); // NB: Pointing at one-past the end, so ...
66 *rit1 = 'z'; // ... but it's taken care of here
96 rit1 = str01.rend();
98 --rit1;
99 *rit1 = 'p';
H A D3.cc36 sriterator rit1; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/
H A D2.cc38 sriterator rit1; local
65 rit1 = str01.rbegin(); // NB: Pointing at one-past the end, so ...
66 *rit1 = L'z'; // ... but it's taken care of here
96 rit1 = str01.rend();
98 --rit1;
99 *rit1 = L'p';
H A D3.cc36 sriterator rit1; local

Completed in 77 milliseconds