/third_party/typescript/tests/baselines/reference/ |
D | bestCommonTypeWithOptionalProperties.js | 16 var b6 = [z, y, x]; variable 28 var b6 = [z, y, x]; variable
|
D | functionExpressionContextualTyping1.js | 42 var b6: ((s: string, w: boolean) => void) | ((n: number) => number); variable 44 b6 = (k) => { k.toLowerCase() }; function 105 var b6; variable
|
D | optionalChainingInference.js | 24 const b6 = { value: osu?.prop.length }; variable 46 var b6 = { value: osu === null || osu === void 0 ? void 0 : osu.prop.length }; variable
|
D | assignmentCompatWithCallSignatures5.js | 48 var b6: <T extends Base, U extends Derived>(x: (arg: T) => U) => T; variable 137 var b6; variable
|
D | assignmentCompatWithConstructSignatures5.js | 48 var b6: new <T extends Base, U extends Derived>(x: new (arg: T) => U) => T; variable 137 var b6; variable
|
D | objectLiteralExcessProperties.js | 20 var b6: Book & Cover = { foreword: "hi", color: "blue", price: 10.99 }; variable 60 var b6 = { foreword: "hi", color: "blue", price: 10.99 }; variable
|
D | tsxStatelessFunctionComponentOverload6.js | 49 const b6 = <MainButton {...obj2} />; constant
|
D | assignmentCompatWithConstructSignatures3.js | 61 var b6: new <T extends Base, U extends Derived>(x: (arg: T) => U) => T; variable 178 var b6; variable
|
D | assignmentCompatWithCallSignatures3.js | 61 var b6: <T extends Base, U extends Derived>(x: (arg: T) => U) => T; variable 178 var b6; variable
|
D | tsxStatelessFunctionComponentOverload5.js | 55 const b6 = <MainButton {...{ onClick(e: any){} }} children={10} />; // incorrect type for optional… constant
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/ |
D | DeckLinkAPI_i.c | 43 #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \ argument
|
/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/ |
D | functionExpressionContextualTyping1.ts | 41 var b6: ((s: string, w: boolean) => void) | ((n: number) => number); variable
|
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/ |
D | optionalChainingInference.ts | 23 const b6 = { value: osu?.prop.length }; constant
|
/third_party/typescript/tests/cases/compiler/ |
D | objectLiteralExcessProperties.ts | 19 var b6: Book & Cover = { foreword: "hi", color: "blue", price: 10.99 }; variable
|
D | bestCommonTypeWithOptionalProperties.ts | 15 var b6 = [z, y, x]; variable
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
D | assignmentCompatWithConstructSignatures5.ts | 47 var b6: new <T extends Base, U extends Derived>(x: new (arg: T) => U) => T; variable
|
D | assignmentCompatWithCallSignatures5.ts | 47 var b6: <T extends Base, U extends Derived>(x: (arg: T) => U) => T; variable
|
D | assignmentCompatWithCallSignatures3.ts | 60 var b6: <T extends Base, U extends Derived>(x: (arg: T) => U) => T; variable
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | destructuringArrayBindingPatternAndAssignment1ES5iterable.ts | 38 var [b6, b7] = foo(); variable
|
D | destructuringArrayBindingPatternAndAssignment1ES6.ts | 39 var [b6, b7] = foo(); variable
|
D | destructuringArrayBindingPatternAndAssignment1ES5.ts | 37 var [b6, b7] = foo(); variable
|
D | destructuringParameterDeclaration1ES6.ts | 30 function b6([a, z, y] = [undefined, null, undefined]) { } function
|
D | destructuringParameterDeclaration1ES5.ts | 26 function b6([a, z, y] = [undefined, null, undefined]) { } function
|
D | destructuringParameterDeclaration1ES5iterable.ts | 27 function b6([a, z, y] = [undefined, null, undefined]) { } function
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | fdctdsp.c | 80 #define FDCTROW(b0, b1, b2, b3, b4, b5, b6, b7) /* {{{ */ \ argument 137 #define FDCTCOL(b0, b1, b2, b3, b4, b5, b6, b7) /* {{{ */ \ argument
|