Home
last modified time | relevance | path

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

12345678

/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dutils.h134 IErrorHandler &operator=(const IErrorHandler &other) = default; variable
147 IErrorHandler &operator=(IErrorHandler &&other) = default; variable
180 DefaultErrorHandler &operator=(const DefaultErrorHandler &other) = default; variable
193 DefaultErrorHandler &operator=(DefaultErrorHandler &&other) = default; variable
235 IResourceDeleter &operator=(const IResourceDeleter &other) = default; variable
248 IResourceDeleter &operator=(IResourceDeleter &&other) = default; variable
281 DefaultResourceDeleter &operator=(const DefaultResourceDeleter &other) = default; variable
294 DefaultResourceDeleter &operator=(DefaultResourceDeleter &&other) = default; variable
Dbase_classes.h42 Entity &operator=(const Entity &) = default; variable
53 Entity &operator=(Entity &&) = default; variable
127 View &operator=(const View &) = default; variable
138 View &operator=(View &&) = default; variable
201 ViewInResource &operator=(const ViewInResource &) = default; variable
212 ViewInResource &operator=(ViewInResource &&) = default; variable
277 Resource &operator=(const Resource &) = delete; variable
Dfile.h51 FileDeleter &operator=(const FileDeleter &other) = delete; variable
53 FileDeleter &operator=(FileDeleter &&other) = delete; variable
84 File &operator=(const File &file) = delete; variable
97 File &operator=(File &&file) = delete; variable
/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/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/libabckit/src/include_v2/cpp/headers/arkts/
Dfield.h45 Field &operator=(const Field &other) = default; variable
58 Field &operator=(Field &&other) = default; variable
/arkcompiler/runtime_core/libabckit/include/cpp/headers/arkts/
Dimport_descriptor.h56 ImportDescriptor &operator=(const ImportDescriptor &other) = default; variable
69 ImportDescriptor &operator=(ImportDescriptor &&other) = default; variable
Dannotation_element.h58 AnnotationElement &operator=(const AnnotationElement &other) = default; variable
71 AnnotationElement &operator=(AnnotationElement &&other) = default; variable
Dexport_descriptor.h56 ExportDescriptor &operator=(const ExportDescriptor &other) = default; variable
69 ExportDescriptor &operator=(ExportDescriptor &&other) = default; variable
Dannotation_interface.h57 AnnotationInterface &operator=(const AnnotationInterface &other) = default; variable
70 AnnotationInterface &operator=(AnnotationInterface &&other) = default; variable
Dmodule.h60 Module &operator=(const Module &other) = default; variable
73 Module &operator=(Module &&other) = default; variable
Dannotation.h56 Annotation &operator=(const Annotation &other) = default; variable
69 Annotation &operator=(Annotation &&other) = default; variable
Dannotation_interface_field.h58 AnnotationInterfaceField &operator=(const AnnotationInterfaceField &other) = default; variable
71 AnnotationInterfaceField &operator=(AnnotationInterfaceField &&other) = default; variable
Dnamespace.h54 Namespace &operator=(const Namespace &other) = default; variable
66 Namespace &operator=(Namespace &&other) = default; variable
/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/libabckit/include/cpp/headers/js/
Dexport_descriptor.h54 ExportDescriptor &operator=(const ExportDescriptor &other) = default; variable
67 ExportDescriptor &operator=(ExportDescriptor &&other) = default; variable
Dmodule.h59 Module &operator=(const Module &other) = default; variable
72 Module &operator=(Module &&other) = default; variable
Dimport_descriptor.h54 ImportDescriptor &operator=(const ImportDescriptor &other) = default; variable
67 ImportDescriptor &operator=(ImportDescriptor &&other) = default; variable
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
Dframe_builder.h69 void operator=(const FrameBuilderInterface &) = delete; member
71 FrameBuilderInterface &operator=(FrameBuilderInterface &&) = delete; member
91 void operator=(const AMD64FrameBuilder &) = delete; member
93 AMD64FrameBuilder &operator=(AMD64FrameBuilder &&) = delete; member
109 void operator=(const ARM64FrameBuilder &) = delete; member
111 ARM64FrameBuilder &operator=(ARM64FrameBuilder &&) = delete; member
/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/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol_builder.h55 MIRSymbolBuilder &operator=(const MIRSymbolBuilder &) = delete; variable
56 MIRSymbolBuilder &operator=(const MIRSymbolBuilder &&) = 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/runtime_core/libabckit/include/cpp/headers/core/
Dimport_descriptor.h70 ImportDescriptor &operator=(const ImportDescriptor &other) = default; variable
83 ImportDescriptor &operator=(ImportDescriptor &&other) = default; variable

12345678