Lines Matching defs:message
719 explicit PrintConstantStringInstruction(std::string message)
720 : message(std::move(message)) {}
722 std::string message;
728 << StringLiteralQuote(instruction.message);
735 explicit AbortInstruction(Kind kind, std::string message = "")
736 : kind(kind), message(std::move(message)) {}
749 std::string message;
755 << ", " << StringLiteralQuote(instruction.message);