Home
last modified time | relevance | path

Searched defs:T11 (Results 1 – 25 of 39) sorted by relevance

12

/third_party/typescript/tests/cases/conformance/types/tuple/
DreadonlyArraysAndTuples2.ts7 type T11 = Array<string>; alias
DrestTupleElements1.ts15 type T11 = [string, ...[...[...string[]]]]; alias
DreadonlyArraysAndTuples.ts5 type T11 = Array<string>; alias
DunionsOfTupleTypes1.ts9 type T11 = T1[1]; // number alias
/third_party/FreeBSD/lib/msun/src/
Ds_tanhl.c53 T11 = -8.8632352345964591e-3, /* -0x1226e34bc138d5.0p-59 */ variable
68 T11 = -8.86323552990219656883762347736381851e-3L, /* -0x1226e355e6c23c8f5a5a0f386cb4d.0p-119L */ variable
/third_party/typescript/tests/cases/conformance/types/never/
DneverUnionIntersection.ts13 type T11 = { a: string } | never; alias
/third_party/typescript/tests/cases/compiler/
DtailRecursiveConditionalTypes.ts10 type T11 = Trim<' hello … alias
DexcessivelyLargeTupleSpread.ts19 type T11 = [...T10, ...T10]; alias
DawaitedTypeStrictNull.ts14 type T11 = Awaited<unknown>; alias
/third_party/typescript/tests/cases/conformance/types/literal/
DnumericStringLiteralTypes.ts19 type T11 = boolean[][number | `${number}`]; // boolean alias
DtemplateLiteralTypes3.ts18 type T11 = Foo1<`**${boolean}**${boolean}**`>; alias
/third_party/musl/porting/liteos_a/kernel/src/math/
D__tanl.c35 T11 = 0.0088632355256619590, /* 0x1226e355c17612.0p-59 */ variable
66 T11 = 0x1.226e355e6c23c8f5b4f5762322eep-7L, variable
/third_party/musl/src/math/
D__tanl.c35 T11 = 0.0088632355256619590, /* 0x1226e355c17612.0p-59 */ variable
66 T11 = 0x1.226e355e6c23c8f5b4f5762322eep-7L, variable
/third_party/typescript/tests/cases/conformance/types/typeAliases/
DdirectDependenceBetweenTypeAliases.ts37 type T11 = T12[] alias
DtypeAliases.ts45 type T11 = { new(): boolean }; alias
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.8/
DImproved_keyof_with_intersection_types_2.ts57 type T11 = keyof (I & myType2); alias
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypes4.ts42 type T11 = BoxifiedWithSentinel<A | B | C, undefined>; alias
DmappedTypes6.ts17 type T11<T> = { +readonly [P in keyof T]-?: T[P] }; alias
DmappedTypes1.ts12 type T11 = { [P in keyof Item]?: Item[P] }; alias
DmappedTypesArraysTuples.ts12 type T11 = Partial<string[]>; alias
DmappedTypeErrors.ts28 type T11 = Pick<Shape, "foo">; // Error alias
/third_party/typescript/tests/cases/conformance/types/rest/
DgenericRestParameters2.ts80 type T11 = P1<(...z: number[]) => void>; alias
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.0/new_unknown_top_type/
Dnew_unknown_top_type.ts59 type T11<T> = T extends unknown ? true : false; alias
/third_party/typescript/tests/cases/conformance/types/unknown/
DunknownType1.ts16 type T11 = unknown | undefined; // unknown alias
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeArgumentLists/
DinstantiationExpressions.ts16 type T11 = typeof fx<string>; // { (x: string): string; (x: string, n: number): string; } alias

12