/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
H A D | time_get_members_wchar_t.cc | 35 typedef istreambuf_iterator<wchar_t> iterator_type; in test01() typedef 153 typedef istreambuf_iterator<wchar_t> iterator_type; in test02() typedef 276 typedef istreambuf_iterator<wchar_t> iterator_type; in test03() typedef 399 typedef istreambuf_iterator<wchar_t> iterator_type; in test04() typedef 491 typedef istreambuf_iterator<wchar_t> iterator_type; in test05() typedef
|
H A D | time_get_members_char.cc | 34 typedef istreambuf_iterator<char> iterator_type; in test01() typedef 153 typedef istreambuf_iterator<char> iterator_type; in test02() typedef 276 typedef istreambuf_iterator<char> iterator_type; in test03() typedef 399 typedef istreambuf_iterator<char> iterator_type; in test04() typedef 491 typedef istreambuf_iterator<char> iterator_type; in test05() typedef
|
H A D | money_put_members_wchar_t.cc | 37 typedef ostreambuf_iterator<wchar_t> iterator_type; in test01() typedef 170 typedef ostreambuf_iterator<wchar_t> iterator_type; in test02() typedef
|
H A D | money_put_members_char.cc | 36 typedef ostreambuf_iterator<char> iterator_type; in test01() typedef 170 typedef ostreambuf_iterator<char> iterator_type; in test02() typedef
|
H A D | num_put_members_char.cc | 33 typedef ostreambuf_iterator<char> iterator_type; in test01() typedef
|
H A D | num_put_members_wchar_t.cc | 34 typedef ostreambuf_iterator<wchar_t> iterator_type; in test01() typedef
|
H A D | num_get_members_wchar_t.cc | 34 typedef istreambuf_iterator<wchar_t> iterator_type; in test01() typedef
|
H A D | num_get_members_char.cc | 33 typedef istreambuf_iterator<char> iterator_type; in test01() typedef
|
H A D | time_put_members_char.cc | 33 typedef ostreambuf_iterator<char> iterator_type; in test01() typedef
|
H A D | time_put_members_wchar_t.cc | 34 typedef ostreambuf_iterator<wchar_t> iterator_type; in test01() typedef
|
H A D | money_get_members_wchar_t.cc | 37 typedef istreambuf_iterator<wchar_t> iterator_type; in test01() typedef 213 typedef istreambuf_iterator<wchar_t> iterator_type; in test02() typedef
|
H A D | money_get_members_char.cc | 36 typedef istreambuf_iterator<char> iterator_type; in test01() typedef 211 typedef istreambuf_iterator<char> iterator_type; in test02() typedef
|
/openbsd-src/gnu/llvm/libcxx/include/__iterator/ |
H A D | wrap_iter.h | 31 typedef _Iter iterator_type; typedef
|
H A D | reverse_iterator.h | 370 using iterator_type = _Iter; variable
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/24_iterators/ |
H A D | reverse_iterator.cc | 55 typedef std::reverse_iterator<int*> iterator_type; in test02() typedef
|
H A D | back_insert_iterator.cc | 52 typedef std::back_insert_iterator<std::list<int> > iterator_type; in test02() typedef
|
H A D | front_insert_iterator.cc | 51 typedef std::front_insert_iterator<std::list<int> > iterator_type; in test02() typedef
|
H A D | insert_iterator.cc | 55 typedef std::insert_iterator<std::list<int> > iterator_type; in test02() typedef
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | stl_iterator.h | 105 typedef _Iterator iterator_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | stl_iterator.h | 101 typedef _Iterator iterator_type; typedef
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ |
H A D | map_debug_base.hpp | 261 typedef const_key_set_iterator iterator_type; in find() typedef
|