* */
| 409 | * |
| 410 | */ |
| 411 | void |
| 412 | StatementFor::Output(std::ostream &out, FactMgr* fm, int indent) const |
| 413 | { |
| 414 | output_header(out, indent); |
| 415 | body.Output(out, fm, indent); |
| 416 | } |
| 417 | |
| 418 | bool |
| 419 | StatementFor::visit_facts(vector<const Fact*>& inputs, CGContext& cg_context) const |