Home
last modified time | relevance | path

Searched refs:test_iterator (Results 1 – 25 of 1113) sorted by relevance

12345678910>>...45

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/
H A D1.cc33 typedef ostreambuf_iterator<char> test_iterator; in test01() typedef
36 test_iterator r_it(osstream); in test01()
40 typedef test_iterator::value_type value_type; in test01()
41 typedef test_iterator::difference_type difference_type; in test01()
42 typedef test_iterator::pointer pointer; in test01()
43 typedef test_iterator::reference reference; in test01()
44 typedef test_iterator::iterator_category iteratory_category; in test01()
46 typedef test_iterator::char_type char_type; in test01()
47 typedef test_iterator::traits_type traits_type; in test01()
48 typedef test_iterator::ostream_type ostream_type; in test01()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/
H A D1.cc33 typedef ostreambuf_iterator<char> test_iterator;
36 test_iterator r_it(osstream);
40 typedef test_iterator::value_type value_type;
41 typedef test_iterator::difference_type difference_type;
42 typedef test_iterator::pointer pointer;
43 typedef test_iterator::reference reference;
44 typedef test_iterator::iterator_category iteratory_category;
46 typedef test_iterator::char_type char_type;
47 typedef test_iterator::traits_type traits_type;
48 typedef test_iterator::ostream_type ostream_type;
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/
H A D1.cc33 typedef istreambuf_iterator<char> test_iterator; in test01() typedef
38 test_iterator r_it(isstream); in test01()
42 typedef test_iterator::value_type value_type; in test01()
43 typedef test_iterator::difference_type difference_type; in test01()
44 typedef test_iterator::pointer pointer; in test01()
45 typedef test_iterator::reference reference; in test01()
46 typedef test_iterator::iterator_category iteratory_category; in test01()
48 typedef test_iterator::char_type char_type; in test01()
49 typedef test_iterator::traits_type traits_type; in test01()
50 typedef test_iterator::istream_type istream_type; in test01()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/
H A D1.cc33 typedef istreambuf_iterator<char> test_iterator; in test01() typedef
38 test_iterator r_it(isstream); in test01()
42 typedef test_iterator::value_type value_type; in test01()
43 typedef test_iterator::difference_type difference_type; in test01()
44 typedef test_iterator::pointer pointer; in test01()
45 typedef test_iterator::reference reference; in test01()
46 typedef test_iterator::iterator_category iteratory_category; in test01()
48 typedef test_iterator::char_type char_type; in test01()
49 typedef test_iterator::traits_type traits_type; in test01()
50 typedef test_iterator::istream_type istream_type; in test01()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef istreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::istream_type istream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef ostreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::ostream_type ostream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef ostreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::ostream_type ostream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef istreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::istream_type istream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef istreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::istream_type istream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef ostreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::ostream_type ostream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef istreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::istream_type istream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef ostreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::ostream_type ostream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef istreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::istream_type istream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef ostreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::ostream_type ostream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef istreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::istream_type istream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef ostreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::ostream_type ostream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef istreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::istream_type istream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef ostreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::ostream_type ostream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef ostreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::ostream_type ostream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef istreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::istream_type istream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef istreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::istream_type istream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef ostreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::ostream_type ostream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef istreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::istream_type istream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef ostreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::ostream_type ostream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/
H A Dtypedefs.cc32 typedef istreambuf_iterator<char> test_iterator; in test01() typedef
33 typedef test_iterator::value_type value_type; in test01()
34 typedef test_iterator::difference_type difference_type; in test01()
35 typedef test_iterator::pointer pointer; in test01()
36 typedef test_iterator::reference reference; in test01()
37 typedef test_iterator::iterator_category iteratory_category; in test01()
39 typedef test_iterator::char_type char_type; in test01()
40 typedef test_iterator::traits_type traits_type; in test01()
41 typedef test_iterator::istream_type istream_type; in test01()
42 typedef test_iterator::streambuf_type streambuf_type; in test01()

12345678910>>...45