/third_party/typescript/tests/baselines/reference/ |
D | genericDefaults.js | 165 declare function f09<T, U extends T = T>(a?: T, b?: U): [T, U]; 167 f09(); 168 f09(a); 169 f09(a, a); 170 f09(a, ab); 172 f09<A>(); 173 f09<A>(a); 174 f09<A>(a, a); 175 f09<A>(a, ab); 177 f09<A, AB>(); [all …]
|
D | genericDefaults.errors.txt | 180 declare function f09<T, U extends T = T>(a?: T, b?: U): [T, U]; 182 f09(); 183 f09(a); 184 f09(a, a); 185 f09(a, ab); 187 f09<A>(); 188 f09<A>(a); 189 f09<A>(a, a); 190 f09<A>(a, ab); 192 f09<A, AB>(); [all …]
|
D | genericDefaults.types | 623 declare function f09<T, U extends T = T>(a?: T, b?: U): [T, U]; 624 >f09 : <T, U extends T = T>(a?: T, b?: U) => [T, U] 629 f09(); 630 >f09() : [unknown, unknown] 631 >f09 : <T, U extends T = T>(a?: T, b?: U) => [T, U] 633 f09(a); 634 >f09(a) : [A, A] 635 >f09 : <T, U extends T = T>(a?: T, b?: U) => [T, U] 638 f09(a, a); 639 >f09(a, a) : [A, A] [all …]
|
D | genericDefaults.symbols | 696 declare function f09<T, U extends T = T>(a?: T, b?: U): [T, U]; 697 >f09 : Symbol(f09, Decl(genericDefaults.ts, 160, 16)) 710 f09(); 711 >f09 : Symbol(f09, Decl(genericDefaults.ts, 160, 16)) 713 f09(a); 714 >f09 : Symbol(f09, Decl(genericDefaults.ts, 160, 16)) 717 f09(a, a); 718 >f09 : Symbol(f09, Decl(genericDefaults.ts, 160, 16)) 722 f09(a, ab); 723 >f09 : Symbol(f09, Decl(genericDefaults.ts, 160, 16)) [all …]
|
D | genericFunctionInference1.js | 19 const f09 = pipe(list, x => x.length); constant 263 const f09 = pipe(list, x => x.length); constant
|
D | genericFunctionInference1.errors.txt | 23 const f09 = pipe(list, x => x.length);
|
D | genericFunctionInference1.symbols | 147 const f09 = pipe(list, x => x.length); 148 >f09 : Symbol(f09, Decl(genericFunctionInference1.ts, 17, 5))
|
D | genericFunctionInference1.types | 136 const f09 = pipe(list, x => x.length); 137 >f09 : <T>(a: T) => number
|
/third_party/typescript/tests/cases/compiler/ |
D | genericDefaults.ts | 165 declare function f09<T, U extends T = T>(a?: T, b?: U): [T, U]; 167 f09(); 168 f09(a); 169 f09(a, a); 170 f09(a, ab); 172 f09<A>(); 173 f09<A>(a); 174 f09<A>(a, a); 175 f09<A>(a, ab); 177 f09<A, AB>(); [all …]
|
D | genericFunctionInference1.ts | 21 const f09 = pipe(list, x => x.length);
|
/third_party/openssl/test/ |
D | sanitytest.c | 39 a09, b09, c09, d09, e09, f09, g09, h09, i09, j09, in test_sanity_enum_size() enumerator
|
/third_party/elfutils/tests/ |
D | testfile44.expect.bz2 |
|
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | es2gears-a320.log | 1963 11842fd4: 0000: 0000057f 00002f09 1975 !+ 00002f09 CP_SCRATCH_REG7: 12041
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 4118 <qualified-type-def type-id="f9b06939" const="yes" id="19272f09"/> 4119 <pointer-type-def type-id="19272f09" size-in-bits="64" id="bbaf3419"/> 18441 <qualified-type-def type-id="54718f09" const="yes" id="c408da30"/> 19833 …"tcp_congestion_ops" is-struct="yes" visibility="default" is-declaration-only="yes" id="54718f09"/> 24293 …"tcp_congestion_ops" is-struct="yes" visibility="default" is-declaration-only="yes" id="54718f09"/> 29166 <qualified-type-def type-id="54718f09" const="yes" id="c408da30"/> 29501 <parameter type-id="19272f09"/> 29508 <parameter type-id="19272f09"/>
|
D | test-PR27569-v0.abi | 4118 <qualified-type-def type-id="f9b06939" const="yes" id="19272f09"/> 4119 <pointer-type-def type-id="19272f09" size-in-bits="64" id="bbaf3419"/> 18441 <qualified-type-def type-id="54718f09" const="yes" id="c408da30"/> 19825 …"tcp_congestion_ops" is-struct="yes" visibility="default" is-declaration-only="yes" id="54718f09"/> 24265 …"tcp_congestion_ops" is-struct="yes" visibility="default" is-declaration-only="yes" id="54718f09"/> 29138 <qualified-type-def type-id="54718f09" const="yes" id="c408da30"/> 29473 <parameter type-id="19272f09"/> 29480 <parameter type-id="19272f09"/>
|