Home | History | Annotate | Download | only in CodeGen

Lines Matching full:_skip

756     SKIP_SCAN(unsigned _skip = 0, unsigned _scan = 0)
757 : skip(_skip), scan(_scan) {}