Home
last modified time | relevance | path

Searched refs:short_alloc (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
DCXADemangle.tcc4768 class short_alloc class
4775 template <class _Up> struct rebind {typedef short_alloc<_Up, N> other;};
4777 short_alloc(arena<N>& a) noexcept : a_(a) {} in short_alloc() function in mcld::short_alloc
4779 short_alloc(const short_alloc<U, N>& a) noexcept in short_alloc() function in mcld::short_alloc
4781 short_alloc(const short_alloc&) = default;
4782 short_alloc& operator=(const short_alloc&) = delete;
4796 operator==(const short_alloc<T1, N1>& x, const short_alloc<U, M>& y) noexcept;
4798 template <class U, std::size_t M> friend class short_alloc;
4804 operator==(const short_alloc<T, N>& x, const short_alloc<U, M>& y) noexcept in operator ==()
4812 operator!=(const short_alloc<T, N>& x, const short_alloc<U, M>& y) noexcept in operator !=()
[all …]