Searched refs:ostr (Results 1 – 2 of 2) sorted by relevance
156 operator<< (std::basic_ostream<YYChar>& ostr, const position& pos)159 ostr << *pos.filename << ':';160 return ostr << pos.line << '.' << pos.column;284 operator<< (std::basic_ostream<YYChar>& ostr, const location& loc)288 ostr << loc.begin;292 ostr << '-' << loc.end.filename << ':' << loc.end.line << '.' << end_col;294 ostr << '-' << loc.end.line << '.' << end_col;296 ostr << '-' << end_col;297 return ostr;
43 void ostr(char*p) { while(*p) o1ch(*p++); } in ostr() function44 void onl() {ostr("\r\n");} in onl()46 void ostrnl(char*p) { ostr(p); onl();} in ostrnl()112 ostr("U "); in test_divu64u64()117 ostr(" : "); in test_divu64u64()135 ostr("S "); in test_divs64s64()140 ostr(" : "); in test_divs64s64()173 odec(i0+1); ostr(" "); odec(i1+1); ostr(" specials\n"); in test_special()190 odec(i+1); ostr("M\n"); in test_random()359 ostr("begin\n"); in main()[all …]