Home
last modified time | relevance | path

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

123

/arkcompiler/runtime_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
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/
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/verification/util/parser/
Dcharset.h28 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/
Denvironment.h45 EnvOptions &operator=(const EnvOptions &) = default; variable
46 EnvOptions &operator=(EnvOptions &&) = default; variable
/arkcompiler/runtime_core/verification/type/
Dtype_param.h31 TypeParam &operator=(TypeParam &&) = default; variable
32 TypeParam &operator=(const TypeParam &) = default; variable
Dtype_params.h38 TypeParams &operator=(const TypeParams &) = default; variable
39 TypeParams &operator=(TypeParams &&) = default; variable
Dtype_parametric.h42 ParametricType &operator=(const ParametricType &) = default; variable
43 ParametricType &operator=(ParametricType &&) = default; variable
Dsubtyping_closure.h31 SubtypingClosureInfo &operator=(SubtypingClosureInfo &&) = default; variable
32 SubtypingClosureInfo &operator=(const SubtypingClosureInfo &) = delete; variable
Dtype_type.h37 Type &operator=(const Type &) = default; variable
38 Type &operator=(Type &&) = default; variable
/arkcompiler/runtime_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/runtime/mem/
Dframe_allocator.h53 FrameAllocator &operator=(const FrameAllocator &) noexcept = delete; variable
54 FrameAllocator &operator=(FrameAllocator &&) noexcept = default; variable
/arkcompiler/runtime_core/verification/util/
Dabstract_index.h33 AbstractIndex &operator=(const AbstractIndex &) = default; variable
34 AbstractIndex &operator=(AbstractIndex &&) = default; variable
Ddescriptor_string.h52 DescriptorString &operator=(const DescriptorString &) = default; variable
53 DescriptorString &operator=(DescriptorString &&) = default; variable
Dcallable.h66 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/
Dabstract_value.h34 AbstractValue &operator=(const AbstractValue &) = default; variable
35 AbstractValue &operator=(AbstractValue &&) = default; variable
Dorigin.h64 Origin &operator=(const Origin &) = default; variable
65 Origin &operator=(Origin &&) = default; variable
Dvariables.h51 Var &operator=(const Var &a) = default; variable
52 Var &operator=(Var &&a) = default; 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
Dring_buffer.h41 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/
Dgc_hung.h55 GcHung &operator=(GcHung const &) = delete; variable
57 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
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h49 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/
Dmethod_properties.h31 MethodProperties &operator=(const MethodProperties &) = default; variable
33 MethodProperties &operator=(MethodProperties &&) = default; variable
/arkcompiler/runtime_core/runtime/include/mem/
Dpanda_smart_pointers.h35 void operator()(T *ptr) const noexcept in operator() function

123