/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | restrict.c | 3 void f02(void *restrict *dst); 11 void f02(void **dst) { } /* check-should-fail */ in f02() function
|
D | c11-atomic.c | 3 void f02(int _Atomic *dst); 11 void f02(int *dst) { } /* check-should-fail */ in f02() function
|
/third_party/typescript/tests/baselines/reference/ |
D | genericDefaults.js | 33 declare function f02<T = A>(a?: T): T; 35 f02(); 36 f02(a); 37 f02(b); 39 f02<A>(); 40 f02<A>(a); 41 f02<B>(); 42 f02<B>(b); 506 f02(); 507 f02(a); [all …]
|
D | destructuringWithLiteralInitializers2.symbols | 12 function f02([x, y] = [1]) {} 13 >f02 : Symbol(f02, Decl(destructuringWithLiteralInitializers2.ts, 1, 28))
|
D | genericContextualTypes1.js | 26 const f02: <A>(x: A) => A[] = wrap(list); constant 57 var f02 = wrap(list); variable 91 declare const f02: <A>(x: A) => A[];
|
D | destructuringWithLiteralInitializers2.js | 4 function f02([x, y] = [1]) {} function 39 function f02(_a) {
|
D | destructuringWithLiteralInitializers2.types | 13 function f02([x, y] = [1]) {} 14 >f02 : ([x, y]?: [number, any?]) => void
|
D | strictBindCallApply1.js | 11 let f02 = foo.bind(undefined, 10, "hello"); variable 80 var f02 = foo.bind(undefined, 10, "hello");
|
D | assertionTypePredicates1.js | 52 function f02(x: string | undefined) { function 257 function f02(x) { 397 declare function f02(x: string | undefined): void;
|
D | genericDefaults.errors.txt | 46 declare function f02<T = A>(a?: T): T; 48 f02(); 49 f02(a); 50 f02(b); 52 f02<A>(); 53 f02<A>(a); 54 f02<B>(); 55 f02<B>(b);
|
D | genericDefaults.types | 84 declare function f02<T = A>(a?: T): T; 85 >f02 : <T = A>(a?: T) => T 89 f02(); 90 >f02() : A 91 >f02 : <T = A>(a?: T) => T 93 f02(a); 94 >f02(a) : A 95 >f02 : <T = A>(a?: T) => T 98 f02(b); 99 >f02(b) : B [all …]
|
D | genericRestParameters2.js | 9 declare let f02: (a: number, b: string, ...x: [boolean]) => void; 138 declare let f02: (a: number, b: string, ...x: [boolean]) => void;
|
D | neverReturningFunctions1.js | 11 function f02(x: number): number { 292 function f02(x) { function
|
D | genericDefaults.symbols | 97 declare function f02<T = A>(a?: T): T; 98 >f02 : Symbol(f02, Decl(genericDefaults.ts, 28, 10)) 106 f02(); 107 >f02 : Symbol(f02, Decl(genericDefaults.ts, 28, 10)) 109 f02(a); 110 >f02 : Symbol(f02, Decl(genericDefaults.ts, 28, 10)) 113 f02(b); 114 >f02 : Symbol(f02, Decl(genericDefaults.ts, 28, 10)) 118 f02<A>(); 119 >f02 : Symbol(f02, Decl(genericDefaults.ts, 28, 10)) [all …]
|
D | genericRestParameters2.symbols | 23 declare let f02: (a: number, b: string, ...x: [boolean]) => void; 24 >f02 : Symbol(f02, Decl(genericRestParameters2.ts, 7, 11))
|
D | destructuringWithLiteralInitializers2.errors.txt | 22 function f02([x, y] = [1]) {}
|
/third_party/typescript/tests/cases/compiler/ |
D | genericDefaults.ts | 33 declare function f02<T = A>(a?: T): T; 35 f02(); 36 f02(a); 37 f02(b); 39 f02<A>(); 40 f02<A>(a); 41 f02<B>(); 42 f02<B>(b);
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
D | canonical-cmp-zero.c | 3 int f02(int x) { return x < 1; } in f02() function
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | destructuringWithLiteralInitializers2.ts | 5 function f02([x, y] = [1]) {} function
|
/third_party/openssl/test/ |
D | sanitytest.c | 31 a02, b02, c02, d02, e02, f02, g02, h02, i02, j02, in test_sanity_enum_size() enumerator
|
/third_party/typescript/tests/cases/conformance/types/rest/ |
D | genericRestParameters2.ts | 11 declare let f02: (a: number, b: string, ...x: [boolean]) => void; variable
|
/third_party/typescript/tests/cases/conformance/functions/ |
D | strictBindCallApply1.ts | 12 let f02 = foo.bind(undefined, 10, "hello");
|
/third_party/typescript/tests/cases/conformance/controlFlow/ |
D | assertionTypePredicates1.ts | 55 function f02(x: string | undefined) { function
|
D | neverReturningFunctions1.ts | 14 function f02(x: number): number { function
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
D | genericContextualTypes1.ts | 28 const f02: <A>(x: A) => A[] = wrap(list);
|