Home
last modified time | relevance | path

Searched refs:LOGICALOREQ (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/sksl/
DSkSLUtil.cpp46 case Token::LOGICALOREQ: // fall through in is_assignment()
67 case Token::LOGICALOREQ: return Token::LOGICALOR; in remove_assignment()
DSkSLLexer.h198 #undef LOGICALOREQ
199 LOGICALOREQ, enumerator
DSkSLCompiler.cpp1502 case Token::LOGICALOREQ: return "||="; in OperatorName()
1529 case Token::LOGICALOREQ: // fall through in IsAssignment()
DSkSLGLSLCodeGenerator.cpp902 case Token::LOGICALOREQ: // fall through in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp631 case Token::LOGICALOREQ: // fall through in GetBinaryPrecedence()
DSkSLParser.cpp1529 case Token::LOGICALOREQ: { in assignmentExpression()
DSkSLIRGenerator.cpp1215 case Token::LOGICALOREQ: // fall through in determine_binary_type()
/external/skqp/src/sksl/
DSkSLLexer.h202 #undef LOGICALOREQ
203 LOGICALOREQ, enumerator
DSkSLCompiler.cpp1482 case Token::LOGICALOREQ: return "||="; in OperatorName()
1509 case Token::LOGICALOREQ: // fall through in IsAssignment()
DSkSLGLSLCodeGenerator.cpp883 case Token::LOGICALOREQ: // fall through in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp518 case Token::LOGICALOREQ: // fall through in GetBinaryPrecedence()
DSkSLParser.cpp1542 case Token::LOGICALOREQ: { in assignmentExpression()
DSkSLIRGenerator.cpp1165 case Token::LOGICALOREQ: // fall through in determine_binary_type()
DSkSLSPIRVCodeGenerator.cpp1865 case Token::LOGICALOREQ: // fall through in is_assignment()
/external/skqp/src/sksl/lex/
Dsksl.lex92 LOGICALOREQ = "||="
/external/skia/src/sksl/lex/
Dsksl.lex90 LOGICALOREQ = "||="