HomeSort by relevance Sort by last modified time
    Searched refs:_Tp_alloc_type (Results 1 - 25 of 55) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_vector.h 73 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
76 : public _Tp_alloc_type
78 typename _Tp_alloc_type::pointer _M_start;
79 typename _Tp_alloc_type::pointer _M_finish;
80 typename _Tp_alloc_type::pointer _M_end_of_storage;
83 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
86 _Vector_impl(_Tp_alloc_type const& __a)
87 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
94 _Tp_alloc_type&
96 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 71 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
74 : public _Tp_alloc_type
76 typename _Tp_alloc_type::pointer _M_start;
77 typename _Tp_alloc_type::pointer _M_finish;
78 typename _Tp_alloc_type::pointer _M_end_of_storage;
81 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
84 _Vector_impl(_Tp_alloc_type const& __a)
85 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
92 _Tp_alloc_type&
94 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl);
    [all...]
forward_list.h 265 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
268 rebind<_Fwd_list_node<_Tp, _Tp_alloc_type>>::other _Node_alloc_type;
273 _Fwd_list_node_base<_Tp_alloc_type> _M_head;
287 typedef _Fwd_list_iterator<_Tp, _Tp_alloc_type> iterator;
288 typedef _Fwd_list_const_iterator<_Tp, _Tp_alloc_type> const_iterator;
290 typedef _Fwd_list_node<_Tp, _Tp_alloc_type> _Node;
291 typedef _Fwd_list_node_base<_Tp_alloc_type> _Node_base;
403 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
408 typedef typename _Tp_alloc_type::pointer pointer
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 71 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
74 : public _Tp_alloc_type
76 typename _Tp_alloc_type::pointer _M_start;
77 typename _Tp_alloc_type::pointer _M_finish;
78 typename _Tp_alloc_type::pointer _M_end_of_storage;
81 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
84 _Vector_impl(_Tp_alloc_type const& __a)
85 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
92 _Tp_alloc_type&
94 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl);
    [all...]
forward_list.h 265 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
268 rebind<_Fwd_list_node<_Tp, _Tp_alloc_type>>::other _Node_alloc_type;
273 _Fwd_list_node_base<_Tp_alloc_type> _M_head;
287 typedef _Fwd_list_iterator<_Tp, _Tp_alloc_type> iterator;
288 typedef _Fwd_list_const_iterator<_Tp, _Tp_alloc_type> const_iterator;
290 typedef _Fwd_list_node<_Tp, _Tp_alloc_type> _Node;
291 typedef _Fwd_list_node_base<_Tp_alloc_type> _Node_base;
403 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
408 typedef typename _Tp_alloc_type::pointer pointer
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 71 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
74 : public _Tp_alloc_type
76 typename _Tp_alloc_type::pointer _M_start;
77 typename _Tp_alloc_type::pointer _M_finish;
78 typename _Tp_alloc_type::pointer _M_end_of_storage;
81 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
84 _Vector_impl(_Tp_alloc_type const& __a)
85 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
92 _Tp_alloc_type&
94 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl);
    [all...]
forward_list.h 265 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
268 rebind<_Fwd_list_node<_Tp, _Tp_alloc_type>>::other _Node_alloc_type;
273 _Fwd_list_node_base<_Tp_alloc_type> _M_head;
287 typedef _Fwd_list_iterator<_Tp, _Tp_alloc_type> iterator;
288 typedef _Fwd_list_const_iterator<_Tp, _Tp_alloc_type> const_iterator;
290 typedef _Fwd_list_node<_Tp, _Tp_alloc_type> _Node;
291 typedef _Fwd_list_node_base<_Tp_alloc_type> _Node_base;
403 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
408 typedef typename _Tp_alloc_type::pointer pointer
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_vector.h 71 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
74 : public _Tp_alloc_type
76 typename _Tp_alloc_type::pointer _M_start;
77 typename _Tp_alloc_type::pointer _M_finish;
78 typename _Tp_alloc_type::pointer _M_end_of_storage;
81 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
84 _Vector_impl(_Tp_alloc_type const& __a)
85 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
92 _Tp_alloc_type&
94 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl);
    [all...]
