Flutter Engine
The Flutter Engine
|
This is the complete list of members for SkSL::BinaryExpression, including all inherited members.
as() const | SkSL::IRNode | inline |
as() | SkSL::IRNode | inline |
asAnyConstructor() | SkSL::Expression | |
asAnyConstructor() const | SkSL::Expression | |
BinaryExpression(Position pos, std::unique_ptr< Expression > left, Operator op, std::unique_ptr< Expression > right, const Type *type) | SkSL::BinaryExpression | inline |
clone(Position pos) const override | SkSL::BinaryExpression | virtual |
SkSL::Expression::clone() const | SkSL::Expression | inline |
coercionCost(const Type &target) const | SkSL::Expression | inline |
compareConstant(const Expression &other) const | SkSL::Expression | inlinevirtual |
ComparisonResult enum name | SkSL::Expression | |
Convert(const Context &context, Position pos, std::unique_ptr< Expression > left, Operator op, std::unique_ptr< Expression > right) | SkSL::BinaryExpression | static |
description(OperatorPrecedence parentPrecedence) const override | SkSL::BinaryExpression | virtual |
SkSL::Expression::description() const final | SkSL::Expression | virtual |
Expression(Position pos, Kind kind, const Type *type) | SkSL::Expression | inline |
fKind | SkSL::IRNode | protected |
fPosition | SkSL::IRNode | |
getConstantValue(int n) const | SkSL::Expression | inlinevirtual |
getOperator() const | SkSL::BinaryExpression | inline |
IRNode(const IRNode &)=delete | SkSL::IRNode | |
IRNode(Position position, int kind) | SkSL::IRNode | inlineprotected |
is() const | SkSL::IRNode | inline |
isAnyConstructor() const | SkSL::Expression | inline |
isAssignmentIntoVariable() | SkSL::BinaryExpression | |
isBoolLiteral() const | SkSL::Expression | inline |
isFloatLiteral() const | SkSL::Expression | inline |
isIncomplete(const Context &context) const | SkSL::Expression | |
isIntLiteral() const | SkSL::Expression | inline |
Kind typedef | SkSL::Expression | |
kind() const | SkSL::Expression | inline |
kIRNodeKind | SkSL::BinaryExpression | inlinestatic |
left() | SkSL::BinaryExpression | inline |
left() const | SkSL::BinaryExpression | inline |
Make(const Context &context, Position pos, std::unique_ptr< Expression > left, Operator op, std::unique_ptr< Expression > right) | SkSL::BinaryExpression | static |
Make(const Context &context, Position pos, std::unique_ptr< Expression > left, Operator op, std::unique_ptr< Expression > right, const Type *resultType) | SkSL::BinaryExpression | static |
operator delete(void *ptr) | SkSL::Poolable | inlinestatic |
operator new(const size_t size) | SkSL::Poolable | inlinestatic |
operator=(const IRNode &)=delete | SkSL::IRNode | |
position() const | SkSL::IRNode | inline |
right() | SkSL::BinaryExpression | inline |
right() const | SkSL::BinaryExpression | inline |
setPosition(Position p) | SkSL::IRNode | inline |
supportsConstantValues() const | SkSL::Expression | inlinevirtual |
type() const | SkSL::Expression | inline |
~IRNode() | SkSL::IRNode | inlinevirtual |