Lines Matching defs:endl
146 void InstructionOperand::Print() const { StdoutStream{} << *this << std::endl; }
282 StdoutStream{} << destination() << " = " << source() << std::endl;
376 void Instruction::Print() const { StdoutStream{} << *this << std::endl; }
698 << ")" << std::endl
704 os << std::endl;
711 os << std::endl;
717 << std::endl;
724 os << std::endl;
1012 StdoutStream{} << *this << std::endl;
1019 StdoutStream{} << PrintableInstructionBlock{block, this} << std::endl;