Home
last modified time | relevance | path

Searched defs:right (Results 1 - 25 of 93) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dspill_fill_encoder_test.cpp22 bool operator==(const SpillFillData &left, const SpillFillData &right) in operator ==() argument
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsQualifiedName.h32 explicit TSQualifiedName(Expression *left, Identifier *right) in TSQualifiedName() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsQualifiedNameBuilder.h35 TSQualifiedNameBuilder &SetRight(Identifier *right) in SetRight() argument
H A DassignmentExpressionBuilder.h41 AssignmentExpressionBuilder &SetRight(Expression *right) in SetRight() argument
H A DbinaryExpressionBuilder.h42 BinaryExpressionBuilder &SetRight(Expression *right) in SetRight() argument
H A DforOfStatementBuilder.h35 ForOfStatementBuilder &SetRight(Expression *right) in SetRight() argument
H A DforInStatementBuilder.h35 ForInStatementBuilder &SetRight(Expression *right) in SetRight() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DaliveAnalyzer.h47 LivenessStatus Or(LivenessStatus left, LivenessStatus right) in Or() argument
52 LivenessStatus And(LivenessStatus left, LivenessStatus right) in And() argument
H A Darithmetic.h58 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 DbinaryExpression.h36 explicit BinaryExpression(Expression *const left, Expression *const right, lexer::TokenType const operatorType) in BinaryExpression() argument
H A DassignmentExpression.h36 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 DbinaryExpression.cpp104 auto *const right = right_ != nullptr ? right_->Clone(allocator, nullptr)->AsExpression() : nullptr; in Clone() local
H A DassignmentExpression.cpp179 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 DforInStatement.h30 explicit ForInStatement(AstNode *left, Expression *right, Statement *body) in ForInStatement() argument
H A DforOfStatement.h50 explicit ForOfStatement(AstNode *left, Expression *right, Statement *body, bool const isAwait) in ForOfStatement() argument
H A DforOfStatement.cpp123 auto *const right = right_ != nullptr ? right_->Clone(allocator, nullptr)->AsExpression() : nullptr; in Clone() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsQualifiedName.h34 explicit TSQualifiedName(Expression *left, Identifier *right) in TSQualifiedName() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DbigintLowering.cpp55 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 DforInStatement.h40 explicit ForInStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *body) in ForInStatement() argument
H A DforOfStatement.h40 explicit ForOfStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *body, bool isAwait) in ForOfStatement() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DassignmentExpression.h35 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 Dlive_registers.cpp56 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 Dlive_registers.h80 void SetRight(LifeIntervalsTreeNode *right) in SetRight() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dconstant_folding.cpp79 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 Dic_compare_op.cpp21 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...]

Completed in 8 milliseconds

1234