/third_party/typescript/tests/cases/compiler/ |
D | interfaceWithMultipleDeclarations.ts | 14 interface I2<T extends string> { interface 16 interface I2<T extends () => string> { // constraint mismatch interface 18 interface I2<T> { // constraint absent interface 20 interface I2<U> { // name mismatch interface 22 interface I2<X, Y> { // length mismatch interface 24 interface I2 { // length mismatch interface
|
D | interfaceDeclaration2.ts | 4 interface I2 { } interface 5 class I2 { } class
|
D | interfaceDeclaration3.ts | 6 interface I2 { item:number; } interface 28 export interface I2 { item:string; } interface 55 interface I2 extends I1 { item:string; } interface
|
D | genericSignatureInheritance.ts | 5 interface I2 extends I { } interface
|
D | genericSignatureInheritance2.ts | 5 interface I2 extends I { interface
|
D | recursiveBaseCheck5.ts | 2 interface I2<T> extends I1<T> { } interface
|
D | commentOnInterface1.ts | 12 interface I2 { interface
|
D | objectLiteralFunctionArgContextualTyping2.ts | 1 interface I2 { interface
|
D | reExportGlobalDeclaration2.ts | 8 declare interface I2 { interface
|
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/callSignatures/ |
D | callSignaturesThatDifferOnlyByReturnType3.ts | 12 interface I2<T> { interface 16 interface I2<T> { interface
|
D | identicalCallSignatures3.ts | 12 interface I2<T> { interface 16 interface I2<T> { interface
|
D | identicalCallSignatures2.ts | 10 interface I2<T> extends Base<string>, Base<number> { } interface
|
D | identicalCallSignatures.ts | 10 interface I2<T> { interface
|
/third_party/typescript/tests/baselines/reference/ |
D | interfaceDeclaration2.js | 6 class I2 { } class 18 function I2() { class in I2
|
D | numericIndexerTyping2.js | 6 class I2 extends I { class 38 function I2() { class in I2
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | mips_macro.h | 42 I0, I1, I2, I3, I4, I5, I6, I7, I8, I9) \ argument 53 I0, I1, I2, I3, I4, I5, I6, I7) \ argument 85 I0, I1, I2, I3) \ argument 98 I0, I1, I2, I3, I4, I5, I6, I7) \ argument 125 I0, I1, I2, I3) \ argument 142 I0, I1, I2, I3) \ argument 161 I0, I1, I2, I3, I4, I5, I6, I7, \ argument
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
D | subtypingWithCallSignaturesWithSpecializedSignatures.ts | 25 interface I2 extends Base2 { interface 70 interface I2 extends Base2 { interface
|
D | subtypingWithConstructSignaturesWithSpecializedSignatures.ts | 25 interface I2 extends Base2 { interface 70 interface I2 extends Base2 { interface
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
D | callSignatureAssignabilityInInheritance.ts | 22 interface I2 extends Base2 { interface 57 interface I2 extends Base2 { interface
|
D | constructSignatureAssignabilityInInheritance.ts | 23 interface I2 extends Base2 { interface 61 interface I2 extends Base2 { interface
|
D | assignmentCompatWithGenericCallSignatures4.ts | 3 interface I2<T> { interface
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/type_relationships/type_inference/ |
D | type_inference_1.ts | 30 interface I2 { interface
|
/third_party/typescript/tests/cases/conformance/es6/Symbols/ |
D | symbolProperty35.ts | 5 interface I2 { interface
|
/third_party/typescript/tests/cases/conformance/types/typeParameters/ |
D | typeParameterAsBaseType.ts | 8 interface I2<T, U> extends U { } interface
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APSInt.h | 301 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() 306 static int compareValues(const APSInt &I1, const APSInt &I2) { in compareValues()
|