Lines Matching refs:stack

99     class stack  in _GLIBCXX_VISIBILITY()
113 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&); in _GLIBCXX_VISIBILITY()
117 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&); in _GLIBCXX_VISIBILITY()
122 operator<=>(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&); in _GLIBCXX_VISIBILITY()
157 stack(const _Sequence& __c = _Sequence()) in _GLIBCXX_VISIBILITY()
162 stack() in _GLIBCXX_VISIBILITY()
166 stack(const _Sequence& __c) in _GLIBCXX_VISIBILITY()
170 stack(_Sequence&& __c) in _GLIBCXX_VISIBILITY()
178 stack(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
185 stack(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
189 stack(const _Sequence& __c, const _Alloc& __a) in _GLIBCXX_VISIBILITY()
193 stack(_Sequence&& __c, const _Alloc& __a) in _GLIBCXX_VISIBILITY()
197 stack(const stack& __q, const _Alloc& __a) in _GLIBCXX_VISIBILITY()
201 stack(stack&& __q, const _Alloc& __a) in _GLIBCXX_VISIBILITY()
208 stack(_InputIterator __first, _InputIterator __last, const _Alloc& __a) in _GLIBCXX_VISIBILITY()
301 swap(stack& __s) in _GLIBCXX_VISIBILITY()
317 stack(_Container) -> stack<typename _Container::value_type, _Container>; in _GLIBCXX_VISIBILITY()
321 stack(_Container, _Allocator) in _GLIBCXX_VISIBILITY()
322 -> stack<typename _Container::value_type, _Container>; in _GLIBCXX_VISIBILITY()
329 stack(_InputIterator, _InputIterator) -> stack<_ValT>; in _GLIBCXX_VISIBILITY()
336 stack(_InputIterator, _InputIterator, _Allocator) in _GLIBCXX_VISIBILITY()
337 -> stack<_ValT, deque<_ValT, _Allocator>>; in _GLIBCXX_VISIBILITY()
356 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) in _GLIBCXX_VISIBILITY()
375 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) in _GLIBCXX_VISIBILITY()
382 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) in _GLIBCXX_VISIBILITY()
389 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) in _GLIBCXX_VISIBILITY()
396 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) in _GLIBCXX_VISIBILITY()
403 operator>=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) in _GLIBCXX_VISIBILITY()
410 operator<=>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) in _GLIBCXX_VISIBILITY()
423 swap(stack<_Tp, _Seq>& __x, stack<_Tp, _Seq>& __y) in _GLIBCXX_VISIBILITY()
428 struct uses_allocator<stack<_Tp, _Seq>, _Alloc> in _GLIBCXX_VISIBILITY()