| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate_meta_data_builder.h | 63 #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 …]
|
| D | share_gate_meta_data.cpp | 24 #define GATE_NAME_MAP(NAME, OP, R, S, D, V) { OpCode::OP, #OP }, in Str() argument 217 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 225 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 234 #define DECLARE_GATE_META_WITH_BOOL_VALUE_IN(NAME, OP, R, S, D, V) \ in GATE_META_DATA_LIST_WITH_BOOL() argument 243 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 267 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 291 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 301 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 311 #define DECLARE_GATE_META_FOR_CALL(NAME, OP, R, S, D, V) \ argument 321 #define DECLARE_GATE_META_FOR_NEW(NAME, OP, R, S, D, V) \ argument [all …]
|
| D | circuit.h | 128 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 136 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 144 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ in GATE_META_DATA_LIST_WITH_SIZE() argument 152 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 160 #define DECLARE_GATE_META_WITH_BOOL_VALUE_IN(NAME, OP, R, S, D, V) \ argument 168 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 176 #define DECLARE_GATE_META_FOR_CALL(NAME, OP, R, S, D, V) \ argument 184 #define DECLARE_GATE_META_FOR_NEW(NAME, OP, R, S, D, V) \ argument 193 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | dfx_option.cpp | 24 #define D(e, v, str) \ in IsInOptionList() macro 39 #define D(e, v, str) \ in DfxOptionFromString() macro 54 #define D(e, v, str) \ in StringFromDfxOption() macro
|
| D | dfx_option.h | 27 #define DFX_OPTION_ELEM(D, NAME, STR) D(NAME, DfxOptionHandler::DfxOptionId::NAME##_ID, STR) argument 32 #define DFX_OPTION_LIST(D) \ argument 72 #define D(e, v, str) e = (v), macro
|
| /arkcompiler/ets_frontend/es2panda/test/parser/binder/ |
| D | class-scope-name-ts.ts | 18 D = class{} property in A 19 D = class{} property in A
|
| D | class-scope-name-js.js | 18 D = class{} field in A 19 D = class{} field in A
|
| D | namespace-nested.ts | 21 function D() { } function
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | library_type_call.ts | 23 class D { class
|
| /arkcompiler/ets_runtime/test/moduletest/module/ |
| D | D.js | 24 export class D { class
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-class-definiton22.ts | 21 class D<T> extends C<T> { class
|
| D | test-class-constructor17.ts | 19 class D extends Base { class
|
| D | test-class-modifier-keywords-2.ts | 20 export abstract declare class D {} class
|
| /arkcompiler/ets_runtime/test/jittest/date_constructor/ |
| D | date_constructor.ts | 16 class D extends Date {} class
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/wildcard_comment/keep_comment3/ |
| D | keep_single_comment.d.ts | 62 declare function D(str: string): string; method in A
|
| /arkcompiler/runtime_core/disassembler/tests/annotations/ |
| D | import-unqualified.ts | 28 class D {} class
|
| /arkcompiler/ets_runtime/test/quickfix/add_callfunction/ |
| D | base_modify.js | 20 function D() { class in A
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/annotations-projects/ts_import_annotations_project_2/ |
| D | test-ts-import-annotations-exec.ts | 28 class D {} class
|
| /arkcompiler/ets_frontend/es2panda/test/parser/annotations/ |
| D | import-unqualified.ts | 28 class D {} class
|
| /arkcompiler/ets_runtime/test/aottest/vtable/regression_tests/fix_duplicate_gen_class_prototype/ |
| D | fix_duplicate_gen_class_prototype.ts | 30 class D extends C { class
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ts-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/ |
| D | generic_class_constraint_extends_class_2.ts | 22 class D<T, S extends T> {} class
|
| D | generic_class_wrong_constraint_extends_class_2.ts | 24 class D<T, S extends T> {} class
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/runtimelinker/ets_to_ts/ |
| D | test_runtimelinker.ts | 27 let D = etsVm.getClass('Lruntimelinker4/D;'); variable
|
| /arkcompiler/ets_runtime/test/aottest/vtable/level_check/ |
| D | level_check.ts | 25 class D extends C { class
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/annotations-projects/ts_import_annotations_project_1/ |
| D | test-ts-import-annotations-exec.ts | 28 class D {} class
|