Home
last modified time | relevance | path

Searched defs:TypeName (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/common_interfaces/base/
Dcommon.h66 #define DEFAULT_COPY_CTOR_CC(TypeName) \ argument
70 #define DEFAULT_COPY_OPERATOR_CC(TypeName) \ argument
75 #define DEFAULT_COPY_SEMANTIC_CC(TypeName) \ argument
80 #define NO_COPY_CTOR_CC(TypeName) \ argument
84 #define NO_COPY_OPERATOR_CC(TypeName) \ argument
89 #define NO_COPY_SEMANTIC_CC(TypeName) \ argument
94 #define NO_MOVE_CTOR_CC(TypeName) \ argument
99 #define NO_MOVE_OPERATOR_CC(TypeName) \ argument
104 #define NO_MOVE_SEMANTIC_CC(TypeName) \ argument
109 #define DEFAULT_NOEXCEPT_MOVE_CTOR_CC(TypeName) \ argument
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/
Dmacros.h64 #define NO_COPY_CTOR(TypeName) TypeName(const TypeName &) = delete argument
67 #define NO_COPY_OPERATOR(TypeName) void operator=(const TypeName &) = delete argument
71 #define NO_COPY_SEMANTIC(TypeName) \ argument
76 #define NO_MOVE_CTOR(TypeName) \ argument
81 #define NO_MOVE_OPERATOR(TypeName) \ argument
86 #define NO_MOVE_SEMANTIC(TypeName) \ argument
91 #define DEFAULT_MOVE_CTOR(TypeName) \ argument
96 #define DEFAULT_MOVE_OPERATOR(TypeName) \ argument
101 #define DEFAULT_MOVE_SEMANTIC(TypeName) \ argument
106 #define DEFAULT_COPY_CTOR(TypeName) TypeName(const TypeName &) = default argument
[all …]
/arkcompiler/runtime_core/libpandabase/
Dmacros.h63 #define NO_COPY_CTOR(TypeName) \ argument
67 #define NO_COPY_OPERATOR(TypeName) \ argument
72 #define NO_COPY_SEMANTIC(TypeName) \ argument
77 #define NO_MOVE_CTOR(TypeName) \ argument
82 #define NO_MOVE_OPERATOR(TypeName) \ argument
87 #define NO_MOVE_SEMANTIC(TypeName) \ argument
92 #define DEFAULT_MOVE_CTOR(TypeName) \ argument
97 #define DEFAULT_MOVE_OPERATOR(TypeName) \ argument
102 #define DEFAULT_MOVE_SEMANTIC(TypeName) \ argument
107 #define DEFAULT_COPY_CTOR(TypeName) \ argument
[all …]
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTypeReference.h41 const Expression *TypeName() const in TypeName() function
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeReference.h51 const Expression *TypeName() const in TypeName() function
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsTypeAliasType.h30 util::StringView TypeName() in TypeName() function
/arkcompiler/runtime_core/static_core/compiler/tests/
Dencoder_test_common.h34 const char *TypeName(T /*unused*/) in TypeName() function
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.h412 struct TypeName { struct
429 struct SubTypeName { argument
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp490 #define NEW_OBJECT_AND_DUMP(ClassName, TypeName) \ in HWTEST_F_L0() argument
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp30 const char *TypeName(T) in TypeName() function
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp29 const char *TypeName(T) in TypeName() function
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp29 const char *TypeName(T) in TypeName() function