forward_list.h 265 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
268 rebind<_Fwd_list_node<_Tp, _Tp_alloc_type>>::other _Node_alloc_type;
273 _Fwd_list_node_base<_Tp_alloc_type> _M_head;
287 typedef _Fwd_list_iterator<_Tp, _Tp_alloc_type> iterator;
288 typedef _Fwd_list_const_iterator<_Tp, _Tp_alloc_type> const_iterator;
290 typedef _Fwd_list_node<_Tp, _Tp_alloc_type> _Node;
291 typedef _Fwd_list_node_base<_Tp_alloc_type> _Node_base;
403 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
408 typedef typename _Tp_alloc_type::pointer pointer
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h 73 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
76 : public _Tp_alloc_type
78 typename _Tp_alloc_type::pointer _M_start;
79 typename _Tp_alloc_type::pointer _M_finish;
80 typename _Tp_alloc_type::pointer _M_end_of_storage;
83 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
86 _Vector_impl(_Tp_alloc_type const& __a)
87 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
94 _Tp_alloc_type&
96 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h 73 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
76 : public _Tp_alloc_type
78 typename _Tp_alloc_type::pointer _M_start;
79 typename _Tp_alloc_type::pointer _M_finish;
80 typename _Tp_alloc_type::pointer _M_end_of_storage;
83 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
86 _Vector_impl(_Tp_alloc_type const& __a)
87 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
94 _Tp_alloc_type&
96 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl);
    [all...]
  /external/clang/test/CodeGenCXX/
lpad-linetable.cpp 25 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
28 _Vector_impl(_Tp_alloc_type const& __a) { }
thunk-use-after-free.cpp 15 typedef typename _Alloc::template rebind < _Tp >::other _Tp_alloc_type;
17 typename _Tp_alloc_type::pointer _M_end_of_storage;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_vector.h 89 rebind<_Tp>::other _Tp_alloc_type;
90 typedef typename __gnu_cxx::__alloc_traits<_Tp_alloc_type>::pointer
94 : public _Tp_alloc_type
101 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
104 _Vector_impl(_Tp_alloc_type const& __a) _GLIBCXX_NOEXCEPT
105 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
109 _Vector_impl(_Tp_alloc_type&& __a) noexcept
110 : _Tp_alloc_type(std::move(__a)),
126 _Tp_alloc_type&
128 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl);
    [all...]
stl_deque.h 492 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
498 : public _Tp_alloc_type
506 : _Tp_alloc_type(), _M_map(0), _M_map_size(0),
510 _Deque_impl(const _Tp_alloc_type& __a) _GLIBCXX_NOEXCEPT
511 : _Tp_alloc_type(__a), _M_map(0), _M_map_size(0),
516 _Deque_impl(_Tp_alloc_type&& __a) _GLIBCXX_NOEXCEPT
517 : _Tp_alloc_type(std::move(__a)), _M_map(0), _M_map_size(0),
523 _Tp_alloc_type&
525 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl); }
527 const _Tp_alloc_type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_vector.h 75 rebind<_Tp>::other _Tp_alloc_type;
76 typedef typename __gnu_cxx::__alloc_traits<_Tp_alloc_type>::pointer
80 : public _Tp_alloc_type
87 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
90 _Vector_impl(_Tp_alloc_type const& __a)
91 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
95 _Vector_impl(_Tp_alloc_type&& __a)
96 : _Tp_alloc_type(std::move(__a)),
112 _Tp_alloc_type&
114 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl);
    [all...]
stl_deque.h 490 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
493 : public _Tp_alloc_type
501 : _Tp_alloc_type(), _M_map(0), _M_map_size(0),
505 _Deque_impl(const _Tp_alloc_type& __a)
506 : _Tp_alloc_type(__a), _M_map(0), _M_map_size(0),
511 _Deque_impl(_Tp_alloc_type&& __a)
512 : _Tp_alloc_type(std::move(__a)), _M_map(0), _M_map_size(0),
518 _Tp_alloc_type&
520 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl); }
522 const _Tp_alloc_type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_vector.h 75 rebind<_Tp>::other _Tp_alloc_type;
76 typedef typename __gnu_cxx::__alloc_traits<_Tp_alloc_type>::pointer
80 : public _Tp_alloc_type
87 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
90 _Vector_impl(_Tp_alloc_type const& __a)
91 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
95 _Vector_impl(_Tp_alloc_type&& __a)
96 : _Tp_alloc_type(std::move(__a)),
112 _Tp_alloc_type&
114 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl);
    [all...]
