Home | History | Annotate | Download | only in parser

Lines Matching refs:HEX

709         // At most 5 hex digit followed by a question mark.
719 // At least one hex digit.
721 // Followed by a dash and a hex digit.
1380 // This must be a valid hex number token.
1384 m_token = HEX;
1390 // Check whether the identifier is also a valid hex number.
1392 m_token = HEX;