Lines Matching defs:bool

70     // explicit conversion to bool
71 explicit operator bool() const
77 // explicit (negating) conversion to bool
78 bool
129 bool is_01() const { return sc_logic(value()).is_01(); }
130 bool to_bool() const { return sc_logic(value()).to_bool(); }
175 inline bool operator == (const sc_bitref_r<T1> &a, const sc_bitref_r<T2> &b);
178 inline bool operator != (const sc_bitref_r<T1> &a, const sc_bitref_r<T2> &b);
215 sc_bitref_r<T>, bool);
219 bool, sc_bitref_r<T>);
256 sc_bitref_r<T>, bool);
260 bool, sc_bitref_r<T>);
313 sc_bitref<T>, bool);
317 bool, sc_bitref<T>);
369 inline sc_concref_r<sc_bitref_r<T>, sc_lv_base> concat(sc_bitref<T>, bool);
372 inline sc_concref_r<sc_lv_base, sc_bitref_r<T> > concat(bool, sc_bitref<T>);
418 operator = (bool a)
457 operator &= (bool a)
488 operator |= (bool a)
519 operator ^= (bool a)
644 bool is_01() const;
645 bool reversed() const { return m_lo > m_hi; }
696 sc_subref_r<T>, bool);
700 bool, sc_subref_r<T>);
736 inline sc_concref_r<sc_subref_r<T>, sc_bv_base> concat(sc_subref_r<T>, bool);
739 inline sc_concref_r<sc_bv_base, sc_subref_r<T> > concat(bool, sc_subref_r<T>);
792 sc_subref<T>, bool);
796 bool, sc_subref<T>);
848 inline sc_concref_r<sc_subref_r<T>, sc_bv_base> concat(sc_subref<T>, bool);
851 inline sc_concref_r<sc_bv_base, sc_subref_r<T> > concat(bool, sc_subref<T>);
896 operator = (const bool *a)
1074 bool is_01() const { return (m_left.is_01() && m_right.is_01()); }
1125 sc_concref_r<T1, T2>, bool);
1129 bool, sc_concref_r<T1, T2>);
1166 sc_concref_r<T1, T2>, bool);
1170 bool, sc_concref_r<T1, T2>);
1223 sc_concref<T1, T2>, bool);
1227 bool, sc_concref<T1, T2>);
1280 sc_concref<T1, T2>, bool);
1284 bool, sc_concref<T1, T2>);
1335 operator = (const bool *a)
1509 inline sc_concref_r<T, sc_bv_base> operator , (const sc_proxy<T> &, bool);
1512 inline sc_concref_r<sc_bv_base, T> operator , (bool, const sc_proxy<T> &);
1545 inline sc_concref_r<T, sc_bv_base> concat(const sc_proxy<T> &, bool);
1548 inline sc_concref_r<sc_bv_base, T> concat(bool, const sc_proxy<T> &);
1596 inline sc_concref_r<T, sc_bv_base> operator , (sc_proxy<T> &, bool);
1599 inline sc_concref_r<sc_bv_base, T> operator , (bool, sc_proxy<T> &);
1645 inline sc_concref_r<T, sc_bv_base> concat(sc_proxy<T> &, bool);
1648 inline sc_concref_r<sc_bv_base, T> concat(bool, sc_proxy<T> &);
1718 inline bool
1725 inline bool
2339 inline bool