Home
last modified time | relevance | path

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

1234567

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DclassAndInterfaceWithSameName.ts26 class D { class
30 interface D { interface
DdeclarationEmitThisPredicates01.ts30 export class D extends C { class
DdeclarationEmitThisPredicatesWithPrivateName01.ts30 class D extends C { class
DemitClassDeclarationOverloadInES6.ts28 class D { class
DunderscoreThisInDerivedClass01.ts39 class D extends C { class
DsuperWithGenerics.ts26 class D extends B<any> { class
DclassWithProtectedProperty.ts42 class D extends C { class
DsuperCallFromClassThatDerivesFromGenericType2.ts25 class D extends B<any> { class
DdeclareDottedExtend.ts29 class D extends ab.C{ } class
DsuperCallFromClassThatDerivesFromGenericType1.ts26 class D extends B<any> { class
DunionTypeWithLeadingOperator.ts29 export type D = alias
DunderscoreThisInDerivedClass02.ts34 class D extends C { class
DtypeOfSuperCall.ts24 class D extends C { class
DsuperCallBeforeThisAccessing8.ts24 class D extends Base { class
DderivedClassConstructorWithExplicitReturns01.ts47 class D extends C { class
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_meta_data_builder.h58 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument
74 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument
83 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument
95 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
100 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
105 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
110 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
115 #define DECLARE_GATE_META_FOR_CALL(NAME, OP, R, S, D, V) \ argument
120 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
125 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
[all …]
Dgate_meta_data.cpp112 #define GATE_NAME_MAP(NAME, OP, R, S, D, V) { OpCode::OP, #OP }, in Str() argument
305 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
313 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
322 #define DECLARE_GATE_META_WITH_BOOL_VALUE_IN(NAME, OP, R, S, D, V) \ in GATE_META_DATA_LIST_WITH_BOOL() argument
331 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
355 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
379 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
389 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
399 #define DECLARE_GATE_META_FOR_CALL(NAME, OP, R, S, D, V) … argument
409 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
Dcircuit.h103 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
111 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
119 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ in GATE_META_DATA_LIST_WITH_SIZE() argument
127 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
135 #define DECLARE_GATE_META_WITH_BOOL_VALUE_IN(NAME, OP, R, S, D, V) \ argument
143 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
151 #define DECLARE_GATE_META_FOR_CALL(NAME, OP, R, S, D, V) \ argument
159 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/commentOnAmbientEnum/
Da.ts35 declare enum D { enum
/arkcompiler/ets_runtime/test/moduletest/module/
DD.js24 export class D { class
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/implementsClause/
Dindex.ts26 class D implements nestedNamespace.types.Component {} class
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/commentOnAmbientClass1/
Da.ts32 declare class D { class
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-constructor17.ts19 class D extends Base { class
Dtest-class-definiton22.ts21 class D<T> extends C<T> { class
/arkcompiler/ets_runtime/test/quickfix/add_callfunction/
Dbase_modify.js20 function D() { class in A

1234567