Searched refs:INT_LITERAL (Results 1 – 4 of 4) sorted by relevance
88 INT_LITERAL, enumerator183 : m_type(INT_LITERAL) in Token()213 DE_ASSERT(m_type == INT_LITERAL); in getInt()
63 else if (m_type == INT_LITERAL) in operator =()86 else if (m_type == INT_LITERAL && m_arg.intValue != other.m_arg.intValue) in operator !=()
161 case Token::INT_LITERAL: in processToken()
13 INT_LITERAL = [0-9]+|0[xX][0-9a-fA-F]+