Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 149) 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/compiler/codegen/maple/maple_be/include/cg/
Dschedule_heuristic.h31 int operator()(const DepNode &node1, const DepNode &node2) const in operator() function
45 int operator()(const DepNode &node1, const DepNode &node2) in operator() function
110 int operator()(const DepNode &node1, const DepNode &node2) const in operator() function
176 int operator()(const DepNode &node1, const DepNode &node2) const in operator() function
185 int operator()(const DepNode &node1, const DepNode &node2) const in operator() function
194 int operator()(const DepNode &node1, const DepNode &node2) in operator() function
205 int operator()(const DepNode &node1, const DepNode &node2) const in operator() function
241 int operator()(const DepNode &node1, const DepNode &node2) in operator() function
258 int operator()(const DepNode &node1, const DepNode &node2) const in operator() function
267 int operator()(const DepNode &node1, const DepNode &node2) in operator() function
/arkcompiler/ets_runtime/ecmascript/base/
Datomic_helper.h28 T operator()(T *ptr, const T *arg, [[maybe_unused]] uint32_t length) const in operator() function
38 T operator()(T *ptr, const T *arg, [[maybe_unused]] uint32_t length) const in operator() function
48 T operator()(T *ptr, const T *arg, [[maybe_unused]] uint32_t length) const in operator() function
58 T operator()(T *ptr, const T *arg, [[maybe_unused]] uint32_t length) const in operator() function
68 T operator()(T *ptr, const T *arg, [[maybe_unused]] uint32_t length) const in operator() function
78 T operator()(T *ptr, const T *arg, [[maybe_unused]] uint32_t length) const in operator() function
90 T operator()(T *ptr, const T *arg, [[maybe_unused]] uint32_t length) const in operator() function
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dcompiler_interface.h45 void operator=(const CompilerInterface &) = delete; member
47 CompilerInterface &operator=(CompilerInterface &&) = delete; member
60 void operator=(const IrtocCompilerInterface &) = delete; member
62 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/ark_frame_lowering/
Dframe_builder.h68 void operator=(const FrameBuilderInterface &) = delete; member
70 FrameBuilderInterface &operator=(FrameBuilderInterface &&) = delete; member
90 void operator=(const AMD64FrameBuilder &) = delete; member
92 AMD64FrameBuilder &operator=(AMD64FrameBuilder &&) = delete; member
108 void operator=(const ARM64FrameBuilder &) = delete; member
110 ARM64FrameBuilder &operator=(ARM64FrameBuilder &&) = delete; member
/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/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/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/libllvmbackend/object_code/
Dark_aot_linker.h58 ArkAotLinker &operator=(const ArkAotLinker &) = delete; variable
60 ArkAotLinker &operator=(ArkAotLinker &&) = delete; variable
/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/plugins/ets/runtime/
Dets_vtable_builder.h30 bool operator()(const Method::ProtoId &base, const Method::ProtoId &derv) const in operator() function
37 bool operator()(const MethodInfo *base, const MethodInfo *derv) const in operator() function
/arkcompiler/runtime_core/static_core/verification/value/
Dabstract_value.h33 AbstractValue &operator=(const AbstractValue &) = default; variable
34 AbstractValue &operator=(AbstractValue &&) = default; variable
Dvariables.h50 Var &operator=(const Var &a) = default; variable
51 Var &operator=(Var &&a) = default; variable
Dorigin.h65 Origin &operator=(const Origin &) = default; variable
66 Origin &operator=(Origin &&) = default; 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/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/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
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
Dconstant_propagation.h56 uint32_t operator()(Edge const &edge) const in operator() function
66 bool operator()(Edge const &edge1, Edge const &edge2) 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/ets_runtime/compiler_service/include/
Daot_compiler_impl.h71 AotCompilerImpl& operator=(const AotCompilerImpl&) = delete; variable
72 AotCompilerImpl& operator=(AotCompilerImpl&&) = delete; variable

123456