Lines Matching defs:is
13 distributed under the License is distributed on an "AS IS" BASIS,
553 void scan(::std::istream &is=::std::cin);
2111 sc_bitref<X>::scan(::std::istream &is)
2114 is >> c;
2184 operator >> (::std::istream &is, sc_bitref<X> a)
2186 a.scan(is);
2187 return is;
2557 sc_subref<T>::scan(::std::istream &is)
2560 is >> s;
2631 operator >> (::std::istream &is, sc_subref<X> a)
2633 a.scan(is);
2634 return is;
3044 sc_concref<T1, T2>::scan(::std::istream &is)
3047 is >> s;
3119 operator >> (::std::istream &is, sc_concref<X, Y> a)
3121 a.scan(is);
3122 return is;
3392 // is not a legal C++ construct.