MCPcopy Create free account
hub / github.com/anse1/sqlsmith / ~bool_term

Method ~bool_term

expr.hh:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139struct bool_term : bool_binop {
140 virtual ~bool_term() { }
141 const char *op;
142 virtual void out(std::ostream &out) {
143 out << "(" << *lhs << ") ";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected