/third_party/typescript/tests/baselines/reference/ |
D | unionTypeWithRecursiveSubtypeReduction3.symbols | 2 var a27: { prop: number } | { prop: T27 }; 6 >T27 : Symbol(T27, Decl(unionTypeWithRecursiveSubtypeReduction3.ts, 0, 42)) 8 type T27 = typeof a27; 9 >T27 : Symbol(T27, Decl(unionTypeWithRecursiveSubtypeReduction3.ts, 0, 42)) 12 var b: T27; 14 >T27 : Symbol(T27, Decl(unionTypeWithRecursiveSubtypeReduction3.ts, 0, 42))
|
D | unionTypeWithRecursiveSubtypeReduction3.types | 2 var a27: { prop: number } | { prop: T27 }; 3 >a27 : { prop: number; } | { prop: T27; } 5 >prop : { prop: number; } | { prop: T27; } 7 type T27 = typeof a27; 8 >T27 : { prop: number; } | { prop: { prop: number; } | any; } 11 var b: T27;
|
D | unionTypeWithRecursiveSubtypeReduction3.js | 2 var a27: { prop: number } | { prop: T27 }; 3 type T27 = typeof a27; 5 var b: T27;
|
D | unionTypeWithRecursiveSubtypeReduction3.errors.txt | 6 var a27: { prop: number } | { prop: T27 }; 7 type T27 = typeof a27; 9 var b: T27;
|
D | restTupleElements1.js | 46 type T27 = T20[3]; 124 declare type T27 = T20[3];
|
D | restTupleElements1.symbols | 120 type T27 = T20[3]; 121 >T27 : Symbol(T27, Decl(restTupleElements1.ts, 43, 22))
|
D | restTupleElements1.types | 124 type T27 = T20[3]; 125 >T27 : boolean
|
D | inferTypes1.types | 164 type T27 = ArgumentType<never>; // never 165 >T27 : never
|
D | inferTypes1.js | 59 type T27 = ArgumentType<never>; // never
|
D | templateLiteralTypes1.js | 93 type T27 = FirstTwoAndRest<'a'>; // unknown 324 declare type T27 = FirstTwoAndRest<'a'>;
|
D | restTupleElements1.errors.txt | 110 type T27 = T20[3];
|
D | inferTypes1.symbols | 229 type T27 = ArgumentType<never>; // never 230 >T27 : Symbol(T27, Decl(inferTypes1.ts, 56, 29))
|
D | templateLiteralTypes1.types | 196 type T27 = FirstTwoAndRest<'a'>; // unknown 197 >T27 : unknown
|
D | variadicTuples1.js | 251 type T27 = Last<[]>; 707 declare type T27 = Last<[]>;
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-type-util.h | 353 typename T26, typename T27> 357 T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27> Tail; 365 typename T26, typename T27, typename T28> 369 T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28> Tail; 377 typename T26, typename T27, typename T28, typename T29> 381 T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, 390 typename T26, typename T27, typename T28, typename T29, typename T30> 394 T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, T29, 403 typename T26, typename T27, typename T28, typename T29, typename T30, 408 T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, T29, [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | unionTypeWithRecursiveSubtypeReduction3.ts | 1 var a27: { prop: number } | { prop: T27 }; 2 type T27 = typeof a27; alias 4 var b: T27;
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | __tanl.c | 43 T27 = 0.0000024196006108814377, /* 0x144c0d80cc6896.0p-71 */ variable 50 w * (T27 + w * T31)))))) 74 T27 = 0x1.b0f72d33eff7bfa2fbc1059d90b6p-18L, variable 97 w * (T27 + w * (T31 + w * (T35 + w * (T39 + w * (T43 + \
|
/third_party/musl/src/math/ |
D | __tanl.c | 43 T27 = 0.0000024196006108814377, /* 0x144c0d80cc6896.0p-71 */ variable 50 w * (T27 + w * T31)))))) 74 T27 = 0x1.b0f72d33eff7bfa2fbc1059d90b6p-18L, variable 97 w * (T27 + w * (T31 + w * (T35 + w * (T39 + w * (T43 + \
|
/third_party/typescript/tests/cases/conformance/types/tuple/ |
D | restTupleElements1.ts | 48 type T27 = T20[3];
|
D | variadicTuples1.ts | 253 type T27 = Last<[]>; alias
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/ |
D | cl.hpp | 7414 typename T24, typename T25, typename T26, typename T27, 7465 T27 t27 = NullType(), in operator ()() 7501 SetArg<27, T27>::set(kernel_, t27); in operator ()() 7552 typename T27, 7587 T27, 7639 T27, 7674 T27 arg27, in operator ()() 7747 typename T27, 7779 T27, 7813 T27, [all …]
|
/third_party/mesa3d/include/CL/ |
D | cl.hpp | 7424 typename T24, typename T25, typename T26, typename T27, 7474 T27 t27 = NullType(), in operator ()() 7509 SetArg<27, T27>::set(kernel_, t27); in operator ()() 7559 typename T27, 7594 T27, 7646 T27, 7681 T27 arg27, in operator ()() 7754 typename T27, 7786 T27, 7820 T27, [all …]
|
/third_party/typescript/tests/cases/conformance/types/conditional/ |
D | inferTypes1.ts | 61 type T27 = ArgumentType<never>; // never alias
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | templateLiteralTypes1.ts | 95 type T27 = FirstTwoAndRest<'a'>; // unknown alias
|
/third_party/python/Modules/ |
D | mathmodule.c | 2514 const double T27 = 134217729.0; /* ldexp(1.0, 27) + 1.0) */ in vector_norm() local 2541 t = x * T27; in vector_norm() 2565 t = x * T27; in vector_norm()
|