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

1 2

  /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;
debug-info-use-after-free.cpp 102 typedef typename _Alloc::template rebind < _Tp >::other _Tp_alloc_type;
104 typename _Tp_alloc_type::pointer _M_end_of_storage;
  /prebuilts/ndk/r10/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...]
stl_list.h 317 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
360 _Tp_alloc_type
362 { return _Tp_alloc_type(_M_get_Node_allocator()); }
455 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
460 typedef typename _Tp_alloc_type::pointer pointer;
461 typedef typename _Tp_alloc_type::const_pointer const_pointer;
462 typedef typename _Tp_alloc_type::reference reference;
463 typedef typename _Tp_alloc_type::const_reference const_reference;
    [all...]
forward_list.h 279 _Tp_alloc_type;
353 _Tp_alloc_type __a(_M_get_Node_allocator());
354 typedef allocator_traits<_Tp_alloc_type> _Alloc_traits;
420 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
423 typedef __gnu_cxx::__alloc_traits<_Tp_alloc_type> _Alloc_traits;
    [all...]
  /prebuilts/ndk/r11/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...]
stl_list.h 317 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
360 _Tp_alloc_type
362 { return _Tp_alloc_type(_M_get_Node_allocator()); }
455 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
460 typedef typename _Tp_alloc_type::pointer pointer;
461 typedef typename _Tp_alloc_type::const_pointer const_pointer;
462 typedef typename _Tp_alloc_type::reference reference;
463 typedef typename _Tp_alloc_type::const_reference const_reference;
    [all...]
  /prebuilts/ndk/r13/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...]
stl_list.h 317 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
360 _Tp_alloc_type
362 { return _Tp_alloc_type(_M_get_Node_allocator()); }
455 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
460 typedef typename _Tp_alloc_type::pointer pointer;
461 typedef typename _Tp_alloc_type::const_pointer const_pointer;
462 typedef typename _Tp_alloc_type::reference reference;
463 typedef typename _Tp_alloc_type::const_reference const_reference;
    [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...]
stl_list.h 308 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
351 _Tp_alloc_type
353 { return _Tp_alloc_type(_M_get_Node_allocator()); }
446 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
451 typedef typename _Tp_alloc_type::pointer pointer;
452 typedef typename _Tp_alloc_type::const_pointer const_pointer;
453 typedef typename _Tp_alloc_type::reference reference;
454 typedef typename _Tp_alloc_type::const_reference const_reference;
    [all...]
forward_list.h 280 _Tp_alloc_type;
351 _Tp_alloc_type __a(_M_get_Node_allocator());
352 typedef allocator_traits<_Tp_alloc_type> _Alloc_traits;
414 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
417 typedef __gnu_cxx::__alloc_traits<_Tp_alloc_type> _Alloc_traits;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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...]
stl_list.h 308 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
351 _Tp_alloc_type
353 { return _Tp_alloc_type(_M_get_Node_allocator()); }
446 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
451 typedef typename _Tp_alloc_type::pointer pointer;
452 typedef typename _Tp_alloc_type::const_pointer const_pointer;
453 typedef typename _Tp_alloc_type::reference reference;
454 typedef typename _Tp_alloc_type::const_reference const_reference;
    [all...]
forward_list.h 280 _Tp_alloc_type;
351 _Tp_alloc_type __a(_M_get_Node_allocator());
352 typedef allocator_traits<_Tp_alloc_type> _Alloc_traits;
414 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
417 typedef __gnu_cxx::__alloc_traits<_Tp_alloc_type> _Alloc_traits;
    [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...]
stl_list.h 308 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;
351 _Tp_alloc_type
353 { return _Tp_alloc_type(_M_get_Node_allocator()); }
446 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
451 typedef typename _Tp_alloc_type::pointer pointer;
452 typedef typename _Tp_alloc_type::const_pointer const_pointer;
453 typedef typename _Tp_alloc_type::reference reference;
454 typedef typename _Tp_alloc_type::const_reference const_reference;
    [all...]
forward_list.h 280 _Tp_alloc_type;
351 _Tp_alloc_type __a(_M_get_Node_allocator());
352 typedef allocator_traits<_Tp_alloc_type> _Alloc_traits;
414 typedef typename _Base::_Tp_alloc_type _Tp_alloc_type;
417 typedef __gnu_cxx::__alloc_traits<_Tp_alloc_type> _Alloc_traits;
    [all...]

Completed in 537 milliseconds

1 2