| 7321 | } |
| 7322 | |
| 7323 | virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override |
| 7324 | { |
| 7325 | cf->TraverseTree (func); |
| 7326 | func(*this); |
| 7327 | } |
| 7328 | |
| 7329 | void GenerateCode(Code &code, FlatArray<int> inputs, int index) const override |
| 7330 | { |
no outgoing calls
no test coverage detected