Home
last modified time | relevance | path

Searched defs:D (Results 1 – 25 of 58) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_meta_data_builder.h63 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument
80 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument
89 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument
101 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
106 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
111 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
116 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
121 #define DECLARE_GATE_META_FOR_CALL(NAME, OP, R, S, D, V) \ argument
126 #define DECLARE_GATE_META_FOR_NEW(NAME, OP, R, S, D, V) \ argument
132 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
[all …]
Dshare_gate_meta_data.cpp25 #define GATE_NAME_MAP(NAME, OP, R, S, D, V) { OpCode::OP, #OP }, in Str() argument
218 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
226 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
235 #define DECLARE_GATE_META_WITH_BOOL_VALUE_IN(NAME, OP, R, S, D, V) \ in GATE_META_DATA_LIST_WITH_BOOL() argument
244 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
268 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
292 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
302 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
312 #define DECLARE_GATE_META_FOR_CALL(NAME, OP, R, S, D, V) \ argument
322 #define DECLARE_GATE_META_FOR_NEW(NAME, OP, R, S, D, V) \ argument
[all …]
Dcircuit.h109 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
117 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
125 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ in GATE_META_DATA_LIST_WITH_SIZE() argument
133 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
141 #define DECLARE_GATE_META_WITH_BOOL_VALUE_IN(NAME, OP, R, S, D, V) \ argument
149 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
157 #define DECLARE_GATE_META_FOR_CALL(NAME, OP, R, S, D, V) \ argument
165 #define DECLARE_GATE_META_FOR_NEW(NAME, OP, R, S, D, V) \ argument
174 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
/arkcompiler/runtime_core/static_core/libpandabase/os/
Ddfx_option.cpp24 #define D(e, v, str) \ in IsInOptionList() macro
37 #define D(e, v, str) \ in DfxOptionFromString() macro
50 #define D(e, v, str) \ in StringFromDfxOption() macro
Ddfx_option.h27 #define DFX_OPTION_ELEM(D, NAME, STR) D(NAME, DfxOptionHandler::DfxOptionId::NAME##_ID, STR) argument
31 #define DFX_OPTION_LIST(D) \ argument
71 #define D(e, v, str) e = (v), macro
/arkcompiler/ets_frontend/es2panda/test/parser/binder/
Dclass-scope-name-ts.ts18 D = class{} property in A
19 D = class{} property in A
Dclass-scope-name-js.js18 D = class{} field in A
19 D = class{} field in A
Dnamespace-nested.ts21 function D() { } function
/arkcompiler/ets_runtime/test/moduletest/module/
DD.js24 export class D { class
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-definiton22.ts21 class D<T> extends C<T> { class
Dtest-class-constructor17.ts19 class D extends Base { class
Dtest-class-modifier-keywords-2.ts20 export abstract declare class D {} class
Dtest-enum-declaration.ts21 D = B | C, enumerator
/arkcompiler/ets_frontend/arkguard/test/grammar/wildcard_comment/keep_comment3/
Dkeep_single_comment.d.ts62 declare function D(str: string): string; method in A
/arkcompiler/ets_runtime/test/quickfix/add_callfunction/
Dbase_modify.js20 function D() { class in A
/arkcompiler/ets_runtime/test/aottest/vtable/regression_tests/fix_duplicate_gen_class_prototype/
Dfix_duplicate_gen_class_prototype.ts30 class D extends C { class
/arkcompiler/ets_runtime/test/aottest/vtable/level_check/
Dlevel_check.ts25 class D extends C { class
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/enums/
Dtest-ts-enum-12.ts21 D=A, enumerator
/arkcompiler/ets_frontend/ets2panda/test/parser/ts/
Dtest-enum-declaration.ts21 D = B | C, enumerator
/arkcompiler/ets_runtime/test/aottest/analyze_property/not_meet_subtyping/
Dnot_meet_subtyping.ts32 class D extends C { class
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Darch.h27 #define ARCH_LIST(D) \ argument
/arkcompiler/runtime_core/libpandabase/utils/
Darch.h27 #define ARCH_LIST(D) \ argument
/arkcompiler/ets_runtime/test/aottest/aot_type_test/polyaccess/
Dpolyaccess.ts23 class D { class
/arkcompiler/ets_runtime/test/aottest/analyze_property/escape_this/
Descape_this.ts28 class D extends C { class
/arkcompiler/ets_runtime/test/aottest/aot_type_test/typenewsuper/
Dtypenewsuper.ts22 class D extends C { class

123