Lines Matching defs:sc_unsigned_subref

25     sc_unsigned_subref, and sc_unsigned classes. The first two classes
121 class sc_unsigned_subref;
906 // CLASS : sc_unsigned_subref
911 class sc_unsigned_subref
915 friend class sc_core::sc_vpool<sc_unsigned_subref>;
921 sc_unsigned_subref() : sc_unsigned_subref_r()
928 sc_unsigned_subref( const sc_unsigned_subref& a )
934 const sc_unsigned_subref& operator = ( const sc_unsigned_subref_r& a );
935 const sc_unsigned_subref& operator = ( const sc_unsigned_subref& a );
936 const sc_unsigned_subref& operator = ( const sc_unsigned& a );
939 const sc_unsigned_subref& operator = ( const sc_generic_base<T>& a );
940 const sc_unsigned_subref& operator = ( const sc_signed_subref_r& a );
941 const sc_unsigned_subref& operator = ( const sc_signed& a );
943 const sc_unsigned_subref& operator = ( const char* a );
944 const sc_unsigned_subref& operator = ( unsigned long a );
945 const sc_unsigned_subref& operator = ( long a );
947 const sc_unsigned_subref& operator = ( unsigned int a )
950 const sc_unsigned_subref& operator = ( int a )
953 const sc_unsigned_subref& operator = ( uint64 a );
954 const sc_unsigned_subref& operator = ( int64 a );
955 const sc_unsigned_subref& operator = ( double a );
956 const sc_unsigned_subref& operator = ( const sc_int_base& a );
957 const sc_unsigned_subref& operator = ( const sc_uint_base& a );
971 static sc_core::sc_vpool<sc_unsigned_subref> m_pool;
978 operator >> ( ::std::istream&, sc_unsigned_subref& );
993 friend class sc_unsigned_subref;
1158 sc_unsigned_subref& range( int i, int j )
1161 sc_unsigned_subref* result_p =
1162 sc_unsigned_subref::m_pool.allocate();
1170 sc_unsigned_subref* result_p =
1171 sc_unsigned_subref::m_pool.allocate();
1176 sc_unsigned_subref& operator () ( int i, int j )
1179 sc_unsigned_subref* result_p =
1180 sc_unsigned_subref::m_pool.allocate();
1188 sc_unsigned_subref* result_p =
1189 sc_unsigned_subref::m_pool.allocate();
2038 inline const sc_unsigned_subref& sc_unsigned_subref::operator = (
2115 // CLASS : sc_unsigned_subref
2123 const sc_unsigned_subref&
2124 sc_unsigned_subref::operator = ( const char* a )
2133 operator >> ( ::std::istream& is, sc_unsigned_subref& a )