Home
last modified time | relevance | path

Searched refs:EQEQ (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLLexer.h166 #undef EQEQ
167 EQEQ, enumerator
DSkSLIRGenerator.cpp1317 case Token::EQEQ: // fall through in determine_binary_type()
1550 case Token::EQEQ: return RESULT(Bool, ==); in constantFold()
1587 case Token::EQEQ: return RESULT(Bool, ==); in constantFold()
1608 case Token::EQEQ: in constantFold()
1636 case Token::EQEQ: in constantFold()
1724 if (!determine_binary_type(fContext, Token::EQEQ, ifTrue->fType, ifFalse->fType, &trueType, in convertTernaryExpression()
DSkSLMetalCodeGenerator.cpp619 case Token::EQEQ: // fall through in GetBinaryPrecedence()
663 case Token::EQEQ: in writeBinaryExpression()
DSkSLCPPCodeGenerator.cpp96 case Token::EQEQ: in writeBinaryExpression()
DSkSLGLSLCodeGenerator.cpp888 case Token::EQEQ: // fall through in writeFunctionCall()
DSkSLByteCodeGenerator.cpp647 case Token::Kind::EQEQ: in writeBinaryExpression()
DSkSLCompiler.cpp1540 case Token::EQEQ: return "=="; in OperatorName()
DSkSLParser.cpp1706 case Token::EQEQ: // fall through in equalityExpression()
DSkSLJIT.cpp598 case Token::EQEQ: in compileBinary()
DSkSLSPIRVCodeGenerator.cpp2154 case Token::EQEQ: { in writeBinaryExpression()
/third_party/flutter/skia/src/sksl/lex/
Dsksl.lex74 EQEQ = "=="
/third_party/skia/src/sksl/lex/
Dsksl.lex77 EQEQ = "=="