Lines Matching full:byterange
174 Frag ByteRange(int lo, int hi, bool foldcase);
392 Frag Compiler::ByteRange(int lo, int hi, bool foldcase) {
486 Frag f = ByteRange(lo, hi, foldcase);
696 return ByteRange(r, r, foldcase);
700 return ByteRange(r, r, foldcase);
703 Frag f = ByteRange((uint8)buf[0], buf[0], false);
705 f = Cat(f, ByteRange((uint8)buf[i], buf[i], false));
787 return ByteRange(0x00, 0xFF, false);
1088 return Star(ByteRange(0x00, 0xff, false), true);