Lines Matching refs:sc_signed_subref

25     sc_signed_subref, and sc_signed classes. The first two classes are
114 class sc_signed_subref;
1001 // CLASS : sc_signed_subref
1006 class sc_signed_subref
1010 friend class sc_core::sc_vpool<sc_signed_subref>;
1015 sc_signed_subref() : sc_signed_subref_r()
1022 sc_signed_subref( const sc_signed_subref& a )
1029 const sc_signed_subref& operator = ( const sc_signed_subref_r& a );
1030 const sc_signed_subref& operator = ( const sc_signed_subref& a );
1031 const sc_signed_subref& operator = ( const sc_signed& a );
1033 const sc_signed_subref& operator = ( const sc_unsigned_subref_r& a );
1034 const sc_signed_subref& operator = ( const sc_unsigned& a );
1037 const sc_signed_subref& operator = ( const sc_generic_base<T>& a )
1044 const sc_signed_subref& operator = ( const char* a );
1045 const sc_signed_subref& operator = ( unsigned long a );
1046 const sc_signed_subref& operator = ( long a );
1047 const sc_signed_subref& operator = ( unsigned int a )
1050 const sc_signed_subref& operator = ( int a )
1053 const sc_signed_subref& operator = ( uint64 a );
1054 const sc_signed_subref& operator = ( int64 a );
1055 const sc_signed_subref& operator = ( double a );
1056 const sc_signed_subref& operator = ( const sc_int_base& a );
1057 const sc_signed_subref& operator = ( const sc_uint_base& a );
1071 static sc_core::sc_vpool<sc_signed_subref> m_pool;
1078 operator >> ( ::std::istream&, sc_signed_subref& );
1093 friend class sc_signed_subref;
1256 sc_signed_subref& range( int i, int j )
1259 sc_signed_subref* result_p =
1260 sc_signed_subref::m_pool.allocate();
1268 sc_signed_subref* result_p =
1269 sc_signed_subref::m_pool.allocate();
1274 sc_signed_subref& operator () ( int i, int j )
1277 sc_signed_subref* result_p =
1278 sc_signed_subref::m_pool.allocate();
1286 sc_signed_subref* result_p =
1287 sc_signed_subref::m_pool.allocate();
2303 // CLASS : sc_signed_subref
2311 const sc_signed_subref&
2312 sc_signed_subref::operator = ( const char* a )
2323 operator >> ( ::std::istream& is, sc_signed_subref& a )