webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <IntermNode.h>
Protected Member Functions | |
TIntermOperator (TOperator op) | |
TIntermOperator (TOperator op, const TType &type) | |
TIntermOperator (const TIntermOperator &)=default | |
Protected Member Functions inherited from TIntermTyped | |
TIntermTyped (const TIntermTyped &node) | |
Protected Attributes | |
TOperator | mOp |
Protected Attributes inherited from TIntermTyped | |
TType | mType |
Protected Attributes inherited from TIntermNode | |
TSourceLoc | mLine |
Additional Inherited Members | |
Static Public Member Functions inherited from TIntermTyped | |
static TIntermTyped * | CreateIndexNode (int index) |
static TIntermTyped * | CreateZero (const TType &type) |
|
inlineprotected |
|
protecteddefault |
|
inline |
|
inlineoverridevirtual |
Implements TIntermTyped.
Reimplemented in TIntermAggregate, TIntermUnary, and TIntermBinary.
bool TIntermOperator::isAssignment | ( | ) | const |
bool TIntermOperator::isConstructor | ( | ) | const |
bool TIntermOperator::isMultiplication | ( | ) | const |
|
protected |