stl_deque.h 490 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
493 : public _Tp_alloc_type
501 : _Tp_alloc_type(), _M_map(0), _M_map_size(0),
505 _Deque_impl(const _Tp_alloc_type& __a)
506 : _Tp_alloc_type(__a), _M_map(0), _M_map_size(0),
511 _Deque_impl(_Tp_alloc_type&& __a)
512 : _Tp_alloc_type(std::move(__a)), _M_map(0), _M_map_size(0),
518 _Tp_alloc_type&
520 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl); }
522 const _Tp_alloc_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_vector.h 76 rebind<_Tp>::other _Tp_alloc_type;
77 typedef typename __gnu_cxx::__alloc_traits<_Tp_alloc_type>::pointer
81 : public _Tp_alloc_type
88 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
91 _Vector_impl(_Tp_alloc_type const& __a)
92 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
96 _Vector_impl(_Tp_alloc_type&& __a)
97 : _Tp_alloc_type(std::move(__a)),
113 _Tp_alloc_type&
115 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl);
    [all...]
stl_deque.h 491 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
494 : public _Tp_alloc_type
502 : _Tp_alloc_type(), _M_map(0), _M_map_size(0),
506 _Deque_impl(const _Tp_alloc_type& __a)
507 : _Tp_alloc_type(__a), _M_map(0), _M_map_size(0),
512 _Deque_impl(_Tp_alloc_type&& __a)
513 : _Tp_alloc_type(std::move(__a)), _M_map(0), _M_map_size(0),
519 _Tp_alloc_type&
521 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl); }
523 const _Tp_alloc_type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_vector.h 76 rebind<_Tp>::other _Tp_alloc_type;
77 typedef typename __gnu_cxx::__alloc_traits<_Tp_alloc_type>::pointer
81 : public _Tp_alloc_type
88 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
91 _Vector_impl(_Tp_alloc_type const& __a)
92 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
96 _Vector_impl(_Tp_alloc_type&& __a)
97 : _Tp_alloc_type(std::move(__a)),
113 _Tp_alloc_type&
115 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl);
    [all...]
stl_deque.h 491 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
494 : public _Tp_alloc_type
502 : _Tp_alloc_type(), _M_map(0), _M_map_size(0),
506 _Deque_impl(const _Tp_alloc_type& __a)
507 : _Tp_alloc_type(__a), _M_map(0), _M_map_size(0),
512 _Deque_impl(_Tp_alloc_type&& __a)
513 : _Tp_alloc_type(std::move(__a)), _M_map(0), _M_map_size(0),
519 _Tp_alloc_type&
521 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl); }
523 const _Tp_alloc_type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_vector.h 75 rebind<_Tp>::other _Tp_alloc_type;
76 typedef typename __gnu_cxx::__alloc_traits<_Tp_alloc_type>::pointer
80 : public _Tp_alloc_type
87 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
90 _Vector_impl(_Tp_alloc_type const& __a)
91 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
95 _Vector_impl(_Tp_alloc_type&& __a)
96 : _Tp_alloc_type(std::move(__a)),
112 _Tp_alloc_type&
114 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl);
    [all...]
stl_deque.h 490 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
493 : public _Tp_alloc_type
501 : _Tp_alloc_type(), _M_map(0), _M_map_size(0),
505 _Deque_impl(const _Tp_alloc_type& __a)
506 : _Tp_alloc_type(__a), _M_map(0), _M_map_size(0),
511 _Deque_impl(_Tp_alloc_type&& __a)
512 : _Tp_alloc_type(std::move(__a)), _M_map(0), _M_map_size(0),
518 _Tp_alloc_type&
520 { return *static_cast<_Tp_alloc_type*>(&this->_M_impl); }
522 const _Tp_alloc_type
    [all...]

Completed in 2019 milliseconds

1 2 3