| /arkcompiler/runtime_core/static_core/libpandabase/ |
| D | macros.h | 145 #define ASSERT_OP(lhs, op, rhs) … argument 159 #define CHECK_LE(lhs, rhs) ASSERT_OP(lhs, <=, rhs) argument 161 #define CHECK_LT(lhs, rhs) ASSERT_OP(lhs, <, rhs) argument 163 #define CHECK_GE(lhs, rhs) ASSERT_OP(lhs, >=, rhs) argument 165 #define CHECK_GT(lhs, rhs) ASSERT_OP(lhs, >, rhs) argument 167 #define CHECK_EQ(lhs, rhs) ASSERT_OP(lhs, ==, rhs) argument 169 #define CHECK_NE(lhs, rhs) ASSERT_OP(lhs, !=, rhs) argument 208 #define ASSERT_OP(lhs, op, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro… argument 209 #define CHECK_LE(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro… argument 210 #define CHECK_LT(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro… argument [all …]
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | macros.h | 169 #define ASSERT_OP(lhs, op, rhs) do { \ argument 182 #define CHECK_LE(lhs, rhs) ASSERT_OP(lhs, <=, rhs) argument 184 #define CHECK_LT(lhs, rhs) ASSERT_OP(lhs, <, rhs) argument 186 #define CHECK_GE(lhs, rhs) ASSERT_OP(lhs, >=, rhs) argument 188 #define CHECK_GT(lhs, rhs) ASSERT_OP(lhs, >, rhs) argument 190 #define CHECK_EQ(lhs, rhs) ASSERT_OP(lhs, ==, rhs) argument 192 #define CHECK_NE(lhs, rhs) ASSERT_OP(lhs, !=, rhs) argument 230 #define ASSERT_OP(lhs, op, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) argument 231 #define CHECK_LE(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) argument 232 #define CHECK_LT(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) argument [all …]
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | math_helper.h | 73 inline int32_t SignedDiv32(int32_t lhs, int32_t rhs) in SignedDiv32() 84 inline int64_t SignedDiv64(int64_t lhs, int64_t rhs) in SignedDiv64() 95 inline int32_t SignedMod32(int32_t lhs, int32_t rhs) in SignedMod32() 104 inline bool SignedAddOverflow32(int32_t lhs, int32_t rhs, int32_t *val) in SignedAddOverflow32() 113 inline bool SignedSubOverflow32(int32_t lhs, int32_t rhs, int32_t *val) in SignedSubOverflow32() 121 inline bool SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t *val) in SignedMulOverflow32()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/base/ |
| D | depend_chain_helper.cpp | 28 auto lhs = this->head_; in Merge() local 52 auto lhs = this->head_; in Equals() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | condition.cpp | 43 VReg lhs = pg->AllocReg(); in CompileBinaryExpr() local 133 VReg lhs = etsg->AllocReg(); in CompileLogicalOrExpr() local 163 VReg lhs = etsg->AllocReg(); in CompileLogicalAndExpr() local 225 VReg lhs = etsg->AllocReg(); in CompileBinaryExprForBigInt() local 261 VReg lhs = etsg->AllocReg(); in CompileBinaryExpr() local
|
| /arkcompiler/runtime_core/static_core/verification/value/ |
| D | var_binding.h | 33 void Equate(Variables::Var lhs, Variable::Var rhs) in Equate()
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_util.h | 254 #define ASSERT_EQ(lhs, rhs) \ argument 263 #define ASSERT_NE(lhs, rhs) \ argument 272 #define ASSERT_STREQ(lhs, rhs) \ argument 297 #define ASSERT_LOCATION_EQ(lhs, rhs) \ argument
|
| /arkcompiler/runtime_core/libabckit/src/ |
| D | macros.h | 65 #define LIBABCKIT_WRONG_CTX(lhs, rhs, returnvalue) \ argument 73 #define LIBABCKIT_WRONG_CTX_VOID(lhs, rhs) \ argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | test_util.h | 254 #define ASSERT_EQ(lhs, rhs) \ argument 263 #define ASSERT_NE(lhs, rhs) \ argument 272 #define ASSERT_STREQ(lhs, rhs) \ argument 297 #define ASSERT_LOCATION_EQ(lhs, rhs) \ argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | binaryExpression.cpp | 42 compiler::VReg lhs = pg->AllocReg(); in CompileLogical() local 116 compiler::VReg lhs = pg->AllocReg(); in Compile() local
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | cpu_affinity.cpp | 82 void CpuSet::And(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in And() 88 void CpuSet::Or(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in Or() 94 void CpuSet::Xor(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in Xor() 195 …std::sort(cpu.begin(), cpu.end(), [](const CpuInfo &lhs, const CpuInfo &rhs) { return lhs.freq > r… in LoadCpuFreq()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.h | 483 void JumpCompareRegister(const ir::AstNode *node, VReg lhs, Label *ifFalse) in JumpCompareRegister() 699 void EmitEtsEquals([[maybe_unused]] const ir::AstNode *node, [[maybe_unused]] const VReg lhs, in EmitEtsEquals() 782 void BinaryNumberComparison(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryNumberComparison() 789 void RefEqualityStrictDynamic(const ir::AstNode *node, VReg lhs, Label *ifFalse) in RefEqualityStrictDynamic() 798 void BinaryEquality(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryEquality() 806 void BinaryEqualityCondition(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryEqualityCondition() 853 void RefEqualityStrict(const ir::AstNode *node, VReg lhs, Label *ifFalse) in RefEqualityStrict() 866 void BinaryRelation(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryRelation() 874 void BinaryRelationCondition(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryRelationCondition() 908 void BinaryFloatingPointComparison(const ir::AstNode *node, VReg lhs, Label *ifFalse) in BinaryFloatingPointComparison() [all …]
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | condition.cpp | 44 VReg lhs = pg->AllocReg(); in Compile() local
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | cpu_affinity.cpp | 87 void CpuSet::And(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in And() 93 void CpuSet::Or(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in Or() 99 void CpuSet::Xor(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in Xor()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | early_elimination.cpp | 260 bool EarlyElimination::MayAccessOneMemory(GateRef lhs, GateRef rhs) in MayAccessOneMemory() 319 bool EarlyElimination::CompareOrder(GateRef lhs, GateRef rhs) in CompareOrder() 324 bool EarlyElimination::CheckReplacement(GateRef lhs, GateRef rhs) in CheckReplacement() 444 bool EarlyElimination::CheckRenameReplacement(GateRef lhs, GateRef rhs) in CheckRenameReplacement() 497 auto lhs = this->head_; in Merge() local 539 auto lhs = this->head_; in Equals() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | type_converter.cpp | 60 bool operator==(const ValueUnit &lhs, const ValueUnit &rhs) in operator ==() 79 bool operator!=(const ValueUnit &lhs, const ValueUnit &rhs) in operator !=()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | type_converter.cpp | 57 bool operator==(const ValueUnit &lhs, const ValueUnit &rhs) in operator ==() 76 bool operator!=(const ValueUnit &lhs, const ValueUnit &rhs) in operator !=()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_checker_macros.h | 25 #define CHECKER_EQ(lhs, rhs) CHECK_EQ(lhs, rhs) argument 63 #define ABCKIT_CHECK_EQ(lhs, rhs) \ argument 69 #define CHECKER_EQ(lhs, rhs) \ argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | branch_elimination.h | 26 Inst *lhs; member
|
| D | balance_expressions.cpp | 135 Inst *lhs = GetOperand(firstIdx, splitIdx); in AllocateSourcesRec() local 175 Inst *BalanceExpressions::GenerateElementalOperator(Inst *lhs, Inst *rhs) in GenerateElementalOperator()
|
| /arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-config/ |
| D | test.py | 39 def compare_output(lhs, rhs): argument
|
| /arkcompiler/runtime_core/compiler/tests/x86/ |
| D | asmjit_test.cpp | 62 x86::Gp lhs = a.zax(); in TEST_F() local 104 x86::Gp lhs = a.zax(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/x86/ |
| D | asmjit_test.cpp | 61 x86::Gp lhs = a.zax(); in TEST_F() local 103 x86::Gp lhs = a.zax(); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | stringConstantsLowering.cpp | 27 auto const lhs = concat->Left()->AsStringLiteral(); in FoldConcat() local
|
| /arkcompiler/runtime_core/static_core/verification/type/ |
| D | type_type.cpp | 110 …nLeastUpperBoundsNestedFunction(std::array<uint32_t, Builtin::LAST> const &supertypes, size_t &lhs, in BuildBuiltinLeastUpperBoundsNestedFunction() 132 for (size_t lhs = 1; lhs < Builtin::LAST; lhs++) { in BuildBuiltinLeastUpperBounds() local 463 bool IsSubtypeImpl(Type lhs, Type rhs, TypeSystem *tsys) in IsSubtypeImpl() 612 Type Type::IntersectSpans(Span<Type const> lhs, Span<Type const> rhs, TypeSystem *tsys) in IntersectSpans() 647 Type TpIntersection(Type lhs, Type rhs, TypeSystem *tsys) in TpIntersection() 705 Type TpUnion(Type lhs, Type rhs, TypeSystem *tsys) in TpUnion()
|