data walker
| 576 | virtual SimNode * simulateGetIterator ( Context &, const LineInfo &, ExpressionPtr ) const { return nullptr; } |
| 577 | // data walker |
| 578 | virtual void walk ( DataWalker &, void * ) { } |
| 579 | // familiar patterns |
| 580 | virtual bool isYetAnotherVectorTemplate() const { return false; } // has [], there is length(x), data is linear in memory |
| 581 | // factory |
no outgoing calls
no test coverage detected