Searched refs:raw_storage_iterator (Results 1 – 17 of 17) sorted by relevance
31 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 raw_storage_iterator36 raw_storage_iterator<_OutputIterator, _Tp>&> // purposefully not C++0341 _LIBCPP_INLINE_VISIBILITY explicit raw_storage_iterator(_OutputIterator __x) : __x_(__x) {} in raw_storage_iterator() function42 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator& operator*() {return *this;}43 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator& operator=(const _Tp& __element)46 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator& operator=(_Tp&& __element)49 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator& operator++() {++__x_; return *this;}50 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator operator++(int)51 {raw_storage_iterator __t(*this); ++__x_; return __t;}
68 class raw_storage_iterator in _GLIBCXX_VISIBILITY()76 raw_storage_iterator(_OutputIterator __x) in _GLIBCXX_VISIBILITY()79 raw_storage_iterator& in _GLIBCXX_VISIBILITY()82 raw_storage_iterator& in _GLIBCXX_VISIBILITY()92 raw_storage_iterator& in _GLIBCXX_VISIBILITY()100 raw_storage_iterator& in _GLIBCXX_VISIBILITY()107 raw_storage_iterator in _GLIBCXX_VISIBILITY()110 raw_storage_iterator __tmp = *this; in _GLIBCXX_VISIBILITY()
72 class _GLIBCXX17_DEPRECATED raw_storage_iterator in _GLIBCXX_VISIBILITY()80 raw_storage_iterator(_OutputIterator __x) in _GLIBCXX_VISIBILITY()83 raw_storage_iterator& in _GLIBCXX_VISIBILITY()86 raw_storage_iterator& in _GLIBCXX_VISIBILITY()96 raw_storage_iterator& in _GLIBCXX_VISIBILITY()104 raw_storage_iterator& in _GLIBCXX_VISIBILITY()111 raw_storage_iterator in _GLIBCXX_VISIBILITY()114 raw_storage_iterator __tmp = *this; in _GLIBCXX_VISIBILITY()
156 class raw_storage_iterator161 raw_storage_iterator&> // purposefully not C++03164 explicit raw_storage_iterator(OutputIterator x);165 raw_storage_iterator& operator*();166 raw_storage_iterator& operator=(const T& element);167 raw_storage_iterator& operator++();168 raw_storage_iterator operator++(int);689 #include <__memory/raw_storage_iterator.h>
30 __memory/raw_storage_iterator.h
176 __memory/raw_storage_iterator.h \
90 "__memory/raw_storage_iterator.h",
4152 * include/bits/stl_raw_storage_iter.h (class raw_storage_iterator):6796 * 20_util/raw_storage_iterator6855 * 20_util/memory/raw_storage_iterator6856 * 20_util/memory/raw_storage_iterator/requirements6857 * 20_util/memory/raw_storage_iterator/requirements/base_classes.cc6858 * 20_util/memory/raw_storage_iterator/requirements/6860 * 20_util/memory/raw_storage_iterator/requirements/6862 * 20_util/memory/raw_storage_iterator/requirements/typedefs.cc7046 * 20_util/memory/raw_storage_iterator7047 * 20_util/memory/raw_storage_iterator/requirements[all …]
5089 * include/bits/stl_raw_storage_iter.h (raw_storage_iterator):5107 * testsuite/20_util/raw_storage_iterator/base.cc: Likewise.5108 * testsuite/20_util/raw_storage_iterator/dr2127.cc: Likewise.5109 * testsuite/20_util/raw_storage_iterator/requirements/base_classes.cc:5111 * testsuite/20_util/raw_storage_iterator/requirements/explicit_instantiation/1.cc:5113 * testsuite/20_util/raw_storage_iterator/requirements/typedefs.cc:
3405 * include/bits/stl_raw_storage_iter.h (raw_storage_iterator::base()):3407 * testsuite/20_util/raw_storage_iterator/base.cc: New.
2941 * testsuite/20_util/raw_storage_iterator.cc: Modify.3068 * testsuite/20_util/raw_storage_iterator.cc: Same.
5738 * testsuite/20_util/raw_storage_iterator/requirements/base_classes.cc:5740 * testsuite/20_util/raw_storage_iterator/requirements/typedefs.cc:9165 * testsuite/20_util/raw_storage_iterator/requirements/explicit_instantiation/1.cc:
1790 * include/bits/stl_raw_storage_iter.h (raw_storage_iterator<>::
6932 * testsuite/20_util/raw_storage_iterator/dr2127.cc: New test.
55 "`2454 <https://wg21.link/LWG2454>`__","Add ``raw_storage_iterator::base()``\ member","Lenexa","|C…70 "`2127 <https://wg21.link/LWG2127>`__","Move-construction with ``raw_storage_iterator``\ ","Kona","…
93937 061c56f2a47053805407e2dce7d24c23 libstdc++-v3/testsuite/20_util/raw_storage_iterator/base.cc93938 49636b836303733af3fec391dd5e9dd7 libstdc++-v3/testsuite/20_util/raw_storage_iterator/dr2127.cc93939 35a3e3c87c4fdb18b676ff381adc496b libstdc++-v3/testsuite/20_util/raw_storage_iterator/requirements/…93940 fb8ee3543acbe85a72f7cfbbdb54c1cd libstdc++-v3/testsuite/20_util/raw_storage_iterator/requirements/…93941 73dd5dd79e68fbebc82057567f4889dd libstdc++-v3/testsuite/20_util/raw_storage_iterator/requirements/…
108072 adb5d68178006afea0a210c3b6d00b75 libstdc++-v3/testsuite/20_util/raw_storage_iterator/base.cc108073 349d560eb6fa81f631f92d67b31e6a52 libstdc++-v3/testsuite/20_util/raw_storage_iterator/dr2127.cc108074 d9bd349f9dd045de18c630078b82944e libstdc++-v3/testsuite/20_util/raw_storage_iterator/requirements/…108075 656a9f81905b713bd19fb81f0450e8f5 libstdc++-v3/testsuite/20_util/raw_storage_iterator/requirements/…108076 5d4f998f083490953e728b5935531447 libstdc++-v3/testsuite/20_util/raw_storage_iterator/requirements/…