Home
last modified time | relevance | path

Searched refs:INT_LITERAL (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
DrsgToken.hpp88 INT_LITERAL, enumerator
183 : m_type(INT_LITERAL) in Token()
213 DE_ASSERT(m_type == INT_LITERAL); in getInt()
DrsgToken.cpp63 else if (m_type == INT_LITERAL) in operator =()
86 else if (m_type == INT_LITERAL && m_arg.intValue != other.m_arg.intValue) in operator !=()
DrsgPrettyPrinter.cpp161 case Token::INT_LITERAL: in processToken()
/third_party/skia/src/sksl/lex/
Dsksl.lex13 INT_LITERAL = [0-9]+|0[xX][0-9a-fA-F]+