| /arkcompiler/runtime_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 145 constexpr T operator()(const T &x, const T &y) const in operator() function 175 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/verification/util/parser/ |
| D | charset.h | 28 constexpr bool operator()(Char c_) const in operator() function 37 charset &operator=(const charset &c) = default; variable 38 charset &operator=(charset &&c) = default; variable
|
| /arkcompiler/runtime_core/verification/util/tests/ |
| D | environment.h | 45 EnvOptions &operator=(const EnvOptions &) = default; variable 46 EnvOptions &operator=(EnvOptions &&) = default; variable
|
| /arkcompiler/runtime_core/verification/type/ |
| D | type_param.h | 31 TypeParam &operator=(TypeParam &&) = default; variable 32 TypeParam &operator=(const TypeParam &) = default; variable
|
| D | type_params.h | 38 TypeParams &operator=(const TypeParams &) = default; variable 39 TypeParams &operator=(TypeParams &&) = default; variable
|
| D | type_parametric.h | 42 ParametricType &operator=(const ParametricType &) = default; variable 43 ParametricType &operator=(ParametricType &&) = default; variable
|
| D | subtyping_closure.h | 31 SubtypingClosureInfo &operator=(SubtypingClosureInfo &&) = default; variable 32 SubtypingClosureInfo &operator=(const SubtypingClosureInfo &) = delete; variable
|
| D | type_type.h | 37 Type &operator=(const Type &) = default; variable 38 Type &operator=(Type &&) = default; variable
|
| /arkcompiler/runtime_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/runtime/mem/ |
| D | frame_allocator.h | 53 FrameAllocator &operator=(const FrameAllocator &) noexcept = delete; variable 54 FrameAllocator &operator=(FrameAllocator &&) noexcept = default; variable
|
| /arkcompiler/runtime_core/verification/util/ |
| D | abstract_index.h | 33 AbstractIndex &operator=(const AbstractIndex &) = default; variable 34 AbstractIndex &operator=(AbstractIndex &&) = default; variable
|
| D | descriptor_string.h | 52 DescriptorString &operator=(const DescriptorString &) = default; variable 53 DescriptorString &operator=(DescriptorString &&) = default; variable
|
| D | callable.h | 66 callable &operator=(const callable &) = default; variable 67 callable &operator=(callable &&) = default; variable 100 constexpr R operator()(Args... args) const in operator() function
|
| /arkcompiler/runtime_core/verification/value/ |
| D | abstract_value.h | 34 AbstractValue &operator=(const AbstractValue &) = default; variable 35 AbstractValue &operator=(AbstractValue &&) = default; variable
|
| D | origin.h | 64 Origin &operator=(const Origin &) = default; variable 65 Origin &operator=(Origin &&) = default; variable
|
| D | variables.h | 51 Var &operator=(const Var &a) = default; variable 52 Var &operator=(Var &&a) = default; 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
|
| D | ring_buffer.h | 41 constexpr RingBufferIterator &operator=(const RingBufferIterator &other) = default; variable 42 constexpr RingBufferIterator &operator=(RingBufferIterator &&other) = default; variable 139 constexpr RingBuffer &operator=(const RingBuffer &other) = default; variable 140 constexpr RingBuffer &operator=(RingBuffer &&other) = default; variable
|
| /arkcompiler/runtime_core/runtime/mem/gc/gc-hung/ |
| D | gc_hung.h | 55 GcHung &operator=(GcHung const &) = delete; variable 57 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
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | arena_allocator_stl_adapter.h | 49 ArenaAllocatorAdapter &operator=(const ArenaAllocatorAdapter &) = default; variable 51 ArenaAllocatorAdapter &operator=(ArenaAllocatorAdapter &&) = default; variable 87 ArenaAllocatorAdapter &operator=(const ArenaAllocatorAdapter &) = default; variable
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | method_properties.h | 31 MethodProperties &operator=(const MethodProperties &) = default; variable 33 MethodProperties &operator=(MethodProperties &&) = default; variable
|
| /arkcompiler/runtime_core/runtime/include/mem/ |
| D | panda_smart_pointers.h | 35 void operator()(T *ptr) const noexcept in operator() function
|