Home
last modified time | relevance | path

Searched refs:MINUSEQ (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/sksl/
DSkSLToken.h68 MINUSEQ, enumerator
169 case Token::MINUSEQ: return String("-="); in OperatorName()
201 case Token::MINUSEQ: // fall through in IsAssignment()
Dsksl.flex190 "-=" { return SkSL::Token::MINUSEQ; }
DSkSLGLSLCodeGenerator.cpp400 case Token::MINUSEQ: // fall through in GetBinaryPrecedence()
DSkSLCompiler.cpp768 case Token::MINUSEQ: in simplifyExpression()
Dlex.sksl.c1395 { return SkSL::Token::MINUSEQ; }
DSkSLParser.cpp1368 case Token::MINUSEQ: // fall through in assignmentExpression()
DSkSLSPIRVCodeGenerator.cpp2031 case Token::MINUSEQ: // fall through in is_assignment()
2283 case Token::MINUSEQ: { in writeBinaryExpression()
DSkSLIRGenerator.cpp1028 case Token::MINUSEQ: // fall through in determine_binary_type()