Home
last modified time | relevance | path

Searched refs:TK_PLUSPLUS (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLPrefixExpression.h55 (this->getOperator().kind() == Token::Kind::TK_PLUSPLUS || in hasProperty()
DSkSLPrefixExpression.cpp152 case Token::Kind::TK_PLUSPLUS: in Convert()
217 case Token::Kind::TK_PLUSPLUS: in Make()
/external/skia/src/sksl/
DSkSLLexer.h62 TK_PLUSPLUS, enumerator
DSkSLOperators.cpp87 case Kind::TK_PLUSPLUS: in isOperator()
130 case Kind::TK_PLUSPLUS: return "++"; in operatorName()
DSkSLAnalysis.cpp917 case Token::Kind::TK_PLUSPLUS: loopInfo.fDelta = 1; break; in invalid_for_ES2()
929 case Token::Kind::TK_PLUSPLUS: loopInfo.fDelta = 1; break; in invalid_for_ES2()
DSkSLParser.cpp1933 case Token::Kind::TK_PLUSPLUS: // fall through in unaryExpression()
1971 case Token::Kind::TK_PLUSPLUS: in postfixExpression()
2079 case Token::Kind::TK_PLUSPLUS: // fall through in suffix()
DSkSLIRGenerator.cpp702 Token::Kind::TK_PLUSPLUS); in applyInvocationIDWorkaround()
/external/skia/src/sksl/dsl/
DDSLExpression.cpp217 PREFIXOP(++, TK_PLUSPLUS)
218 POSTFIXOP(++, TK_PLUSPLUS)
/external/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp1273 case Token::Kind::TK_PLUSPLUS: in writePrefixExpression()
1275 bool incr = p.getOperator().kind() == Token::Kind::TK_PLUSPLUS; in writePrefixExpression()
1312 case Token::Kind::TK_PLUSPLUS: in writePostfixExpression()
1317 bool incr = p.getOperator().kind() == Token::Kind::TK_PLUSPLUS; in writePostfixExpression()
DSkSLSPIRVCodeGenerator.cpp2774 case Token::Kind::TK_PLUSPLUS: { in writePrefixExpression()
2816 case Token::Kind::TK_PLUSPLUS: { in writePostfixExpression()