Searched refs:Distance (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/fpos/
H A D14320-1.cc35 typedef istreambuf_iterator<char>::difference_type Distance; typedef
40 // ilp32 targets to pass this test when `Distance' is 64 bits.
41 if (typeid(Distance) == typeid(long long int))
43 if (typeid(Distance) == typeid(long int))
45 if (typeid(Distance) == typeid(int))
47 if (typeid(Distance) == typeid(short int))
49 if (typeid(Distance) == typeid(signed char))
52 typeid(Distance) == typeid(char))
55 typeid(Distance) == typeid(wchar_t))
H A D14320-3.cc31 typedef std::istreambuf_iterator<char>::difference_type Distance; typedef
32 Distance d = 2;
33 Distance e = 3;
H A D14320-2.cc31 typedef istreambuf_iterator<char>::difference_type Distance; typedef
32 typedef numeric_limits<Distance> Limits;
H A D14320-4.cc41 typedef istreambuf_iterator<char>::difference_type Distance; typedef
43 Distance d = 0;
H A D14320-5.cc32 typedef istreambuf_iterator<char>::difference_type Distance; typedef
34 Distance d;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/fpos/
H A D14320-1.cc36 typedef istreambuf_iterator<char>::difference_type Distance; typedef
41 // ilp32 targets to pass this test when `Distance' is 64 bits.
42 if (typeid(Distance) == typeid(long long int))
44 if (typeid(Distance) == typeid(long int))
46 if (typeid(Distance) == typeid(int))
48 if (typeid(Distance) == typeid(short int))
50 if (typeid(Distance) == typeid(signed char))
53 typeid(Distance) == typeid(char))
56 typeid(Distance) == typeid(wchar_t))
H A D14320-3.cc32 typedef std::istreambuf_iterator<char>::difference_type Distance; typedef
33 Distance d = 2;
34 Distance e = 3;
H A D14320-2.cc32 typedef istreambuf_iterator<char>::difference_type Distance; typedef
33 typedef numeric_limits<Distance> Limits;
H A D14320-4.cc42 typedef istreambuf_iterator<char>::difference_type Distance; typedef
44 Distance d = 0;
H A D14320-5.cc33 typedef istreambuf_iterator<char>::difference_type Distance; typedef
35 Distance d;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/24_iterators/headers/iterator/
H A Dsynopsis.cc28 template<class Category, class T, class Distance,
38 template <class InputIterator, class Distance>
40 advance(InputIterator& i, Distance n);
99 template <class T, class charT, class traits, class Distance>
102 template <class T, class charT, class traits, class Distance>
103 bool operator==(const istream_iterator<T,charT,traits,Distance>& x,
104 const istream_iterator<T,charT,traits,Distance>& y);
106 template <class T, class charT, class traits, class Distance>
107 bool operator!=(const istream_iterator<T,charT,traits,Distance>& x,
108 const istream_iterator<T,charT,traits,Distance>
[all...]

Completed in 61 milliseconds