Lines Matching refs:Expression
19 class Expression;
31 static bool GetConstantInt(const Expression& value, SKSL_INT* out);
37 static bool GetConstantValue(const Expression& value, double* out);
43 static const Expression* GetConstantValueForVariable(const Expression& value);
49 static std::unique_ptr<Expression> MakeConstantValueForVariable(
50 std::unique_ptr<Expression> expr);
53 static std::unique_ptr<Expression> Simplify(const Context& context,
55 const Expression& left,
57 const Expression& right,