Home
last modified time | relevance | path

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

12345678910

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/libani_helpers/
Dani_signature_builder.h33 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/
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/ets_runtime/ecmascript/mem/
Dgc_root.h55 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/
Dclass_hierarchy_item.h39 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/
Dfield.h45 Field &operator=(const Field &other) = default; variable
58 Field &operator=(Field &&other) = default; variable
Dannotation_element.h58 AnnotationElement &operator=(const AnnotationElement &other) = default; variable
71 AnnotationElement &operator=(AnnotationElement &&other) = default; variable
Dimport_descriptor.h56 ImportDescriptor &operator=(const ImportDescriptor &other) = default; variable
69 ImportDescriptor &operator=(ImportDescriptor &&other) = default; variable
Dmodule.h60 Module &operator=(const Module &other) = default; variable
73 Module &operator=(Module &&other) = default; variable
Dannotation_interface.h57 AnnotationInterface &operator=(const AnnotationInterface &other) = default; variable
70 AnnotationInterface &operator=(AnnotationInterface &&other) = default; variable
Dannotation_interface_field.h58 AnnotationInterfaceField &operator=(const AnnotationInterfaceField &other) = default; variable
71 AnnotationInterfaceField &operator=(AnnotationInterfaceField &&other) = default; variable
Dannotation.h56 Annotation &operator=(const Annotation &other) = default; variable
69 Annotation &operator=(Annotation &&other) = default; variable
Dexport_descriptor.h56 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/
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/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/
Dmodule.h59 Module &operator=(const Module &other) = default; variable
72 Module &operator=(Module &&other) = default; variable
Dexport_descriptor.h54 ExportDescriptor &operator=(const ExportDescriptor &other) = default; variable
67 ExportDescriptor &operator=(ExportDescriptor &&other) = default; variable
Dimport_descriptor.h54 ImportDescriptor &operator=(const ImportDescriptor &other) = default; variable
67 ImportDescriptor &operator=(ImportDescriptor &&other) = default; variable
/arkcompiler/runtime_core/arkplatform/hybrid/xgc/
Dxgc.h28 XGC &operator=(const XGC &) = delete; variable
30 XGC &operator=(XGC &&) = 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

12345678910