Home
last modified time | relevance | path

Searched refs:PLUSEQ (Results 1 – 25 of 26) sorted by relevance

12

/external/skia/src/sksl/
DSkSLUtil.cpp36 case Token::PLUSEQ: // fall through in is_assignment()
57 case Token::PLUSEQ: return Token::PLUS; in remove_assignment()
DSkSLLexer.h178 #undef PLUSEQ
179 PLUSEQ, enumerator
DSkSLCompiler.cpp879 case Token::PLUSEQ: in simplifyExpression()
1494 case Token::PLUSEQ: return "+="; in OperatorName()
1519 case Token::PLUSEQ: // fall through in IsAssignment()
DSkSLInterpreter.cpp371 case Token::PLUSEQ: COMPOUND_ARITHMETIC(+=) in evaluate()
DSkSLGLSLCodeGenerator.cpp893 case Token::PLUSEQ: // fall through in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp622 case Token::PLUSEQ: // fall through in GetBinaryPrecedence()
DSkSLParser.cpp1520 case Token::PLUSEQ: // fall through in assignmentExpression()
DSkSLJIT.cpp586 case Token::PLUSEQ: in compileBinary()
DSkSLIRGenerator.cpp1271 case Token::PLUSEQ: in determine_binary_type()
/external/skqp/src/sksl/
DSkSLLexer.h182 #undef PLUSEQ
183 PLUSEQ, enumerator
DSkSLCompiler.cpp879 case Token::PLUSEQ: in simplifyExpression()
1474 case Token::PLUSEQ: return "+="; in OperatorName()
1499 case Token::PLUSEQ: // fall through in IsAssignment()
DSkSLInterpreter.cpp371 case Token::PLUSEQ: COMPOUND_ARITHMETIC(+=) in evaluate()
DSkSLGLSLCodeGenerator.cpp874 case Token::PLUSEQ: // fall through in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp509 case Token::PLUSEQ: // fall through in GetBinaryPrecedence()
DSkSLParser.cpp1533 case Token::PLUSEQ: // fall through in assignmentExpression()
DSkSLSPIRVCodeGenerator.cpp1855 case Token::PLUSEQ: // fall through in is_assignment()
2163 case Token::PLUSEQ: { in writeBinaryExpression()
DSkSLJIT.cpp586 case Token::PLUSEQ: in compileBinary()
DSkSLIRGenerator.cpp1221 case Token::PLUSEQ: in determine_binary_type()
/external/skqp/src/sksl/lex/
Dsksl.lex82 PLUSEQ = "+="
/external/skia/src/sksl/lex/
Dsksl.lex80 PLUSEQ = "+="
/external/turbine/java/com/google/turbine/parse/
DToken.java73 PLUSEQ("+="), enumConstant
DStreamLexer.java942 return Token.PLUSEQ; in operator()
/external/turbine/javatests/com/google/turbine/parse/
DJavacLexer.java243 case PLUSEQ:
/external/doclava/src/com/google/doclava/parser/
DJavaLexer.java134 public static final int PLUSEQ=106; field in JavaLexer
3340 int _type = PLUSEQ; in mPLUSEQ()
DJava.g1798 PLUSEQ

12