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

Class case_expr

expr.hh:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20};
21
22struct case_expr : value_expr {
23 shared_ptr<value_expr> condition;
24 shared_ptr<value_expr> true_expr;
25 shared_ptr<value_expr> false_expr;
26 case_expr(prod *p, sqltype *type_constraint = 0);
27 virtual void out(std::ostream &out);
28 virtual void accept(prod_visitor *v);
29};
30
31struct funcall : value_expr {
32 routine *proc;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected