/third_party/typescript/tests/baselines/reference/ |
D | augmentedTypesVar.js | 21 var x5 = 1; variable 64 var x5; variable 65 (function (x5) { argument
|
D | compoundAdditionAssignmentLHSCannotBeAssigned.js | 17 var x5: void; variable 36 var x5; variable
|
D | compoundAdditionAssignmentWithInvalidOperands.js | 38 var x5: E; variable 78 var x5; variable
|
D | typeAliases.js | 21 var x5: any; variable 22 var x5: T5; variable 93 var x5; variable 94 var x5; variable
|
D | typeofInternalModules.js | 19 var x5: typeof importInst; variable 45 var x5; variable
|
D | compoundArithmeticAssignmentWithInvalidOperands.js | 51 var x5: number; variable 111 var x5; variable
|
D | compoundExponentiationAssignmentLHSCannotBeAssigned.js | 51 var x5: number; variable 111 var x5; variable
|
D | compoundAdditionAssignmentLHSCanBeAssigned.js | 43 var x5: boolean; variable 93 var x5; variable
|
D | implicitAnyDeclareTypePropertyWithoutType.js | 17 var x5: () => any; variable 36 var x5; variable
|
D | invalidTypeOfTarget.js | 6 var x5: typeof []; variable 19 var x5; variable
|
D | genericMappedTypeAsClause.js | 19 const x5: MappedModel<T> = { a: 'bar', b: 42 }; // Error variable 33 var x5 = { a: 'bar', b: 42 }; // Error variable
|
D | typeParamExtendsOtherTypeParam.js | 17 var x5: A<{ a: string; b: number }, { a: string }>; variable 52 var x5; variable
|
D | es6ImportDefaultBindingFollowedWithNamedImportDts.js | 19 export var x5 = new y(); variable 76 exports.x5 = new server_3.a12(); variable in exports
|
D | intersectionOfUnionOfUnitTypes.js | 11 let x5: ('a' | 'b' | 'c') & ('b' | 'c' | 'd') & ('c' | 'd' | 'e') & ('d' | 'e' | 'f'); // never variable 35 var x5; // never variable
|
D | jsxParsingError2.js | 27 let x5 = <div><span> variable
|
D | jsxParsingError3.js | 24 let x5 = <div>}{"foo"}</div>; variable
|
D | declarationEmitDestructuringObjectLiteralPattern1.js | 4 var { y5 } = { x5: 5, y5: "hello" }; property 13 var y5 = { x5: 5, y5: "hello" }.y5; property
|
/third_party/typescript/tests/cases/compiler/ |
D | augmentedTypesVar.ts | 20 var x5 = 1; variable 21 enum x5 { One } // error enum
|
D | genericCallWithObjectLiteralArguments1.ts | 7 var x5 = foo<string>({ x: "", y: 4 }, ""); variable
|
D | es6ImportDefaultBindingFollowedWithNamedImportDts1.ts | 19 export var x5 = new defaultBinding5(); variable
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_types/predefined_types/ |
D | predefined_types.ts | 38 let x5: any; variable
|
/third_party/node/deps/zlib/ |
D | crc32_simd.c | 51 __m512i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_avx512_simd_() local 228 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local 498 uint64x2_t x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in armv8_crc32_pmull_little() local
|
/third_party/typescript/tests/cases/conformance/types/typeAliases/ |
D | typeAliases.ts | 20 var x5: any; variable 21 var x5: T5; variable
|
/third_party/typescript/tests/cases/conformance/types/specifyingTypes/typeQueries/ |
D | invalidTypeOfTarget.ts | 5 var x5: typeof []; variable
|
/third_party/typescript/tests/cases/conformance/expressions/assignmentOperator/ |
D | compoundAdditionAssignmentWithInvalidOperands.ts | 37 var x5: E; variable
|