Home
last modified time | relevance | path

Searched defs:rhs (Results 1 – 25 of 38) sorted by relevance

12

/arkcompiler/ets_frontend/ts2panda/tests/statements/
Dswitch.test.ts44 let rhs = new VReg(); variable
75 let rhs = new VReg(); variable
112 let rhs = new VReg(); variable
149 let rhs = new VReg(); variable
185 let rhs = new VReg(); variable
DforIn.test.ts50 let rhs = new VReg(); variable
88 let rhs = new VReg(); variable
126 let rhs = new VReg(); variable
163 let rhs = new VReg(); variable
/arkcompiler/runtime_core/libpandabase/
Dmacros.h146 #define ASSERT_OP(lhs, op, rhs) do { \ 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
207 #define ASSERT_OP(lhs, op, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) argument
208 #define CHECK_LE(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) argument
209 #define CHECK_LT(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) argument
[all …]
/arkcompiler/toolchain/tooling/test/utils/
Dtest_util.h242 #define ASSERT_EQ(lhs, rhs) \ argument
251 #define ASSERT_NE(lhs, rhs) \ argument
260 #define ASSERT_STREQ(lhs, rhs) \ argument
285 #define ASSERT_LOCATION_EQ(lhs, rhs) \ argument
/arkcompiler/runtime_core/verification/value/
Dvar_binding.h33 void Equate(Variables::Var lhs, Variable::Var rhs) in Equate()
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_util.h253 #define ASSERT_EQ(lhs, rhs) \ argument
262 #define ASSERT_NE(lhs, rhs) \ argument
271 #define ASSERT_STREQ(lhs, rhs) \ argument
296 #define ASSERT_LOCATION_EQ(lhs, rhs) \ argument
/arkcompiler/ets_frontend/ts2panda/tests/expression/
DcmpBinary.test.ts301 let rhs = new VReg(); variable
325 let rhs = new VReg(); variable
340 let rhs = new VReg(); variable
/arkcompiler/runtime_core/verification/type/
Dtype_system.h178 void Relate(TypeNum lhs, TypeNum rhs) in Relate()
210 bool CheckIfLhsParamsSubtypeOfRhs(const TypeParamsIdx &lhs, const TypeParamsIdx &rhs) const in CheckIfLhsParamsSubtypeOfRhs()
241 bool CheckIfLhsSubtypeOfRhs(TypeNum lhs, TypeNum rhs) const in CheckIfLhsSubtypeOfRhs()
253 bool IsInDirectRelation(TypeNum lhs, TypeNum rhs) const in IsInDirectRelation()
/arkcompiler/runtime_core/libpandabase/utils/
Djson_parser.h47 Value(Value &&rhs) noexcept in Value() function
60 void SetValue(T &&rhs) noexcept in SetValue()
Dtype_converter.cpp63 bool operator==(const ValueUnit &lhs, const ValueUnit &rhs) in operator ==()
82 bool operator!=(const ValueUnit &lhs, const ValueUnit &rhs) in operator !=()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Ddestructuring.cpp174 static void GenObjectWithRest(PandaGen *pg, const ir::ObjectExpression *object, VReg rhs) in GenObjectWithRest()
214 static void GenObject(PandaGen *pg, const ir::ObjectExpression *object, VReg rhs) in GenObject()
247 VReg rhs = pg->AllocReg(); in Compile() local
/arkcompiler/runtime_core/compiler/tests/x86/
Dasmjit_test.cpp63 x86::Gp rhs = a.zcx(); in TEST_F() local
105 x86::Gp rhs = a.zcx(); in TEST_F() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dbalance_expressions.cpp136 …Inst *rhs = LIKELY((split_idx + 1) != last_idx) ? GetOperand(split_idx + 1, last_idx) : sources_[s… in AllocateSourcesRec() local
175 Inst *BalanceExpressions::GenerateElementalOperator(Inst *lhs, Inst *rhs) in GenerateElementalOperator()
/arkcompiler/runtime_core/verification/util/
Daddr_map.h93 bool HasCommonMarks(const AddrMap &rhs) const in HasCommonMarks()
101 bool GetFirstCommonMark(const AddrMap &rhs, PtrType *ptr) const in GetFirstCommonMark()
Dlazy.h332 auto JoinStreams(LHS lhs, RHS rhs) in JoinStreams()
349 auto JoinStreams(LHS lhs, MHS mhs, RHS rhs) in JoinStreams()
Dset_operations.h83 S SetDifference(const S &lhs, const S &rhs) in SetDifference()
Drelation.h59 void SymmRelate(RelIndex lhs, RelIndex rhs) in SymmRelate()
/arkcompiler/runtime_core/compiler/tests/amd64/
Dasmjit_test.cpp87 x86::Gp rhs = a.zcx(); in TEST_F() local
178 x86::Gp rhs = a.zcx(); in TEST_F() local
/arkcompiler/runtime_core/libpandabase/tests/
Dserializer_test.cpp77 bool operator==(const PodStruct &lhs, const PodStruct &rhs) in operator ==()
165 bool operator==(const TestStruct &lhs, const TestStruct &rhs) in operator ==()
Dlist_test.cpp35 bool operator==(const TestNode &lhs, const TestNode &rhs) in operator ==()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dlinear_order.cpp86 …auto cmp = [](BasicBlock *lhs, BasicBlock *rhs) { return lhs->GetGuestPc() >= rhs->GetGuestPc(); }; in AddSortedByPc()
Dalias_analysis.cpp159 static bool PointerLess(const Pointer &lhs, const Pointer &rhs) in PointerLess()
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp427 const std::array<uint8_t, File::VERSION_SIZE> &rhs) in CompareVersions()
439 const std::array<uint8_t, File::VERSION_SIZE> &rhs) in operator <()
445 const std::array<uint8_t, File::VERSION_SIZE> &rhs) in operator >()
/arkcompiler/runtime_core/verification/util/tests/
Drelation_test.cpp62 auto rhs = (Set {2, 3, 4}); in TEST_F() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp80 …:upper_bound(active_nodes.begin(), active_nodes.end(), node, [](const auto &lhs, const auto &rhs) { in BuildIG()
339 … [](const auto &lhs, const auto &rhs) { return lhs->GetBegin() < rhs->GetBegin(); }); in AddRange()

12