Lines Matching defs:operator

286     operator  uint64 () const 
289 operator const sc_unsigned& () const
294 sc_unsigned operator + () const
297 sc_signed operator - () const
300 sc_unsigned operator ~ () const
315 inline const sc_concatref& operator = ( int v )
322 inline const sc_concatref& operator = ( long v )
329 inline const sc_concatref& operator = ( int64 v )
336 inline const sc_concatref& operator = ( unsigned int v )
343 inline const sc_concatref& operator = ( unsigned long v )
350 inline const sc_concatref& operator = ( uint64 v )
357 const sc_concatref& operator = ( const sc_concatref& v )
366 const sc_concatref& operator = ( const sc_signed& v )
373 const sc_concatref& operator = ( const sc_unsigned& v )
380 const sc_concatref& operator = ( const char* v_p )
389 const sc_concatref& operator = ( const sc_bv_base& v )
398 const sc_concatref& operator = ( const sc_lv_base& v )
515 inline const sc_unsigned operator << (const sc_concatref& target, uint64 shift)
520 inline const sc_unsigned operator << (const sc_concatref& target, int64 shift)
525 inline const sc_unsigned operator << (
531 inline const sc_unsigned operator << (
537 inline const sc_unsigned operator << (
543 inline const sc_unsigned operator << ( const sc_concatref& target, long shift )
548 inline const sc_unsigned operator >> (const sc_concatref& target, uint64 shift)
553 inline const sc_unsigned operator >> (const sc_concatref& target, int64 shift)
558 inline const sc_unsigned operator >> (
564 inline const sc_unsigned operator >> (
570 inline const sc_unsigned operator >> (
576 inline const sc_unsigned operator >> ( const sc_concatref& target, long shift )
586 operator << ( ::std::ostream& os, const sc_concatref& v )
593 operator >> ( ::std::istream& is, sc_concatref& a )
675 inline RESULT operator OP ( const sc_concatref& a, OTHER_TYPE b ) \
679 inline RESULT operator OP ( OTHER_TYPE a, const sc_concatref& b ) \
686 inline RESULT operator OP ( const sc_concatref& a, const sc_concatref& b ) \
700 inline RESULT operator OP ( const sc_concatref& a, bool b ) \
704 inline RESULT operator OP ( bool a, const sc_concatref& b ) \
710 inline bool operator OP ( const sc_concatref& a, const sc_concatref& b ) \
724 inline bool operator OP ( const sc_concatref& a, bool b ) \
728 inline bool operator OP ( bool a, const sc_concatref& b ) \
804 inline sc_dt::sc_concatref& operator , (
816 sc_dt::sc_concatref& operator , (
828 sc_dt::sc_concatref& operator , (const sc_dt::sc_value_base& a, bool b)
841 sc_dt::sc_concatref& operator , (bool a, const sc_dt::sc_value_base& b)