Home
last modified time | relevance | path

Searched refs:INT_LITERAL (Results 1 – 7 of 7) 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/flutter/skia/src/sksl/
DSkSLLexer.h22 #undef INT_LITERAL
23 INT_LITERAL, enumerator
DSkSLParser.cpp625 if (!this->expect(Token::INT_LITERAL, "a positive integer", &sizeToken)) { in parameter()
645 if (this->expect(Token::INT_LITERAL, "a non-negative integer", &resultToken)) { in layoutInt()
1971 case Token::INT_LITERAL: { in term()
2019 if (this->expect(Token::INT_LITERAL, "integer literal", &t)) { in intLiteral()
/third_party/flutter/skia/src/sksl/lex/
Dsksl.lex2 INT_LITERAL = [0-9]+|0x[0-9a-fA-F]+
/third_party/skia/src/sksl/lex/
Dsksl.lex13 INT_LITERAL = [0-9]+|0[xX][0-9a-fA-F]+