| /arkcompiler/runtime_core/libabckit/include/cpp/headers/ |
| D | utils.h | 134 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
|
| D | base_classes.h | 42 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
|
| D | file.h | 51 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/ |
| 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, [[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/ |
| D | compiler_interface.h | 45 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/ |
| 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/libabckit/src/include_v2/cpp/headers/arkts/ |
| D | field.h | 45 Field &operator=(const Field &other) = default; variable 58 Field &operator=(Field &&other) = default; variable
|
| /arkcompiler/runtime_core/libabckit/include/cpp/headers/arkts/ |
| D | import_descriptor.h | 56 ImportDescriptor &operator=(const ImportDescriptor &other) = default; variable 69 ImportDescriptor &operator=(ImportDescriptor &&other) = default; variable
|
| D | annotation_element.h | 58 AnnotationElement &operator=(const AnnotationElement &other) = default; variable 71 AnnotationElement &operator=(AnnotationElement &&other) = default; variable
|
| D | export_descriptor.h | 56 ExportDescriptor &operator=(const ExportDescriptor &other) = default; variable 69 ExportDescriptor &operator=(ExportDescriptor &&other) = default; variable
|
| D | annotation_interface.h | 57 AnnotationInterface &operator=(const AnnotationInterface &other) = default; variable 70 AnnotationInterface &operator=(AnnotationInterface &&other) = default; variable
|
| D | module.h | 60 Module &operator=(const Module &other) = default; variable 73 Module &operator=(Module &&other) = default; variable
|
| D | annotation.h | 56 Annotation &operator=(const Annotation &other) = default; variable 69 Annotation &operator=(Annotation &&other) = default; variable
|
| D | annotation_interface_field.h | 58 AnnotationInterfaceField &operator=(const AnnotationInterfaceField &other) = default; variable 71 AnnotationInterfaceField &operator=(AnnotationInterfaceField &&other) = default; variable
|
| D | namespace.h | 54 Namespace &operator=(const Namespace &other) = default; variable 66 Namespace &operator=(Namespace &&other) = 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/runtime_core/libabckit/include/cpp/headers/js/ |
| D | export_descriptor.h | 54 ExportDescriptor &operator=(const ExportDescriptor &other) = default; variable 67 ExportDescriptor &operator=(ExportDescriptor &&other) = default; variable
|
| D | module.h | 59 Module &operator=(const Module &other) = default; variable 72 Module &operator=(Module &&other) = default; variable
|
| D | import_descriptor.h | 54 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/ |
| D | frame_builder.h | 69 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/ |
| D | ark_aot_linker.h | 58 ArkAotLinker &operator=(const ArkAotLinker &) = delete; variable 60 ArkAotLinker &operator=(ArkAotLinker &&) = delete; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_symbol_builder.h | 55 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/ |
| 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/libabckit/include/cpp/headers/core/ |
| D | import_descriptor.h | 70 ImportDescriptor &operator=(const ImportDescriptor &other) = default; variable 83 ImportDescriptor &operator=(ImportDescriptor &&other) = default; variable
|