Home
last modified time | relevance | path

Searched defs:T31 (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DtailRecursiveConditionalTypes.ts23 type T31 = Reverse<string[]>; alias
/third_party/typescript/tests/cases/conformance/types/tuple/
DreadonlyArraysAndTuples.ts13 type T31<T> = readonly T; // Error alias
DunionsOfTupleTypes1.ts19 type T31 = T3[1]; // number alias
DvariadicTuples1.ts258 type T31 = DropLast<[symbol, string]>; alias
/third_party/musl/porting/liteos_a/kernel/src/math/
D__tanl.c45 T31 = -0.0000032609076735050182, /* -0x1b5abef3ba4b59.0p-71 */ variable
76 T31 = 0x1.1c77d6eac0234988cdaa04c96626p-20L, variable
/third_party/musl/src/math/
D__tanl.c45 T31 = -0.0000032609076735050182, /* -0x1b5abef3ba4b59.0p-71 */ variable
76 T31 = 0x1.1c77d6eac0234988cdaa04c96626p-20L, variable
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypes1.ts20 type T31 = { [P in keyof string]: void }; alias
DmappedTypesArraysTuples.ts26 type T31 = Partial<Boxified<string[]>>; alias
/third_party/typescript/tests/cases/conformance/types/unknown/
DunknownType1.ts33 type T31<T> = T extends unknown ? true : false; // Deferred (so it distributes) alias
/third_party/FreeBSD/lib/msun/src/
Ds_tanhl.c79 T31 = -1.0407567231003314e-6, /* -0x1176041e656869.0p-72 */ variable
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeArgumentLists/
DinstantiationExpressions.ts158 type T31<A> = ReturnType<T30<A>>; // { a: A } alias
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccessErrors.ts34 type T31 = string[][number]; alias
/third_party/typescript/tests/cases/conformance/types/conditional/
DinferTypes1.ts66 type T31 = X1<{ x: number, y: string }>; // [number, string] alias
DconditionalTypes1.ts103 type T31 = NonFunctionProperties<Part>; alias