Home
last modified time | relevance | path

Searched defs:T12 (Results 1 – 23 of 23) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/tuple/
DreadonlyArraysAndTuples2.ts8 type T12 = readonly string[]; alias
DreadonlyArraysAndTuples.ts6 type T12 = readonly string[]; alias
DunionsOfTupleTypes1.ts10 type T12 = T1[2]; // undefined alias
DvariadicTuples1.ts237 type T12 = DropFirst<[string]>; alias
/third_party/typescript/tests/cases/conformance/types/never/
DneverUnionIntersection.ts14 type T12 = { a: string } & never; alias
/third_party/typescript/tests/cases/conformance/types/typeAliases/
DdirectDependenceBetweenTypeAliases.ts38 type T12 = [T13, string] alias
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypes4.ts43 type T12 = BoxifiedWithSentinel<string, undefined>; alias
DmappedTypes6.ts19 type T12<T> = { -readonly [P in keyof T]: T[P] }; alias
DmappedTypes1.ts13 type T12 = { readonly [P in keyof Item]: Item[P] }; alias
DmappedTypesArraysTuples.ts13 type T12 = Required<string[]>; alias
DmappedTypeErrors.ts29 type T12 = Pick<Shape, "name" | "foo">; // Error alias
/third_party/typescript/tests/cases/conformance/types/rest/
DgenericRestParameters2.ts81 type T12 = P1<(x: number, y: number) => void>; alias
/third_party/typescript/tests/cases/compiler/
DexcessivelyLargeTupleSpread.ts20 type T12 = [...T11, ...T11]; alias
DdynamicNames.ts77 interface T12 { interface
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.0/new_unknown_top_type/
Dnew_unknown_top_type.ts62 type T12<T> = never extends T ? true : false; alias
/third_party/typescript/tests/cases/conformance/types/unknown/
DunknownType1.ts17 type T12 = unknown | null | undefined; // unknown alias
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/
DinterfaceExtendsObjectIntersection.ts37 type T12 = typeof EX; alias
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccessErrors.ts21 type T12 = Shape["name" | "foo"]; // Error alias
/third_party/typescript/tests/cases/conformance/types/conditional/
DinferTypes1.ts34 type T12 = ReturnType<(<T>() => T)>; // {} alias
DconditionalTypes1.ts42 type T12 = Exclude<Options, { k: "a" } | { k: "b" }>; // { k: "c", c: boolean } alias
/third_party/jerryscript/jerry-libm/
Dtrig.c792 #define T12 2.59073051863633712884e-05 /* 3EFB2A70, 74BF7AD4 */ macro
/third_party/openssl/test/
Dmodes_internal_test.c569 static const u8 T12[] = { variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp4928 auto *T12 = I32Reg(); in lowerIntrinsic() local