* No-good literal * */
| 3835 | * |
| 3836 | */ |
| 3837 | forceinline bool |
| 3838 | NGL::leaf(void) const { |
| 3839 | return Support::marked(nl); |
| 3840 | } |
| 3841 | forceinline NGL* |
| 3842 | NGL::next(void) const { |
| 3843 | return static_cast<NGL*>(Support::funmark(nl)); |
no test coverage detected