| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | math_helpers.h | 29 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/ |
| D | atomic_helper.h | 28 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/ |
| D | compiler_interface.h | 46 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/ |
| D | charset.h | 28 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/ |
| D | cleanup_inline_module.h | 33 CleanupInlineModule &operator=(CleanupInlineModule &&other); variable 37 CleanupInlineModule &operator=(CleanupInlineModule &) = delete; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_symbol_builder.h | 62 MIRSymbolBuilder &operator=(const MIRSymbolBuilder &) = delete; variable 63 MIRSymbolBuilder &operator=(const MIRSymbolBuilder &&) = delete; variable
|
| D | global_tables.h | 43 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/ |
| D | ets_object_reference.h | 35 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/ |
| D | environment.h | 46 EnvOptions &operator=(const EnvOptions &) = default; variable 47 EnvOptions &operator=(EnvOptions &&) = default; variable
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| D | core_vtable_builder.h | 24 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/ |
| D | ets_vtable_builder.h | 27 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/ |
| D | factory.h | 57 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/ |
| D | frame_allocator.h | 53 FrameAllocator &operator=(const FrameAllocator &) noexcept = delete; variable 54 FrameAllocator &operator=(FrameAllocator &&) noexcept = default; variable
|
| D | allocator_adapter.h | 55 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/ |
| D | abstract_value.h | 33 AbstractValue &operator=(const AbstractValue &) = default; variable 34 AbstractValue &operator=(AbstractValue &&) = default; variable
|
| D | origin.h | 65 Origin &operator=(const Origin &) = default; variable 66 Origin &operator=(Origin &&) = default; variable
|
| D | variables.h | 50 Var &operator=(const Var &a) = default; variable 51 Var &operator=(Var &&a) = default; variable
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | callable.h | 65 …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/ |
| D | branch_elimination.h | 31 bool operator()(const ConditionOps &obj1, const ConditionOps &obj2) const in operator() function 39 uint32_t operator()(const ConditionOps &obj) const in operator() function
|
| D | vn.h | 74 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/ |
| D | signal_handler.h | 130 SignalManager &operator=(SignalManager &&) = delete; variable 148 SignalHandler &operator=(SignalHandler &&) = delete; variable 162 NullPointerHandler &operator=(NullPointerHandler &&) = delete; variable
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | vn.h | 68 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/ |
| D | utf.h | 122 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/ |
| D | gc_hung.h | 54 GcHung &operator=(GcHung const &) = delete; variable 56 GcHung &operator=(GcHung &&) = delete; variable
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | typeRelation.h | 46 size_t operator()(const RelationKey &key) const noexcept in operator() function 54 bool operator()(const RelationKey &lhs, const RelationKey &rhs) const in operator() function
|