Lines Matching defs:operator

281     operator uint64 () const { return to_uint64(); }
283 operator const sc_unsigned & () const { return value(); }
286 sc_unsigned operator + () const { return value(); }
288 sc_signed operator - () const { return -value(); }
290 sc_unsigned operator ~ () const { return ~value(); }
307 operator = (int v)
315 operator = (long v)
323 operator = (int64 v)
331 operator = (unsigned int v)
339 operator = (unsigned long v)
347 operator = (uint64 v)
355 operator = (const sc_concatref &v)
365 operator = (const sc_signed &v)
373 operator = (const sc_unsigned &v)
381 operator = (const char *v_p)
391 operator = (const sc_bv_base &v)
401 operator = (const sc_lv_base &v)
468 operator << (const sc_concatref &target, uint64 shift)
474 operator << (const sc_concatref &target, int64 shift)
480 operator << (const sc_concatref &target, unsigned long shift)
486 operator << (const sc_concatref &target, int shift)
492 operator << (const sc_concatref &target, unsigned int shift)
498 operator << (const sc_concatref &target, long shift)
504 operator >> (const sc_concatref &target, uint64 shift)
510 operator >> (const sc_concatref &target, int64 shift)
516 operator >> (const sc_concatref &target, unsigned long shift)
522 operator >> (const sc_concatref &target, int shift)
528 operator >> (const sc_concatref &target, unsigned int shift)
534 operator >> (const sc_concatref &target, long shift)
541 operator << (::std::ostream &os, const sc_concatref &v)
547 operator >> (::std::istream &is, sc_concatref &a)
628 operator OP (const sc_concatref &a, OTHER_TYPE b) \
633 operator OP (OTHER_TYPE a, const sc_concatref &b) \
641 operator OP (const sc_concatref &a, const sc_concatref &b) \
656 operator OP (const sc_concatref &a, bool b) \
661 operator OP (bool a, const sc_concatref &b) \
668 operator OP (const sc_concatref &a, const sc_concatref &b) \
683 operator OP (const sc_concatref &a, bool b) \
688 operator OP (bool a, const sc_concatref &b) \
761 operator , (sc_dt::sc_value_base &a, sc_dt::sc_value_base &b)
771 operator , (const sc_dt::sc_value_base &a, const sc_dt::sc_value_base &b)
781 operator , (const sc_dt::sc_value_base &a, bool b)
793 operator , (bool a, const sc_dt::sc_value_base &b)