Lines Matching defs:sc_unsigned_subref

25     sc_unsigned_subref, and sc_unsigned classes. The first two classes
118 class sc_unsigned_subref;
143 extern template class sc_vpool<sc_dt::sc_unsigned_subref>;
817 // CLASS : sc_unsigned_subref
822 class sc_unsigned_subref : public sc_unsigned_subref_r
825 friend class sc_core::sc_vpool<sc_unsigned_subref>;
829 sc_unsigned_subref() : sc_unsigned_subref_r() {}
833 sc_unsigned_subref(const sc_unsigned_subref &a) : sc_unsigned_subref_r(a)
837 const sc_unsigned_subref &operator = (const sc_unsigned_subref_r &a);
838 const sc_unsigned_subref &operator = (const sc_unsigned_subref &a);
839 const sc_unsigned_subref &operator = (const sc_unsigned &a);
842 const sc_unsigned_subref &operator = (const sc_generic_base<T> &a);
843 const sc_unsigned_subref &operator = (const sc_signed_subref_r &a);
844 const sc_unsigned_subref &operator = (const sc_signed &a);
846 const sc_unsigned_subref &operator = (const char *a);
847 const sc_unsigned_subref &operator = (unsigned long a);
848 const sc_unsigned_subref &operator = (long a);
850 const sc_unsigned_subref &
856 const sc_unsigned_subref &
862 const sc_unsigned_subref &operator = (uint64 a);
863 const sc_unsigned_subref &operator = (int64 a);
864 const sc_unsigned_subref &operator = (double a);
865 const sc_unsigned_subref &operator = (const sc_int_base &a);
866 const sc_unsigned_subref &operator = (const sc_uint_base &a);
878 static sc_core::sc_vpool<sc_unsigned_subref> m_pool;
881 inline ::std::istream &operator >> (::std::istream &, sc_unsigned_subref &);
896 friend class sc_unsigned_subref;
1066 sc_unsigned_subref &
1070 sc_unsigned_subref *result_p = sc_unsigned_subref::m_pool.allocate();
1079 sc_unsigned_subref *result_p = sc_unsigned_subref::m_pool.allocate();
1084 sc_unsigned_subref &
1088 sc_unsigned_subref *result_p = sc_unsigned_subref::m_pool.allocate();
1097 sc_unsigned_subref *result_p = sc_unsigned_subref::m_pool.allocate();
2051 inline const sc_unsigned_subref &
2052 sc_unsigned_subref::operator = (const sc_generic_base<T> &a)
2129 // CLASS : sc_unsigned_subref
2136 inline const sc_unsigned_subref &
2137 sc_unsigned_subref::operator = (const char *a)
2145 operator >> (::std::istream &is, sc_unsigned_subref &a)