Home
last modified time | relevance | path

Searched defs:rhs (Results 1 - 25 of 76) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/verification/value/
H A Dvar_binding.h33 void Equate(Variables::Var lhs, Variable::Var rhs) in Equate() argument
H A Dabstract_typed_value.h114 inline AbstractTypedValue AtvJoin(AbstractTypedValue const *lhs, AbstractTypedValue const *rhs, TypeSystem *tsys) in AtvJoin() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DsavedBindingsCtx.cpp50 auto *rhs = decl->Decl(); in BindExportDecl() local
/arkcompiler/ets_runtime/ecmascript/compiler/base/
H A Ddepend_chain_helper.cpp29 auto rhs = that->head_; in Merge() local
53 auto rhs = that->head_; in Equals() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dbranch_elimination.h27 Inst *rhs; member
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dasmjit_test.cpp91 x86::Gp rhs = a.zcx(); in TEST_F() local
182 x86::Gp rhs = a.zcx(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/
H A Diterator.h227 decltype(lhs.base() - rhs.base()) decltype() argument
[all...]
/arkcompiler/runtime_core/compiler/tests/amd64/
H A 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/compiler/tests/x86/
H A 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/static_core/compiler/tests/x86/
H A Dasmjit_test.cpp62 x86::Gp rhs = a.zcx(); in TEST_F() local
104 x86::Gp rhs = a.zcx(); in TEST_F() local
/arkcompiler/runtime_core/static_core/verification/util/
H A Dset_operations.h84 S SetDifference(const S &lhs, const S &rhs) in SetDifference() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DbinaryExpression.cpp101 compiler::VReg rhs = pg->AllocReg(); in CompilePrivateIn() local
/arkcompiler/runtime_core/libpandabase/mem/
H A Darena_allocator_stl_adapter.h153 operator ==(const ArenaAllocatorAdapter<T, use_oom_handle> &lhs, const ArenaAllocatorAdapter<T, use_oom_handle> &rhs) operator ==() argument
160 operator !=(const ArenaAllocatorAdapter<T, use_oom_handle> &lhs, const ArenaAllocatorAdapter<T, use_oom_handle> &rhs) operator !=() argument
/arkcompiler/runtime_core/libpandabase/tests/
H A Dlist_test.cpp35 bool operator==(const TestNode &lhs, const TestNode &rhs) in operator ==() argument
H A Dserializer_test.cpp77 bool operator==(const PodStruct &lhs, const PodStruct &rhs) in operator ==() argument
165 bool operator==(const TestStruct &lhs, const TestStruct &rhs) in operator ==() argument
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dserializer_test.cpp80 bool operator==(const PodStruct &lhs, const PodStruct &rhs) in operator ==() argument
170 bool operator==(const TestStruct &lhs, const TestStruct &rhs) in operator ==() argument
[all...]
H A Dlist_test.cpp37 bool operator==(const TestNode &lhs, const TestNode &rhs) in operator ==() argument
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Darena_allocator_stl_adapter.h157 operator ==(const ArenaAllocatorAdapter<T, USE_OOM_HANDLE> &lhs, const ArenaAllocatorAdapter<T, USE_OOM_HANDLE> &rhs) operator ==() argument
164 operator !=(const ArenaAllocatorAdapter<T, USE_OOM_HANDLE> &lhs, const ArenaAllocatorAdapter<T, USE_OOM_HANDLE> &rhs) operator !=() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dhistogram_test.cpp45 void CompareTwoHistogram(const Histogram<Value> &lhs, const Histogram<Value> &rhs) in CompareTwoHistogram() argument
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
H A Dreference_storage.h158 ReferenceHandle(const ReferenceHandle &rhs, T *object, Reference::ObjectType type = Reference::ObjectType::LOCAL) in ReferenceHandle() argument
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Drunslots_allocator_stl_adapter.h175 operator ==(const RunSlotsAllocatorAdapter<T, AllocConfigT, LockConfigT> &lhs, const RunSlotsAllocatorAdapter<T, AllocConfigT, LockConfigT> &rhs) operator ==() argument
182 operator !=(const RunSlotsAllocatorAdapter<T, AllocConfigT, LockConfigT> &lhs, const RunSlotsAllocatorAdapter<T, AllocConfigT, LockConfigT> &rhs) operator !=() argument
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dcondition.cpp134 VReg rhs = etsg->AllocReg(); in CompileLogicalOrExpr() local
164 VReg rhs = etsg->AllocReg(); in CompileLogicalAndExpr() local
230 compiler::VReg rhs = etsg->AllocReg(); in CompileBinaryExprForBigInt() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dmem_reference_table.h62 void MergeOthers(MemDefUse &rhs) in MergeOthers() argument
H A Dptr.h221 inline bool operator==(const Ptr<T, CheckT> &lhs, const Ptr<U, CheckU> &rhs) in operator ==() argument
227 inline bool operator!=(const Ptr<T, CheckT> &lhs, const Ptr<U, CheckU> &rhs) in operator !=() argument
233 inline bool operator<(const Ptr<T, CheckT> &lhs, const Ptr<U, CheckU> &rhs) in operator <() argument
239 inline bool operator<=(const Ptr<T, CheckT> &lhs, const Ptr<U, CheckU> &rhs) in operator <=() argument
245 inline bool operator>(const Ptr<T, CheckT> &lhs, const Ptr<U, CheckU> &rhs) in operator >() argument
251 operator >=(const Ptr<T, CheckT> &lhs, const Ptr<U, CheckU> &rhs) operator >=() argument
263 operator ==(std::nullptr_t, const Ptr<T, CheckT> &rhs) operator ==() argument
275 operator !=(std::nullptr_t, const Ptr<T, CheckT> &rhs) operator !=() argument
287 operator <(std::nullptr_t, const Ptr<T, CheckT> &rhs) operator <() argument
299 operator <=(std::nullptr_t, const Ptr<T, CheckT> &rhs) operator <=() argument
311 operator >(std::nullptr_t, const Ptr<T, CheckT> &rhs) operator >() argument
323 operator >=(std::nullptr_t, const Ptr<T, CheckT> &rhs) operator >=() argument
[all...]
H A Dsafe_ptr.h159 inline bool operator==(const SafePtr<T> &lhs, const SafePtr<U> &rhs) in operator ==() argument
165 inline bool operator!=(const SafePtr<T> &lhs, const SafePtr<U> &rhs) in operator !=() argument
[all...]

Completed in 9 milliseconds

1234