Lines Matching defs:is
13 distributed under the License is distributed on an "AS IS" BASIS,
52 // Andy Goodrich: changes to make sure the proper value is returned from
145 sc_int_bitref::scan(::std::istream &is)
148 is >> b;
207 bool non_zero; // True if value inserted is non-zero.
344 sc_int_subref::scan(::std::istream &is)
347 is >> s;
521 "character string is zero");
524 "character string is empty");
531 msg << "character string '" << a << "' is not valid";
602 // concat_get_data() is called from low order bit to high order bit. So
616 bool non_zero; // True if value inserted is non-zero.
700 sc_int_base::scan(::std::istream &is)
703 is >> s;