Lines Matching refs:endl

41     cout << a.length() << endl; \
42 cout << a << endl
47 cout << "*** test_ctors" << endl;
49 cout << "sc_bv_base()" << endl;
55 cout << "sc_bv_base( int )" << endl;
61 cout << "sc_bv_base( bool )" << endl;
67 cout << "sc_bv_base( bool, int )" << endl;
73 cout << "sc_bv_base( const char* )" << endl;
85 cout << "sc_bv_base( const char*, int )" << endl;
116 cout << "sc_bv_base( const sc_proxy<X>& )" << endl;
123 cout << "sc_bv_base( const sc_bv_base& )" << endl;
134 cout << "*** test_bitwise_complement" << endl;
136 cout << "sc_bv_base::b_not()" << endl;
144 cout << "sc_bv_base::operator ~ () const" << endl;
153 cout << "sc_lv_base::b_not()" << endl;
161 cout << "sc_lv_base::operator ~ () const" << endl;
170 cout << "sc_proxy<X>::b_not()" << endl;
178 cout << "sc_proxy<X>::operator ~ () const" << endl;
191 cout << "*** test_bitwise_and" << endl;
197 cout << "*** test_bitwise_or" << endl;
203 cout << "*** test_bitwise_xor" << endl;
209 cout << "*** test_bitwise_left_shift" << endl;
211 cout << "sc_bv_base::operator <<= ( int )" << endl;
221 cout << "\ncaught exception" << endl;
222 cout << x.what() << endl;
232 cout << "sc_bv_base::operator << ( int ) const" << endl;
243 cout << "\ncaught exception" << endl;
244 cout << x.what() << endl;
254 cout << "sc_lv_base::operator <<= ( int )" << endl;
264 cout << "\ncaught exception" << endl;
265 cout << x.what() << endl;
275 cout << "sc_lv_base::operator << ( int ) const" << endl;
286 cout << "\ncaught exception" << endl;
287 cout << x.what() << endl;
297 cout << "sc_proxy<X>::operator <<= ( int )" << endl;
307 cout << "\ncaught exception" << endl;
308 cout << x.what() << endl;
319 cout << "sc_proxy<X>::operator << ( int ) const" << endl;
330 cout << "\ncaught exception" << endl;
331 cout << x.what() << endl;
345 cout << "*** test_bitwise_right_shift" << endl;
347 cout << "sc_bv_base::operator >>= ( int )" << endl;
357 cout << "\ncaught exception" << endl;
358 cout << x.what() << endl;
368 cout << "sc_bv_base::operator >> ( int ) const" << endl;
379 cout << "\ncaught exception" << endl;
380 cout << x.what() << endl;
390 cout << "sc_lv_base::operator >>= ( int )" << endl;
400 cout << "\ncaught exception" << endl;
401 cout << x.what() << endl;
411 cout << "sc_lv_base::operator >> ( int ) const" << endl;
422 cout << "\ncaught exception" << endl;
423 cout << x.what() << endl;
433 cout << "sc_proxy<X>::operator >>= ( int )" << endl;
443 cout << "\ncaught exception" << endl;
444 cout << x.what() << endl;
454 cout << "sc_proxy<X>::operator >> ( int ) const" << endl;
465 cout << "\ncaught exception" << endl;
466 cout << x.what() << endl;
480 cout << "*** test_bitwise_left_rotate" << endl;
482 cout << "sc_bv_base::lrotate( int )" << endl;
492 cout << "\ncaught exception" << endl;
493 cout << x.what() << endl;
503 cout << "lrotate( const sc_bv_base&, int )" << endl;
514 cout << "\ncaught exception" << endl;
515 cout << x.what() << endl;
525 cout << "sc_lv_base::lrotate( int )" << endl;
535 cout << "\ncaught exception" << endl;
536 cout << x.what() << endl;
546 cout << "lrotate( const sc_lv_base&, int )" << endl;
557 cout << "\ncaught exception" << endl;
558 cout << x.what() << endl;
568 cout << "sc_proxy<X>::lrotate( int )" << endl;
578 cout << "\ncaught exception" << endl;
579 cout << x.what() << endl;
589 cout << "lrotate( const sc_proxy<X>&, int )" << endl;
600 cout << "\ncaught exception" << endl;
601 cout << x.what() << endl;
615 cout << "*** test_bitwise_right_rotate" << endl;
617 cout << "sc_bv_base::rrotate( int )" << endl;
627 cout << "\ncaught exception" << endl;
628 cout << x.what() << endl;
638 cout << "rrotate( const sc_bv_base&, int )" << endl;
649 cout << "\ncaught exception" << endl;
650 cout << x.what() << endl;
660 cout << "sc_lv_base::rrotate( int )" << endl;
670 cout << "\ncaught exception" << endl;
671 cout << x.what() << endl;
681 cout << "rrotate( const sc_lv_base&, int )" << endl;
692 cout << "\ncaught exception" << endl;
693 cout << x.what() << endl;
703 cout << "sc_proxy<X>::rrotate( int )" << endl;
713 cout << "\ncaught exception" << endl;
714 cout << x.what() << endl;
725 cout << "rrotate( const sc_proxy<X>&, int )" << endl;
736 cout << "\ncaught exception" << endl;
737 cout << x.what() << endl;
751 cout << "*** test_bitwise_reverse" << endl;
753 cout << "sc_bv_base::reverse()" << endl;
765 cout << "reverse( const sc_bv_base& )" << endl;
779 cout << "sc_lv_base::reverse()" << endl;
791 cout << "reverse( const sc_lv_base& )" << endl;
805 cout << "sc_proxy<X>::reverse()" << endl;
815 cout << "reverse( const sc_proxy<X>& )" << endl;
830 cout << "*** test_string_conversions" << endl;
832 cout << "sc_bv_base" << endl;
838 cout << s << endl;
842 cout << s << endl;
846 cout << s << endl;
850 cout << s << endl;
854 cout << s << endl;
858 cout << s << endl;
862 cout << s << endl;
866 cout << s << endl;
870 cout << s << endl;
874 cout << s << endl;
878 cout << s << endl;
882 cout << s << endl;
887 cout << "sc_lv_base" << endl;
893 cout << s << endl;
897 cout << s << endl;
901 cout << s << endl;
905 cout << s << endl;
909 cout << s << endl;
913 cout << s << endl;
917 cout << s << endl;
921 cout << s << endl;
925 cout << s << endl;
929 cout << s << endl;
933 cout << s << endl;
937 cout << s << endl;
942 cout << "sc_proxy<X>" << endl;
948 cout << s << endl;
952 cout << s << endl;
956 cout << s << endl;
960 cout << s << endl;
964 cout << s << endl;
968 cout << s << endl;
972 cout << s << endl;
976 cout << s << endl;
980 cout << s << endl;
984 cout << s << endl;
988 cout << s << endl;
992 cout << s << endl;