Lines Matching defs:const

111 void sc_int_bitref::concat_set(const sc_signed& src, int low_i)
120 void sc_int_bitref::concat_set(const sc_unsigned& src, int low_i)
153 bool sc_int_subref_r::concat_get_ctrl( sc_digit* dst_p, int low_i ) const
199 bool sc_int_subref_r::concat_get_data( sc_digit* dst_p, int low_i ) const
282 sc_int_subref::operator = ( const sc_signed& a )
289 sc_int_subref::operator = ( const sc_unsigned& a )
296 sc_int_subref::operator = ( const sc_bv_base& a )
303 sc_int_subref::operator = ( const sc_lv_base& a )
319 void sc_int_subref::concat_set(const sc_signed& src, int low_i)
328 void sc_int_subref::concat_set(const sc_unsigned& src, int low_i)
364 sc_int_base::invalid_length() const
375 sc_int_base::invalid_index( int i ) const
386 sc_int_base::invalid_range( int l, int r ) const
398 sc_int_base::check_value() const
411 sc_int_base::sc_int_base( const sc_bv_base& v )
417 sc_int_base::sc_int_base( const sc_lv_base& v )
423 sc_int_base::sc_int_base( const sc_uint_subref_r& v )
429 sc_int_base::sc_int_base( const sc_signed_subref_r& v )
435 sc_int_base::sc_int_base( const sc_unsigned_subref_r& v )
442 sc_int_base::sc_int_base( const sc_signed& a )
456 sc_int_base::sc_int_base( const sc_unsigned& a )
474 sc_int_base::operator = ( const sc_signed& a )
491 sc_int_base::operator = ( const sc_unsigned& a )
508 sc_int_base::operator = ( const sc_bv_base& a )
524 sc_int_base::operator = ( const sc_lv_base& a )
540 sc_int_base::operator = ( const char* a )
565 const std::string
566 sc_int_base::to_string( sc_numrep numrep ) const
573 const std::string
574 sc_int_base::to_string( sc_numrep numrep, bool w_prefix ) const
585 sc_int_base::and_reduce() const
591 sc_int_base::or_reduce() const
597 sc_int_base::xor_reduce() const
611 bool sc_int_base::concat_get_ctrl( sc_digit* dst_p, int low_i ) const
644 bool sc_int_base::concat_get_data( sc_digit* dst_p, int low_i ) const
715 void sc_int_base::concat_set(const sc_signed& src, int low_i)
723 void sc_int_base::concat_set(const sc_unsigned& src, int low_i)