Searched refs:ASTBinaryExpression (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/sksl/ast/
H A DSkSLASTBinaryExpression.h20 struct ASTBinaryExpression : public ASTExpression { struct in namespace:SkSL
21 ASTBinaryExpression(std::unique_ptr<ASTExpression> left, Token op, function in struct:SkSL::ASTBinaryExpression
/external/skqp/src/sksl/ast/
H A DSkSLASTBinaryExpression.h20 struct ASTBinaryExpression : public ASTExpression { struct in namespace:SkSL
21 ASTBinaryExpression(std::unique_ptr<ASTExpression> left, Token op, function in struct:SkSL::ASTBinaryExpression
/external/skia/src/sksl/
H A DSkSLParser.cpp1414 result.reset(new ASTBinaryExpression(std::move(result), std::move(t), std::move(right)));
1449 result = std::unique_ptr<ASTExpression>(new ASTBinaryExpression(std::move(result),
1493 result.reset(new ASTBinaryExpression(std::move(result), std::move(t), std::move(right)));
1510 result.reset(new ASTBinaryExpression(std::move(result), std::move(t), std::move(right)));
1527 result.reset(new ASTBinaryExpression(std::move(result), std::move(t), std::move(right)));
1544 result.reset(new ASTBinaryExpression(std::move(result), std::move(t), std::move(right)));
1561 result.reset(new ASTBinaryExpression(std::move(result), std::move(t), std::move(right)));
1578 result.reset(new ASTBinaryExpression(std::move(result), std::move(t), std::move(right)));
1598 result.reset(new ASTBinaryExpression(std::move(result), std::move(t), std::move(right)));
1624 result.reset(new ASTBinaryExpression(st
[all...]
H A DSkSLIRGenerator.h133 std::unique_ptr<Expression> convertBinaryExpression(const ASTBinaryExpression& expression);
H A DSkSLIRGenerator.cpp953 return this->convertBinaryExpression((ASTBinaryExpression&) expr);
1365 const ASTBinaryExpression& expression) {
/external/skqp/src/sksl/
H A DSkSLParser.cpp1414 result.reset(new ASTBinaryExpression(std::move(result), std::move(t), std::move(right)));
1449 result = std::unique_ptr<ASTExpression>(new ASTBinaryExpression(std::move(result),
1494 result.reset(new ASTBinaryExpression(std::move(result), std::move(t), std::move(right)));
1511 result.reset(new ASTBinaryExpression(std::move(result), std::move(t), std::move(right)));
1528 result.reset(new ASTBinaryExpression(std::move(result), std::move(t), std::move(right)));
1545 result.reset(new ASTBinaryExpression(std::move(result), std::move(t), std::move(right)));
1562 result.reset(new ASTBinaryExpression(std::move(result), std::move(t), std::move(right)));
1579 result.reset(new ASTBinaryExpression(std::move(result), std::move(t), std::move(right)));
1599 result.reset(new ASTBinaryExpression(std::move(result), std::move(t), std::move(right)));
1625 result.reset(new ASTBinaryExpression(st
[all...]
H A DSkSLIRGenerator.h133 std::unique_ptr<Expression> convertBinaryExpression(const ASTBinaryExpression& expression);
H A DSkSLIRGenerator.cpp952 return this->convertBinaryExpression((ASTBinaryExpression&) expr);
1364 const ASTBinaryExpression& expression) {

Completed in 221 milliseconds