Home
last modified time | relevance | path

Searched defs:T4 (Results 1 – 25 of 43) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DenumConstantMemberWithStringEmitDeclaration.js49 var T4; variable
50 (function (T4) { argument
DenumConstantMemberWithString.js57 var T4; variable
58 (function (T4) { argument
DenumConstantMemberWithTemplateLiteralsEmitDeclaration.js58 var T4; variable
59 (function (T4) { argument
DenumConstantMemberWithTemplateLiterals.js62 var T4; variable
63 (function (T4) { argument
DcloduleTest2.js67 var T4; variable
68 (function (T4) { argument
DunionsOfTupleTypes1.js27 function f1(t1: T1, t2: T2, t3: T3, t4: T4, x: number) {
DoptionalTupleElements1.js14 function f1(t1: T1, t2: T2, t3: T3, t4: T4) {
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeErrors2.ts16 type T4<K extends 'a'|'b'> = T3[K] // Error alias
/third_party/typescript/tests/cases/conformance/types/typeAliases/
DcircularTypeAliasForUnionWithClass.ts14 type T4 = string | I4; alias
DcircularTypeAliasForUnionWithInterface.ts26 type T4 = string | I4; alias
DdirectDependenceBetweenTypeAliases.ts22 type T4 = [number, T4] alias
/third_party/typescript/tests/cases/compiler/
DtypeUsedAsTypeLiteralIndex.ts24 type T4 = { alias
DinferTInParentheses.ts8 type T4 = F1 extends (...args: ((infer T))) => void ? T : never; alias
DexcessivelyLargeTupleSpread.ts12 type T4 = [...T3, ...T3]; alias
/third_party/typescript/tests/cases/conformance/types/tuple/
DoptionalTupleElements1.ts7 type T4 = [number?, string?, boolean?]; alias
DunionsOfTupleTypes1.ts6 type T4 = [boolean] | [string, ...number[]]; alias
/third_party/typescript/tests/cases/conformance/enums/
DenumConstantMemberWithStringEmitDeclaration.ts18 enum T4 { enum
DenumConstantMemberWithString.ts21 enum T4 { enum
DenumConstantMemberWithTemplateLiteralsEmitDeclaration.ts16 enum T4 { enum
DenumConstantMemberWithTemplateLiterals.ts15 enum T4 { enum
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringInFunctionType.ts16 type T4 = ([{ a: [b, c] }]); alias
/third_party/typescript/tests/cases/conformance/types/keyof/
DcircularIndexedAccessErrors.ts19 interface T4<T extends T4<T>> { interface
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DVertex.hpp34 T4 = 7, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp2398 auto *T4 = I32Reg(); in lowerAlloca() local
2528 auto *T4 = I32Reg(); in lowerInt64Arithmetic() local
2587 auto *T4 = I32Reg(); in lowerInt64Arithmetic() local
2640 auto *T4 = I32Reg(); in lowerInt64Arithmetic() local
3155 auto *T4 = I32Reg(); in lowerBr() local
3193 auto *T4 = I32Reg(); in lowerBr() local
3231 auto *T4 = I32Reg(); in lowerBr() local
3269 auto *T4 = I32Reg(); in lowerBr() local
4137 auto *T4 = I32Reg(); in lower64Icmp() local
4149 auto *T4 = I32Reg(); in lower64Icmp() local
[all …]
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.0/new_unknown_top_type/
Dnew_unknown_top_type.ts36 type T4 = unknown | null | undefined; alias

12