Home
last modified time | relevance | path

Searched defs:T15 (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/tuple/
DrestTupleElements1.ts17 type T15 = [boolean, number, ...string[]]; alias
DvariadicTuples1.ts240 type T15 = DropFirst<[string?]>; alias
/third_party/musl/src/math/
D__tanl.c37 T15 = 0.0014558334756312418, /* 0x17da354aa3f96b.0p-62 */ variable
68 T15 = 0x1.7da36452b75e2b5fce9ee7c2c92ep-10L, variable
/third_party/musl/porting/liteos_a/kernel/src/math/
D__tanl.c37 T15 = 0.0014558334756312418, /* 0x17da354aa3f96b.0p-62 */ variable
68 T15 = 0x1.7da36452b75e2b5fce9ee7c2c92ep-10L, variable
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypes6.ts22 type T15<T> = { -readonly [P in keyof T]-?: T[P] }; alias
DmappedTypesArraysTuples.ts16 type T15 = Required<ReadonlyArray<string>>; alias
DmappedTypeErrors.ts32 type T15 = Pick<Shape, never>; alias
/third_party/typescript/tests/cases/conformance/types/typeRelationships/recursiveTypes/
DrecursiveTypeReferences1.ts82 type T15<X> = X extends string ? T15<X>[] : never; alias
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.0/new_unknown_top_type/
Dnew_unknown_top_type.ts86 type T15 = T14<any>; alias
/third_party/typescript/tests/cases/conformance/types/unknown/
DunknownType1.ts20 type T15 = unknown | unknown; // unknown alias
/third_party/typescript/tests/cases/compiler/
DdynamicNames.ts89 declare type T15 = { alias
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccessErrors.ts24 type T15 = Shape[number]; // Error alias
/third_party/typescript/tests/cases/conformance/types/conditional/
DinferTypes1.ts37 type T15 = ReturnType<any>; // any alias
DconditionalTypes1.ts46 type T15 = Extract<Options, { q: "a" }>; // never alias
/third_party/openssl/test/
Dmodes_internal_test.c631 static const u8 T15[] = { variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp4931 auto *T15 = I32Reg(); in lowerIntrinsic() local