Home
last modified time | relevance | path

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

123

/ark/runtime_core/runtime/interpreter/
Dmath_helpers.h30 constexpr T operator()(const T &x, const T &y) const in operator() function
41 constexpr T operator()(const T &x, const T &y) const in operator() function
52 constexpr T operator()(const T &x, const T &y) const in operator() function
63 constexpr T operator()(const T &x, const T &y) const in operator() function
72 constexpr int32_t operator()(const T &x, const T &y) const in operator() function
90 constexpr int32_t operator()(const T &x, const T &y) const in operator() function
112 constexpr int32_t operator()(const T &x, const T &y) const in operator() function
134 constexpr T operator()(const T &x, const T &y) const in operator() function
154 constexpr T operator()(const T &x, const T &y) const in operator() function
184 ALWAYS_INLINE inline T operator()(T a, T b) in operator() function
[all …]
/ark/runtime_core/verification/value/
Dvariables.h50 Var &operator=(const Var &a) = default; variable
51 Var &operator=(Var &&a) = default; variable
80 Variables &operator=(const Variables &) = default; variable
81 Variables &operator=(Variables &&) = default; variable
Dabstract_value.h34 AbstractValue &operator=(const AbstractValue &) = default; variable
35 AbstractValue &operator=(AbstractValue &&) = default; variable
Dorigin.h54 Origin &operator=(const Origin &) = default; variable
55 Origin &operator=(Origin &&) = default; variable
/ark/runtime_core/verification/debug/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
/ark/runtime_core/runtime/
Dsignal_handler.h59 SignalManager &operator=(SignalManager &&) = delete; variable
77 SignalHandler &operator=(SignalHandler &&) = delete; variable
91 NullPointerHandler &operator=(NullPointerHandler &&) = delete; variable
/ark/runtime_core/verification/type/
Dtype_param.h35 TypeParam &operator=(TypeParam &&) = default; variable
36 TypeParam &operator=(const TypeParam &) = default; variable
Dtype_params.h38 TypeParams &operator=(const TypeParams &) = default; variable
39 TypeParams &operator=(TypeParams &&) = default; variable
Dtype_parametric.h38 ParametricType &operator=(const ParametricType &) = default; variable
39 ParametricType &operator=(ParametricType &&) = default; variable
Dsubtyping_closure.h31 SubtypingClosureInfo &operator=(SubtypingClosureInfo &&) = default; variable
32 SubtypingClosureInfo &operator=(const SubtypingClosureInfo &) = delete; variable
Dtype_type.h36 Type &operator=(const Type &) = default; variable
37 Type &operator=(Type &&) = default; variable
/ark/runtime_core/verification/util/tests/
Denvironment.h45 EnvOptions &operator=(const EnvOptions &) = default; variable
46 EnvOptions &operator=(EnvOptions &&) = default; variable
/ark/runtime_core/runtime/core/
Dcore_vtable_builder.h24 bool operator()(const MethodInfo &info1, const MethodInfo &info2) const in operator() function
31 …bool operator()([[maybe_unused]] const MethodInfo &info1, [[maybe_unused]] const MethodInfo &info2… in operator() function
/ark/js_runtime/ecmascript/compiler/
Dcircuit.h40 Circuit &operator=(Circuit const &circuit) = default; variable
42 Circuit &operator=(Circuit &&circuit) = default; variable
/ark/runtime_core/runtime/mem/
Dframe_allocator.h54 FrameAllocator &operator=(const FrameAllocator &) noexcept = delete; variable
55 FrameAllocator &operator=(FrameAllocator &&) noexcept = default; variable
/ark/runtime_core/verification/util/
Dref_wrapper.h36 Ref &operator=(const Ref &) = default; variable
55 std::invoke_result_t<T &, Args...> operator()(Args &&... args) const in operator() function
Dabstract_index.h32 AbstractIndex &operator=(const AbstractIndex &) = default; variable
33 AbstractIndex &operator=(AbstractIndex &&) = default; variable
Ddescriptor_string.h53 DescriptorString &operator=(const DescriptorString &) = default; variable
54 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
Dsynchronized.h139 void operator()(Handler &&handler) NO_THREAD_SAFETY_ANALYSIS in operator() function
146 void operator()(Handler &&handler) const NO_THREAD_SAFETY_ANALYSIS in operator() function
/ark/runtime_core/disassembler/
Ddisassembler.h51 Disassembler &operator=(const Disassembler &) = delete; variable
54 Disassembler &operator=(Disassembler &&that); variable
/ark/runtime_core/libpandabase/utils/
Dutf.h114 uint32_t operator()(const uint8_t *data) const in operator() function
121 bool operator()(const uint8_t *mutf8_1, const uint8_t *mutf8_2) const in operator() function
128 bool operator()(const uint8_t *mutf8_1, const uint8_t *mutf8_2) const in operator() function
/ark/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
/ark/js_runtime/ecmascript/
Djs_method.h66 JSMethod &operator=(const JSMethod &) = delete; in JS_METHOD_OFFSET_LIST() local
67 JSMethod &operator=(JSMethod &&) = delete; in JS_METHOD_OFFSET_LIST() local
/ark/runtime_core/runtime/include/
Dgc_task.h70 GCTask &operator=(const GCTask &other) = default; member
72 GCTask &operator=(GCTask &&other) = default; member

123