| 3851 | nl = Support::marked(nl) ? Support::mark(n) : n; |
| 3852 | } |
| 3853 | forceinline NGL* |
| 3854 | NGL::add(NGL* n, bool l) { |
| 3855 | nl = Support::marked(nl) ? Support::mark(n) : n; |
| 3856 | n->leaf(l); |
| 3857 | return n; |
| 3858 | } |
| 3859 | |
| 3860 | forceinline |
| 3861 | NGL::NGL(void) |
no test coverage detected