42 Print::Print(std::ostream &stream,
const std::string &
format)
43 : stream(stream), format(format.c_str()), ptr(format.c_str()), cont(false)
52 : stream(stream), format(format),
ptr(format),
cont(false)
93 len = strcspn(
ptr,
"%\n\r\0");
105 bool end_number =
false;
106 bool have_precision =
false;
110 stream.flags((ios::fmtflags)0);
114 if (*
ptr >=
'0' && *
ptr <=
'9') {
117 }
else if (number > 0)
188 stream <<
"we don't do %n!!!\n";
211 have_precision =
true;
231 number = number * 10 + (*
ptr -
'0');
242 assert(
false &&
"we shouldn't get here");
303 len = strcspn(
ptr,
"%\n\r\0");
Print(std::ostream &stream, const std::string &format)
Overload hash function for BasicBlockRange type.
Bitfield< 31, 29 > format
std::ios::fmtflags saved_flags