Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 138) sorted by relevance

123456

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dmath_helpers.h29 constexpr T operator()(const T &x, const T &y) const in operator() function
40 constexpr T operator()(const T &x, const T &y) const in operator() function
51 constexpr T operator()(const T &x, const T &y) const in operator() function
62 constexpr T operator()(const T &x, const T &y) const in operator() function
71 constexpr int32_t operator()(const T &x, const T &y) const in operator() function
89 constexpr int32_t operator()(const T &x, const T &y) const in operator() function
107 constexpr int32_t operator()(const T &x, const T &y) const in operator() function
125 constexpr T operator()(const T &x, const T &y) const in operator() function
144 constexpr T operator()(const T &x, const T &y) const in operator() function
173 ALWAYS_INLINE inline T operator()(T a, T b) in operator() function
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Datomic_helper.h28 T operator()(T *ptr, const T *arg) const in operator() function
37 T operator()(T *ptr, const T *arg) const in operator() function
46 T operator()(T *ptr, const T *arg) const in operator() function
55 T operator()(T *ptr, const T *arg) const in operator() function
64 T operator()(T *ptr, const T *arg) const in operator() function
73 T operator()(T *ptr, const T *arg) const in operator() function
84 T operator()(T *ptr, const T *arg) const in operator() function
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dcompiler_interface.h46 void operator=(const CompilerInterface &) = delete; member
48 CompilerInterface &operator=(CompilerInterface &&) = delete; member
61 void operator=(const IrtocCompilerInterface &) = delete; member
63 IrtocCompilerInterface &operator=(IrtocCompilerInterface &&) = delete; member
/arkcompiler/runtime_core/static_core/verification/util/parser/
Dcharset.h28 constexpr bool operator()(Char chartype) const in operator() function
38 Charset &operator=(const Charset &c) = default; variable
39 Charset &operator=(Charset &&c) = default; variable
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
Dcleanup_inline_module.h33 CleanupInlineModule &operator=(CleanupInlineModule &&other); variable
37 CleanupInlineModule &operator=(CleanupInlineModule &) = delete; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol_builder.h62 MIRSymbolBuilder &operator=(const MIRSymbolBuilder &) = delete; variable
63 MIRSymbolBuilder &operator=(const MIRSymbolBuilder &&) = delete; variable
Dglobal_tables.h43 std::size_t operator()(const TyIdx &tyIdx) const in operator() function
52 std::size_t operator()(const GStrIdx &gStrIdx) const in operator() function
61 std::size_t operator()(const UStrIdx &uStrIdx) const in operator() function
82 std::size_t operator()(const IntConstKey &key) const in operator() function
90 bool operator()(const IntConstKey &lkey, const IntConstKey &rkey) const in operator() function
104 TypeTable &operator=(const TypeTable &) = delete; variable
522 size_t operator()(const MIRTypePtr &ty) const in operator() function
529 bool operator()(const MIRTypePtr &tx, const MIRTypePtr &ty) const in operator() function
572 size_t operator()(const std::string *str) const in operator() function
577 size_t operator()(const std::u16string *str) const in operator() function
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_object_reference.h35 EtsObjectReferenceDeleter &operator=(const EtsObjectReferenceDeleter &) noexcept = default; variable
38 void operator()(mem::Reference *ref) const noexcept in operator() function
/arkcompiler/runtime_core/static_core/verification/util/tests/
Denvironment.h46 EnvOptions &operator=(const EnvOptions &) = default; variable
47 EnvOptions &operator=(EnvOptions &&) = default; variable
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_vtable_builder.h24 bool operator()(const MethodInfo &info1, const MethodInfo &info2) const in operator() function
31 std::pair<bool, size_t> operator()([[maybe_unused]] const MethodInfo &info1, in operator() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vtable_builder.h27 bool operator()(const MethodInfo &info1, const MethodInfo &info2) const in operator() function
47 std::pair<bool, size_t> operator()(const MethodInfo &info1, const MethodInfo &info2) const in operator() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dfactory.h57 ObjectFactory &operator=(const ObjectFactory &) = delete; variable
59 ObjectFactory &operator=(const ObjectFactory &&) = delete; variable
112 FunctionFactory &operator=(const FunctionFactory &) = delete; variable
114 FunctionFactory &operator=(const FunctionFactory &&) = delete; variable
/arkcompiler/runtime_core/static_core/runtime/mem/
Dframe_allocator.h53 FrameAllocator &operator=(const FrameAllocator &) noexcept = delete; variable
54 FrameAllocator &operator=(FrameAllocator &&) noexcept = default; variable
Dallocator_adapter.h55 AllocatorAdapter &operator=(const AllocatorAdapter &) noexcept = default; variable
58 AllocatorAdapter &operator=(AllocatorAdapter &&other) noexcept = default; variable
102 AllocatorAdapter &operator=(const AllocatorAdapter &) noexcept = default; variable
105 AllocatorAdapter &operator=(AllocatorAdapter &&other) noexcept = default; variable
/arkcompiler/runtime_core/static_core/verification/value/
Dabstract_value.h33 AbstractValue &operator=(const AbstractValue &) = default; variable
34 AbstractValue &operator=(AbstractValue &&) = default; variable
Dorigin.h65 Origin &operator=(const Origin &) = default; variable
66 Origin &operator=(Origin &&) = default; variable
Dvariables.h50 Var &operator=(const Var &a) = default; variable
51 Var &operator=(Var &&a) = default; variable
/arkcompiler/runtime_core/static_core/verification/util/
Dcallable.h65 …callable &operator=(const callable &) = default; // NOLINT(cppcoreguidelines-pro-type-union-acces… variable
66 …callable &operator=(callable &&) = default; // NOLINT(cppcoreguidelines-pro-type-union-acces… variable
99 constexpr R operator()(Args... args) const in operator() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dbranch_elimination.h31 bool operator()(const ConditionOps &obj1, const ConditionOps &obj2) const in operator() function
39 uint32_t operator()(const ConditionOps &obj) const in operator() function
Dvn.h74 bool operator()(VnObject *obj1, VnObject *obj2) const in operator() function
81 uint32_t operator()(VnObject *obj) const in operator() function
/arkcompiler/runtime_core/static_core/runtime/
Dsignal_handler.h130 SignalManager &operator=(SignalManager &&) = delete; variable
148 SignalHandler &operator=(SignalHandler &&) = delete; variable
162 NullPointerHandler &operator=(NullPointerHandler &&) = delete; variable
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dvn.h68 bool operator()(VnObject *obj1, VnObject *obj2) const in operator() function
75 uint32_t operator()(VnObject *obj) const in operator() function
/arkcompiler/runtime_core/libpandabase/utils/
Dutf.h122 uint32_t operator()(const uint8_t *data) const in operator() function
129 bool operator()(const uint8_t *mutf8_1, const uint8_t *mutf8_2) const in operator() function
136 bool operator()(const uint8_t *mutf8_1, const uint8_t *mutf8_2) const in operator() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gc-hung/
Dgc_hung.h54 GcHung &operator=(GcHung const &) = delete; variable
56 GcHung &operator=(GcHung &&) = delete; variable
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeRelation.h46 size_t operator()(const RelationKey &key) const noexcept in operator() function
54 bool operator()(const RelationKey &lhs, const RelationKey &rhs) const in operator() function

123456