| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/libani_helpers/ |
| D | ani_signature_builder.h | 33 Module &operator=(const Module & /*other*/); variable 35 Module &operator=(Module &&other); variable 51 Namespace &operator=(const Namespace & /*other*/); variable 53 Namespace &operator=(Namespace &&other); variable 69 Type &operator=(const Type & /*other*/); variable 71 Type &operator=(Type &&other); variable 121 SignatureBuilder &operator=(const SignatureBuilder &) = delete; variable 124 SignatureBuilder &operator=(SignatureBuilder &&other); variable
|
| /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/ets_runtime/ecmascript/mem/ |
| D | gc_root.h | 55 GCRoot &operator=(const GCRoot &) = delete; variable 107 size_t operator()(const GCRoot &root) const in operator() function 113 size_t operator()(const T &key) const in operator() function
|
| /arkcompiler/ets_frontend/ets2panda/lsp/include/ |
| D | class_hierarchy_item.h | 39 ClassHierarchyItem &operator=(const ClassHierarchyItem &other) = default; variable 40 ClassHierarchyItem &operator=(ClassHierarchyItem &&other) = default; variable 67 ClassPropertyItem &operator=(const ClassPropertyItem &other) = default; variable 68 ClassPropertyItem &operator=(ClassPropertyItem &&other) = default; variable 103 ClassMethodItem &operator=(const ClassMethodItem &other) = default; variable 104 ClassMethodItem &operator=(ClassMethodItem &&other) = default; variable
|
| /arkcompiler/runtime_core/libabckit/include/cpp/headers/arkts/ |
| D | field.h | 45 Field &operator=(const Field &other) = default; variable 58 Field &operator=(Field &&other) = default; variable
|
| D | annotation_element.h | 58 AnnotationElement &operator=(const AnnotationElement &other) = default; variable 71 AnnotationElement &operator=(AnnotationElement &&other) = default; variable
|
| D | import_descriptor.h | 56 ImportDescriptor &operator=(const ImportDescriptor &other) = default; variable 69 ImportDescriptor &operator=(ImportDescriptor &&other) = default; variable
|
| D | module.h | 60 Module &operator=(const Module &other) = default; variable 73 Module &operator=(Module &&other) = default; variable
|
| D | annotation_interface.h | 57 AnnotationInterface &operator=(const AnnotationInterface &other) = default; variable 70 AnnotationInterface &operator=(AnnotationInterface &&other) = default; variable
|
| D | annotation_interface_field.h | 58 AnnotationInterfaceField &operator=(const AnnotationInterfaceField &other) = default; variable 71 AnnotationInterfaceField &operator=(AnnotationInterfaceField &&other) = default; variable
|
| D | annotation.h | 56 Annotation &operator=(const Annotation &other) = default; variable 69 Annotation &operator=(Annotation &&other) = default; variable
|
| D | export_descriptor.h | 56 ExportDescriptor &operator=(const ExportDescriptor &other) = default; variable 69 ExportDescriptor &operator=(ExportDescriptor &&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/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 | module.h | 59 Module &operator=(const Module &other) = default; variable 72 Module &operator=(Module &&other) = default; variable
|
| D | export_descriptor.h | 54 ExportDescriptor &operator=(const ExportDescriptor &other) = default; variable 67 ExportDescriptor &operator=(ExportDescriptor &&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/arkplatform/hybrid/xgc/ |
| D | xgc.h | 28 XGC &operator=(const XGC &) = delete; variable 30 XGC &operator=(XGC &&) = 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
|