MCPcopy Create free account
hub / github.com/anse1/sqlsmith / out

Method out

expr.hh:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 virtual ~bool_term() { }
141 const char *op;
142 virtual void out(std::ostream &out) {
143 out << "(" << *lhs << ") ";
144 indent(out);
145 out << op << " (" << *rhs << ")";
146 }
147 bool_term(prod *p) : bool_binop(p)
148 {
149 op = ((d6()<4) ? "or" : "and");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected