Home
last modified time | relevance | path

Searched defs:lhs (Results 1 - 25 of 70) sorted by relevance

123

/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_runtime/ecmascript/compiler/base/
H A Ddepend_chain_helper.cpp28 auto lhs = this->head_; in Merge() local
52 auto lhs = this->head_; in Equals() local
[all...]
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dcondition.cpp44 VReg lhs = pg->AllocReg(); in Compile() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dbranch_elimination.h26 Inst *lhs; member
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dasmjit_test.cpp90 x86::Gp lhs = a.zax(); in TEST_F() local
181 x86::Gp lhs = a.zax(); in TEST_F() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DtemplateLiteral.cpp54 compiler::VReg lhs = pg->AllocReg(); in Compile() local
H A DbinaryExpression.cpp46 compiler::VReg lhs = pg->AllocReg(); in CompileLogical() local
120 compiler::VReg lhs = pg->AllocReg(); in Compile() local
[all...]
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dasmjit_test.cpp86 x86::Gp lhs = a.zax(); in TEST_F() local
177 x86::Gp lhs = a.zax(); in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/x86/
H A Dasmjit_test.cpp62 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/
H A Dasmjit_test.cpp61 x86::Gp lhs = a.zax(); in TEST_F() local
103 x86::Gp lhs = a.zax(); 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/runtime_core/libpandabase/mem/
H A Darena_allocator_stl_adapter.h153 inline bool operator==(const ArenaAllocatorAdapter<T, use_oom_handle> &lhs, in operator ==() argument
160 inline bool operator!=(const ArenaAllocatorAdapter<T, use_oom_handle> &lhs, in 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 inline bool operator==(const ArenaAllocatorAdapter<T, USE_OOM_HANDLE> &lhs, in operator ==() argument
164 inline bool operator!=(const ArenaAllocatorAdapter<T, USE_OOM_HANDLE> &lhs, in 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/
H A Drunslots_allocator_stl_adapter.h175 inline bool operator==(const RunSlotsAllocatorAdapter<T, AllocConfigT, LockConfigT> &lhs, in operator ==() argument
182 inline bool operator!=(const RunSlotsAllocatorAdapter<T, AllocConfigT, LockConfigT> &lhs, in operator !=() argument
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dcondition.cpp43 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 in CompileBinaryExprForBigInt() local
261 VReg lhs = etsg->AllocReg(); CompileBinaryExpr() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
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
257 operator ==(const Ptr<T, CheckT> &lhs, std::nullptr_t) operator ==() argument
269 operator !=(const Ptr<T, CheckT> &lhs, std::nullptr_t) operator !=() argument
281 operator <(const Ptr<T, CheckT> &lhs, std::nullptr_t) operator <() argument
293 operator <=(const Ptr<T, CheckT> &lhs, std::nullptr_t) operator <=() argument
305 operator >(const Ptr<T, CheckT> &lhs, std::nullptr_t) operator >() argument
317 operator >=(const Ptr<T, CheckT> &lhs, std::nullptr_t) 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...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlater_elimination.cpp140 bool LaterElimination::CheckReplacement(GateRef lhs, GateRef rhs) in CheckReplacement() argument
[all...]
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DtypeRelation.h54 bool operator()(const RelationKey &lhs, const RelationKey &rhs) const in operator ()() argument

Completed in 8 milliseconds

123