Lines Matching defs:or_reduce
325 bool or_reduce() const;
326 bool nor_reduce() const { return !or_reduce(); }
824 bool or_reduce() const;
825 bool nor_reduce() const { return !or_reduce(); }
990 sc_uint_subref_r::or_reduce() const
993 return a.or_reduce();
1073 or_reduce(const sc_uint_subref_r &a)
1075 return a.or_reduce();
1222 or_reduce(const sc_uint_base &a)
1224 return a.or_reduce();