Home
last modified time | relevance | path

Searched defs:left (Results 1 - 25 of 315) sorted by relevance

12345678910>>...13

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Disa.cpp27 bool InsnDesc::IsSame(const InsnDesc &left, std::function<bool(const InsnDesc &left, const InsnDesc &right)> cmp) const in IsSame() argument
/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.h29 TSQualifiedNameBuilder &SetLeft(Expression *left) in SetLeft() argument
H A DassignmentExpressionBuilder.h35 AssignmentExpressionBuilder &SetLeft(Expression *left) in SetLeft() argument
H A DbinaryExpressionBuilder.h36 BinaryExpressionBuilder &SetLeft(Expression *left) in SetLeft() argument
H A DforOfStatementBuilder.h29 ForOfStatementBuilder &SetLeft(AstNode *left) in SetLeft() argument
H A DforInStatementBuilder.h29 ForInStatementBuilder &SetLeft(AstNode *left) in SetLeft() argument
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DforLoopCorrectlyInitialized.cpp41 auto const *left = ast->AsForInStatement()->Left(); in HandleForInStatement() local
57 auto const *left = ast->AsForOfStatement()->Left(); in HandleForOfStatement() local
/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
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_queue.h78 bool operator()(const PandaUniquePtr<GCTask> &left, const PandaUniquePtr<GCTask> &right) const in operator ()() 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.cpp103 auto *const left = left_ != nullptr ? left_->Clone(allocator, nullptr)->AsExpression() : nullptr; in Clone() local
H A DassignmentExpression.cpp178 auto *const left = left_ != nullptr ? left_->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
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsQualifiedName.h34 explicit TSQualifiedName(Expression *left, Identifier *right) in TSQualifiedName() argument
/test/testfwk/arkxtest/uitest/record/
H A Dutils.h21 inline bool NearEqual(const double left, const double right, const double epsilon) in NearEqual() argument
30 inline bool NearEqual<float>(const float& left, const float& right) in NearEqual() argument
37 inline bool NearEqual<double>(const double& left, const double& right) in NearEqual() argument
44 constexpr bool NearEqual(const T& left, const T& right) in NearEqual() argument
54 inline bool NearEqual(const double left, cons argument
60 NearZero(const double left) NearZero() argument
66 LessOrEqual(double left, double right) LessOrEqual() argument
72 LessNotEqual(double left, double right) LessNotEqual() argument
78 GreatOrEqual(double left, double right) GreatOrEqual() argument
84 GreatNotEqual(double left, double right) GreatNotEqual() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DbigintLowering.cpp53 auto left = expr->Left()->TsType(); in ReplaceStrictEqualByNormalEqual() local
76 auto left = expr->Left()->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
/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
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingRectLargeValueTest.cpp87 float left = OH_Drawing_RectGetLeft(rect); in HWTEST_F() local
110 float left = OH_Drawing_RectGetLeft(rectSrc); in HWTEST_F() local
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeRectTest.cpp184 float left = OH_Drawing_RectGetLeft(rect); in HWTEST_F() local
226 float left = OH_Drawing_RectGetLeft(rect); HWTEST_F() local
244 float left = OH_Drawing_RectGetLeft(rect); HWTEST_F() local
538 float left = OH_Drawing_RectGetLeft(rect); HWTEST_F() local
825 float left = OH_Drawing_RectGetLeft(dst); HWTEST_F() local
[all...]
/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

Completed in 8 milliseconds

12345678910>>...13