| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | spill_fill_encoder_test.cpp | 22 bool operator==(const SpillFillData &left, const SpillFillData &right) in operator ==() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| H A D | tsQualifiedName.h | 32 explicit TSQualifiedName(Expression *left, Identifier *right) in TSQualifiedName() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | tsQualifiedNameBuilder.h | 35 TSQualifiedNameBuilder &SetRight(Identifier *right) in SetRight() argument
|
| H A D | assignmentExpressionBuilder.h | 41 AssignmentExpressionBuilder &SetRight(Expression *right) in SetRight() argument
|
| H A D | binaryExpressionBuilder.h | 42 BinaryExpressionBuilder &SetRight(Expression *right) in SetRight() argument
|
| H A D | forOfStatementBuilder.h | 35 ForOfStatementBuilder &SetRight(Expression *right) in SetRight() argument
|
| H A D | forInStatementBuilder.h | 35 ForInStatementBuilder &SetRight(Expression *right) in SetRight() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | aliveAnalyzer.h | 47 LivenessStatus Or(LivenessStatus left, LivenessStatus right) in Or() argument 52 LivenessStatus And(LivenessStatus left, LivenessStatus right) in And() argument
|
| H A D | arithmetic.h | 58 Type *ETSChecker::PerformRelationOperationOnTypes(Type *left, Type *right, lexer::TokenType operationType) in PerformRelationOperationOnTypes() argument 100 Type *ETSChecker::PerformArithmeticOperationOnTypes(Type *left, Type *right, lexer::TokenType operationType) in PerformArithmeticOperationOnTypes() argument 190 Type *ETSChecker::HandleBitWiseArithmetic(Type *left, Type *right, lexer::TokenType operationType) in HandleBitWiseArithmetic() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | binaryExpression.h | 36 explicit BinaryExpression(Expression *const left, Expression *const right, lexer::TokenType const operatorType) in BinaryExpression() argument
|
| H A D | assignmentExpression.h | 36 explicit AssignmentExpression(Expression *const left, Expression *const right, in AssignmentExpression() argument 42 explicit AssignmentExpression(AstNodeType const type, Expression *const left, Expression *const right, in AssignmentExpression() argument
|
| H A D | binaryExpression.cpp | 104 auto *const right = right_ != nullptr ? right_->Clone(allocator, nullptr)->AsExpression() : nullptr; in Clone() local
|
| H A D | assignmentExpression.cpp | 179 auto *const right = right_ != nullptr ? right_->Clone(allocator, nullptr)->AsExpression() : nullptr; in Clone() local 161 AssignmentExpression([[maybe_unused]] Tag const tag, AssignmentExpression const &other, Expression *const left, Expression *const right) AssignmentExpression() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| H A D | forInStatement.h | 30 explicit ForInStatement(AstNode *left, Expression *right, Statement *body) in ForInStatement() argument
|
| H A D | forOfStatement.h | 50 explicit ForOfStatement(AstNode *left, Expression *right, Statement *body, bool const isAwait) in ForOfStatement() argument
|
| H A D | forOfStatement.cpp | 123 auto *const right = right_ != nullptr ? right_->Clone(allocator, nullptr)->AsExpression() : nullptr; in Clone() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsQualifiedName.h | 34 explicit TSQualifiedName(Expression *left, Identifier *right) in TSQualifiedName() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | bigintLowering.cpp | 55 auto right = expr->Right()->TsType(); in ReplaceStrictEqualByNormalEqual() local 82 auto right = expr->Right()->TsType(); in RemoveConst() local
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| H A D | forInStatement.h | 40 explicit ForInStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *body) in ForInStatement() argument
|
| H A D | forOfStatement.h | 40 explicit ForOfStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *body, bool isAwait) in ForOfStatement() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | assignmentExpression.h | 35 explicit AssignmentExpression(Expression *left, Expression *right, lexer::TokenType assignmentOperator) in AssignmentExpression() argument 40 explicit AssignmentExpression(AstNodeType type, Expression *left, Expression *right, in AssignmentExpression() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | live_registers.cpp | 56 LifeIntervalsIt PartitionLeftSplit(const LifeIntervalsIt &left, const LifeIntervalsIt &right, LifeNumber midpoint, in PartitionLeftSplit() argument 74 LifeIntervalsIt PartitionRightSplit(const LifeIntervalsIt &left, const LifeIntervalsIt &right, LifeNumber midpoint, in PartitionRightSplit() argument
|
| H A D | live_registers.h | 80 void SetRight(LifeIntervalsTreeNode *right) in SetRight() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | constant_folding.cpp | 79 auto right = acc_.GetValueIn(gate, 1); in VisitSMOD() local 98 auto right = acc_.GetValueIn(gate, 1); in VisitUMOD() local 117 auto right = acc_.GetValueIn(gate, 1); in VisitADD() local 134 auto right = acc_.GetValueIn(gate, 1); VisitSUB() local 151 auto right = acc_.GetValueIn(gate, 1); VisitMUL() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | ic_compare_op.cpp | 21 EqualWithIC(JSThread* thread, JSTaggedValue left, JSTaggedValue right, CompareOpType operationType) EqualWithIC() argument 206 NotEqualWithIC(JSThread *thread, JSTaggedValue left, JSTaggedValue right, CompareOpType operationType) NotEqualWithIC() argument 214 Compare(JSThread *thread, JSTaggedValue left, JSTaggedValue right, CompareOpType operationType) Compare() argument 425 LessWithIC(JSThread *thread, JSTaggedValue left, JSTaggedValue right, CompareOpType operationType) LessWithIC() argument 434 LessEqWithIC(JSThread *thread, JSTaggedValue left, JSTaggedValue right, CompareOpType operationType) LessEqWithIC() argument 443 GreaterWithIC(JSThread *thread, JSTaggedValue left, JSTaggedValue right, CompareOpType operationType) GreaterWithIC() argument 452 GreaterEqWithIC(JSThread *thread, JSTaggedValue left, JSTaggedValue right, CompareOpType operationType) GreaterEqWithIC() argument [all...] |