Home
last modified time | relevance | path

Searched defs:x5 (Results 1 – 25 of 87) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DaugmentedTypesVar.js21 var x5 = 1; variable
64 var x5; variable
65 (function (x5) { argument
DcompoundAdditionAssignmentLHSCannotBeAssigned.js17 var x5: void; variable
36 var x5; variable
DcompoundAdditionAssignmentWithInvalidOperands.js38 var x5: E; variable
78 var x5; variable
DtypeAliases.js21 var x5: any; variable
22 var x5: T5; variable
93 var x5; variable
94 var x5; variable
DtypeofInternalModules.js19 var x5: typeof importInst; variable
45 var x5; variable
DcompoundArithmeticAssignmentWithInvalidOperands.js51 var x5: number; variable
111 var x5; variable
DcompoundExponentiationAssignmentLHSCannotBeAssigned.js51 var x5: number; variable
111 var x5; variable
DcompoundAdditionAssignmentLHSCanBeAssigned.js43 var x5: boolean; variable
93 var x5; variable
DimplicitAnyDeclareTypePropertyWithoutType.js17 var x5: () => any; variable
36 var x5; variable
DinvalidTypeOfTarget.js6 var x5: typeof []; variable
19 var x5; variable
DgenericMappedTypeAsClause.js19 const x5: MappedModel<T> = { a: 'bar', b: 42 }; // Error variable
33 var x5 = { a: 'bar', b: 42 }; // Error variable
DtypeParamExtendsOtherTypeParam.js17 var x5: A<{ a: string; b: number }, { a: string }>; variable
52 var x5; variable
Des6ImportDefaultBindingFollowedWithNamedImportDts.js19 export var x5 = new y(); variable
76 exports.x5 = new server_3.a12(); variable in exports
DintersectionOfUnionOfUnitTypes.js11 let x5: ('a' | 'b' | 'c') & ('b' | 'c' | 'd') & ('c' | 'd' | 'e') & ('d' | 'e' | 'f'); // never variable
35 var x5; // never variable
DjsxParsingError2.js27 let x5 = <div><span> variable
DjsxParsingError3.js24 let x5 = <div>}{"foo"}</div>; variable
DdeclarationEmitDestructuringObjectLiteralPattern1.js4 var { y5 } = { x5: 5, y5: "hello" }; property
13 var y5 = { x5: 5, y5: "hello" }.y5; property
/third_party/typescript/tests/cases/compiler/
DaugmentedTypesVar.ts20 var x5 = 1; variable
21 enum x5 { One } // error enum
DgenericCallWithObjectLiteralArguments1.ts7 var x5 = foo<string>({ x: "", y: 4 }, ""); variable
Des6ImportDefaultBindingFollowedWithNamedImportDts1.ts19 export var x5 = new defaultBinding5(); variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_types/predefined_types/
Dpredefined_types.ts38 let x5: any; variable
/third_party/node/deps/zlib/
Dcrc32_simd.c51 __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/
DtypeAliases.ts20 var x5: any; variable
21 var x5: T5; variable
/third_party/typescript/tests/cases/conformance/types/specifyingTypes/typeQueries/
DinvalidTypeOfTarget.ts5 var x5: typeof []; variable
/third_party/typescript/tests/cases/conformance/expressions/assignmentOperator/
DcompoundAdditionAssignmentWithInvalidOperands.ts37 var x5: E; variable

1234